Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/kernel/
Dhw_breakpoint.c182 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
206 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()
290 case LOONGARCH_BREAKPOINT_EXECUTE: in arch_bp_generic_fields()
342 hw->ctrl.type = LOONGARCH_BREAKPOINT_EXECUTE; in arch_build_bp_info()
396 if (hw->ctrl.type != LOONGARCH_BREAKPOINT_EXECUTE) in hw_breakpoint_arch_parse()
434 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()
447 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()
/linux-6.6.21/arch/loongarch/include/asm/
Dhw_breakpoint.h13 #define LOONGARCH_BREAKPOINT_EXECUTE (0 << 0) macro