Home
last modified time | relevance | path

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

/Linux-v4.19/arch/xtensa/include/asm/
Dhw_breakpoint.h49 int check_hw_breakpoint(struct pt_regs *regs);
/Linux-v4.19/arch/xtensa/kernel/
Dhw_breakpoint.c275 int check_hw_breakpoint(struct pt_regs *regs) in check_hw_breakpoint() function
Dtraps.c349 int ret = check_hw_breakpoint(regs); in do_debug()