Lines Matching refs:slots
337 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local
348 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint()
354 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint()
359 slot = &slots[i]; in arch_install_hw_breakpoint()
394 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local
400 slots = this_cpu_ptr(bp_on_reg); in arch_uninstall_hw_breakpoint()
405 slots = this_cpu_ptr(wp_on_reg); in arch_uninstall_hw_breakpoint()
411 slot = &slots[i]; in arch_uninstall_hw_breakpoint()
697 struct perf_event *wp, **slots; in watchpoint_handler() local
701 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
706 wp = slots[i]; in watchpoint_handler()
769 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
772 slots = this_cpu_ptr(wp_on_reg); in watchpoint_single_step_handler()
777 wp = slots[i]; in watchpoint_single_step_handler()
802 struct perf_event *bp, **slots; in breakpoint_handler() local
806 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
815 bp = slots[i]; in breakpoint_handler()