Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dinsn-def.h21 #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5))
H A Dbrk-imm.h28 #define FAULT_BRK_IMM 0x100 macro
/linux/arch/arm64/kernel/
H A Ddebug-monitors.c218 if (esr_brk_comment(esr) == FAULT_BRK_IMM) in call_el1_break_hook()