Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c58 hw->type = XTENSA_BREAKPOINT_EXECUTE; in hw_breakpoint_arch_parse()
176 if (counter_arch_bp(bp)->type == XTENSA_BREAKPOINT_EXECUTE) { in arch_install_hw_breakpoint()
212 if (info->type == XTENSA_BREAKPOINT_EXECUTE) { in arch_uninstall_hw_breakpoint()
/openbmc/linux/arch/xtensa/include/asm/
H A Dhw_breakpoint.h21 #define XTENSA_BREAKPOINT_EXECUTE 0 macro