Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Desr.h155 #define ESR_ELx_BRK64_ISS_COMMENT_MASK 0xffff macro
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Ddebug-monitors.c316 unsigned int comment = esr & ESR_ELx_BRK64_ISS_COMMENT_MASK; in call_break_hook()
H A Dtraps.c1000 unsigned int comment = esr & ESR_ELx_BRK64_ISS_COMMENT_MASK; in early_brk64()