Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c755 int i, step = 0, *kernel_step, access, closest_match = 0; in do_watchpoint() local
792 closest_match = i; in do_watchpoint()
803 step = watchpoint_report(slots[closest_match], addr, regs); in do_watchpoint()
/linux/arch/arm/kernel/
H A 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()