Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Ddebug-monitors.h119 int aarch32_break_handler(struct pt_regs *regs);
/linux-6.15/arch/arm64/kernel/
H A Ddebug-monitors.c339 int aarch32_break_handler(struct pt_regs *regs) in aarch32_break_handler() function
376 NOKPROBE_SYMBOL(aarch32_break_handler);
H A Dtraps.c457 if (!aarch32_break_handler(regs)) in do_el0_undef()