Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dhw_breakpoint.c705 u32 wp_low, wp_high; in get_distance_from_watchpoint() local
711 wp_low = val + lens; in get_distance_from_watchpoint()
713 if (addr < wp_low) in get_distance_from_watchpoint()
714 return wp_low - addr; in get_distance_from_watchpoint()