Lines Matching refs:slots
115 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, in hw_breakpoint_slot_setup() argument
122 slot = &slots[i]; in hw_breakpoint_slot_setup()
180 struct perf_event **slots; in hw_breakpoint_control() local
194 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
198 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
202 i = hw_breakpoint_slot_setup(slots, max_slots, bp, ops); in hw_breakpoint_control()
420 struct perf_event **slots; in update_bp_registers() local
425 slots = this_cpu_ptr(bp_on_reg); in update_bp_registers()
429 slots = this_cpu_ptr(wp_on_reg); in update_bp_registers()
437 if (!slots[i]) in update_bp_registers()
440 info = counter_arch_bp(slots[i]); in update_bp_registers()
477 struct perf_event *bp, **slots; in breakpoint_handler() local
479 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
483 bp = slots[i]; in breakpoint_handler()
497 struct perf_event *wp, **slots; in watchpoint_handler() local
499 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
503 wp = slots[i]; in watchpoint_handler()