Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Ddebug-monitors.h126 int aarch32_break_handler(struct pt_regs *regs);
/Linux-v5.4/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.c399 if (!aarch32_break_handler(regs)) in do_undefinstr()