Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Desr.h149 #define ESR_ELx_BRK64_ISS_COMMENT_MASK 0xffff macro
/Linux-v5.4/arch/arm64/kernel/
Ddebug-monitors.c313 unsigned int comment = esr & ESR_ELx_BRK64_ISS_COMMENT_MASK; in call_break_hook()
Dtraps.c1026 unsigned int comment = esr & ESR_ELx_BRK64_ISS_COMMENT_MASK; in early_brk64()