Searched refs:LOONGARCH_BREAKPOINT_EXECUTE (Results 1 – 3 of 3) sorted by relevance
204 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()222 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()241 if (info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_control()319 case LOONGARCH_BREAKPOINT_EXECUTE: in arch_bp_generic_fields()366 hw->ctrl.type = LOONGARCH_BREAKPOINT_EXECUTE; in arch_build_bp_info()420 if (hw->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) { in hw_breakpoint_arch_parse()454 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()467 if ((info->ctrl.type == LOONGARCH_BREAKPOINT_EXECUTE) && (type == 0)) { in update_bp_registers()
602 ctrl.type = LOONGARCH_BREAKPOINT_EXECUTE; in ptrace_hbp_set_ctrl()
13 #define LOONGARCH_BREAKPOINT_EXECUTE (0 << 0) macro