Lines Matching defs:traps
832 int entries = 0, ring, traps, traces, trace_entries;
871 traps = (val >> 24) & 0xff;
875 entries += traps + (traces * trace_entries);
890 int i, traps, traces, trace, trace_entries, trace_entry, ring;
940 traps = (val >> 24) & 0xff; /* Number of Traps */
944 /* Note: This is a combined loop that dumps both the traps */
956 trace_entry < (trace ? trace_entries : traps);
1027 * genwqe_stop_traps() - Stop traps
1030 * Before reading out the analysis data, we need to stop the traps.
1038 * genwqe_start_traps() - Start traps
1041 * After having read the data, we can/must enable the traps again.