Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c765 u64 min_dist = -1, dist; in do_watchpoint() local
799 if (dist < min_dist) { in do_watchpoint()
800 min_dist = dist; in do_watchpoint()
811 if (min_dist > 0 && min_dist != -1) in do_watchpoint()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c731 u32 min_dist = -1, dist; in watchpoint_handler() local
772 if (dist < min_dist) { in watchpoint_handler()
773 min_dist = dist; in watchpoint_handler()
808 if (min_dist > 0 && min_dist != -1) { in watchpoint_handler()