Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Ddebug-monitors.c212 if (esr_brk_comment(esr) == BUG_BRK_IMM) in call_el1_break_hook()
218 if (esr_brk_comment(esr) == FAULT_BRK_IMM) in call_el1_break_hook()
222 (esr_brk_comment(esr) & ~KASAN_BRK_MASK) == KASAN_BRK_IMM) in call_el1_break_hook()
229 if (esr_brk_comment(esr) == KGDB_DYN_DBG_BRK_IMM) in call_el1_break_hook()
231 if (esr_brk_comment(esr) == KGDB_COMPILED_DBG_BRK_IMM) in call_el1_break_hook()
236 if (esr_brk_comment(esr) == KPROBES_BRK_IMM) in call_el1_break_hook()
238 if (esr_brk_comment(esr) == KPROBES_BRK_SS_IMM) in call_el1_break_hook()
243 esr_brk_comment(esr) == KRETPROBES_BRK_IMM) in call_el1_break_hook()
257 esr_brk_comment(esr) == UPROBES_BRK_IMM && in do_el0_brk64()
/arch/arm64/include/asm/
A Desr.h437 static inline unsigned long esr_brk_comment(unsigned long esr) in esr_brk_comment() function
452 (esr_brk_comment(esr) & ~CFI_BRK_IMM_MASK) == CFI_BRK_IMM_BASE; in esr_is_cfi_brk()
457 return (esr_brk_comment(esr) & ~UBSAN_BRK_MASK) == UBSAN_BRK_IMM; in esr_is_ubsan_brk()
/arch/arm64/kvm/
A Dhandle_exit.c531 esr_brk_comment(esr) == BUG_BRK_IMM) { in nvhe_hyp_panic_handler()

Completed in 9 milliseconds