Searched refs:LOONGARCH_BREAKPOINT_LOAD (Results 1 – 2 of 2) sorted by relevance
310 case LOONGARCH_BREAKPOINT_LOAD: in arch_bp_generic_fields()316 case LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()357 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD; in arch_build_bp_info()363 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()447 if (info->ctrl.type == LOONGARCH_BREAKPOINT_LOAD) in update_bp_registers()459 if (info->ctrl.type == LOONGARCH_BREAKPOINT_LOAD) in update_bp_registers()
16 #define LOONGARCH_BREAKPOINT_LOAD (1 << 0) macro