Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Ddebug-monitors.h118 int aarch32_break_handler(struct pt_regs *regs);
/linux-6.12.1/arch/arm64/kernel/
Ddebug-monitors.c340 int aarch32_break_handler(struct pt_regs *regs) in aarch32_break_handler() function
377 NOKPROBE_SYMBOL(aarch32_break_handler);
Dtraps.c465 if (!aarch32_break_handler(regs)) in do_el0_undef()