Lines Matching refs:slots
328 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local
339 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint()
345 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint()
350 slot = &slots[i]; in arch_install_hw_breakpoint()
385 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local
391 slots = this_cpu_ptr(bp_on_reg); in arch_uninstall_hw_breakpoint()
396 slots = this_cpu_ptr(wp_on_reg); in arch_uninstall_hw_breakpoint()
402 slot = &slots[i]; in arch_uninstall_hw_breakpoint()
732 struct perf_event *wp, **slots; in watchpoint_handler() local
736 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
744 wp = slots[i]; in watchpoint_handler()
809 wp = slots[closest_match]; in watchpoint_handler()
824 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
827 slots = this_cpu_ptr(wp_on_reg); in watchpoint_single_step_handler()
832 wp = slots[i]; in watchpoint_single_step_handler()
857 struct perf_event *bp, **slots; in breakpoint_handler() local
861 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
870 bp = slots[i]; in breakpoint_handler()