Home
last modified time | relevance | path

Searched refs:closest_match (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Dhw_breakpoint.c758 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
795 closest_match = i; in watchpoint_handler()
806 step = watchpoint_report(slots[closest_match], addr, regs); in watchpoint_handler()
/linux-6.12.1/arch/arm/kernel/
Dhw_breakpoint.c730 int i, access, closest_match = 0; in watchpoint_handler() local
774 closest_match = i; in watchpoint_handler()
810 wp = slots[closest_match]; in watchpoint_handler()