Searched refs:LOONGARCH_BREAKPOINT_STORE (Results 1 – 2 of 2) sorted by relevance
325 case LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()328 case LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE: in arch_bp_generic_fields()372 hw->ctrl.type = LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()375 hw->ctrl.type = LOONGARCH_BREAKPOINT_LOAD | LOONGARCH_BREAKPOINT_STORE; in arch_build_bp_info()461 if (info->ctrl.type == LOONGARCH_BREAKPOINT_STORE) in update_bp_registers()473 if (info->ctrl.type == LOONGARCH_BREAKPOINT_STORE) in update_bp_registers()
17 #define LOONGARCH_BREAKPOINT_STORE (1 << 1) macro