Home
last modified time | relevance | path

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

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