Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c757 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
794 closest_match = i; in watchpoint_handler()
805 step = watchpoint_report(slots[closest_match], addr, regs); in watchpoint_handler()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c729 int i, access, closest_match = 0; in watchpoint_handler() local
773 closest_match = i; in watchpoint_handler()
809 wp = slots[closest_match]; in watchpoint_handler()