Lines Matching refs:slots
325 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local
336 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint()
342 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint()
347 slot = &slots[i]; in arch_install_hw_breakpoint()
382 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local
388 slots = this_cpu_ptr(bp_on_reg); in arch_uninstall_hw_breakpoint()
393 slots = this_cpu_ptr(wp_on_reg); in arch_uninstall_hw_breakpoint()
399 slot = &slots[i]; in arch_uninstall_hw_breakpoint()
688 struct perf_event *wp, **slots; in watchpoint_handler() local
692 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
697 wp = slots[i]; in watchpoint_handler()
760 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
763 slots = this_cpu_ptr(wp_on_reg); in watchpoint_single_step_handler()
768 wp = slots[i]; in watchpoint_single_step_handler()
793 struct perf_event *bp, **slots; in breakpoint_handler() local
797 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
806 bp = slots[i]; in breakpoint_handler()