Lines Matching refs:slots
127 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, in hw_breakpoint_slot_setup() argument
134 slot = &slots[i]; in hw_breakpoint_slot_setup()
192 struct perf_event **slots; in hw_breakpoint_control() local
206 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
210 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
214 i = hw_breakpoint_slot_setup(slots, max_slots, bp, ops); in hw_breakpoint_control()
432 struct perf_event **slots; in update_bp_registers() local
437 slots = this_cpu_ptr(bp_on_reg); in update_bp_registers()
441 slots = this_cpu_ptr(wp_on_reg); in update_bp_registers()
449 if (!slots[i]) in update_bp_registers()
452 info = counter_arch_bp(slots[i]); in update_bp_registers()
489 struct perf_event *bp, **slots; in breakpoint_handler() local
491 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
495 bp = slots[i]; in breakpoint_handler()
509 struct perf_event *wp, **slots; in watchpoint_handler() local
511 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
515 wp = slots[i]; in watchpoint_handler()