Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Ddebug-monitors.h130 int aarch32_break_handler(struct pt_regs *regs);
/arch/arm64/kernel/
Ddebug-monitors.c346 int aarch32_break_handler(struct pt_regs *regs) in aarch32_break_handler() function
383 NOKPROBE_SYMBOL(aarch32_break_handler);
Dtraps.c460 if (!aarch32_break_handler(regs)) in do_el0_undef()