Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Ddebug-monitors.h136 int aarch32_break_handler(struct pt_regs *regs);
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c335 int aarch32_break_handler(struct pt_regs *regs) in aarch32_break_handler() function
372 NOKPROBE_SYMBOL(aarch32_break_handler);
Dtraps.c403 if (!aarch32_break_handler(regs)) in do_undefinstr()