Lines Matching refs:slots
336 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local
347 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint()
353 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint()
358 slot = &slots[i]; in arch_install_hw_breakpoint()
393 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local
399 slots = this_cpu_ptr(bp_on_reg); in arch_uninstall_hw_breakpoint()
404 slots = this_cpu_ptr(wp_on_reg); in arch_uninstall_hw_breakpoint()
410 slot = &slots[i]; in arch_uninstall_hw_breakpoint()
696 struct perf_event *wp, **slots; in watchpoint_handler() local
700 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
705 wp = slots[i]; in watchpoint_handler()
768 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
771 slots = this_cpu_ptr(wp_on_reg); in watchpoint_single_step_handler()
776 wp = slots[i]; in watchpoint_single_step_handler()
801 struct perf_event *bp, **slots; in breakpoint_handler() local
805 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
814 bp = slots[i]; in breakpoint_handler()