Searched refs:cfg3 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/mips/
H A Disa.cc246 Config3Reg cfg3 = readMiscRegNoEffect(MISCREG_CONFIG3); local
247 cfg3.dspp = cp.CP0_Config3_DSPP;
248 cfg3.lpa = cp.CP0_Config3_LPA;
249 cfg3.veic = cp.CP0_Config3_VEIC;
250 cfg3.vint = cp.CP0_Config3_VInt;
251 cfg3.sp = cp.CP0_Config3_SP;
252 cfg3.mt = cp.CP0_Config3_MT;
253 cfg3.sm = cp.CP0_Config3_SM;
254 cfg3.tl = cp.CP0_Config3_TL;
255 setMiscRegNoEffect(MISCREG_CONFIG3, cfg3);
[all...]

Completed in 6 milliseconds