Home
last modified time | relevance | path

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

/linux-6.12.1/arch/xtensa/include/asm/
Dhw_breakpoint.h49 int check_hw_breakpoint(struct pt_regs *regs);
/linux-6.12.1/arch/xtensa/kernel/
Dhw_breakpoint.c277 int check_hw_breakpoint(struct pt_regs *regs) in check_hw_breakpoint() function
Dtraps.c424 int ret = check_hw_breakpoint(regs); in do_debug()