Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dhw_breakpoint.h62 #define AARCH64_ESR_ACCESS_MASK (1 << 6) macro
/linux/arch/arm64/kernel/
A Dhw_breakpoint.c782 access = (esr & AARCH64_ESR_ACCESS_MASK) ? HW_BREAKPOINT_W : in watchpoint_handler()

Completed in 5 milliseconds