Searched refs:LOONGARCH_BREAKPOINT_EXECUTE (Results 1 – 2 of 2) sorted by relevance
182 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()
13 #define LOONGARCH_BREAKPOINT_EXECUTE (0 << 0) macro