Home
last modified time | relevance | path

Searched refs:XTENSA_BREAKPOINT_LOAD (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/xtensa/kernel/
Dhw_breakpoint.c60 hw->type = XTENSA_BREAKPOINT_LOAD; in hw_breakpoint_arch_parse()
66 hw->type = XTENSA_BREAKPOINT_LOAD | XTENSA_BREAKPOINT_STORE; in hw_breakpoint_arch_parse()
162 if (info->type & XTENSA_BREAKPOINT_LOAD) in set_dbreak_regs()
/Linux-v5.10/arch/xtensa/include/asm/
Dhw_breakpoint.h24 #define XTENSA_BREAKPOINT_LOAD 1 macro