Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dhw_breakpoint.c720 u64 wp_low, wp_high; in get_distance_from_watchpoint() local
727 wp_high = val + lene; in get_distance_from_watchpoint()
730 else if (addr > wp_high) in get_distance_from_watchpoint()
731 return addr - wp_high; in get_distance_from_watchpoint()