Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dtraps.h33 int cfi_brk_handler(struct pt_regs *regs, unsigned long esr);
/linux/arch/arm64/kernel/
H A Ddebug-monitors.c216 return cfi_brk_handler(regs, esr); in call_el1_break_hook()
H A Dtraps.c1022 int cfi_brk_handler(struct pt_regs *regs, unsigned long esr) in cfi_brk_handler() function