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

/gem5/src/arch/mips/
H A Disa.cc207 Config1Reg cfg1 = readMiscRegNoEffect(MISCREG_CONFIG1); local
208 cfg1.mmuSize = cp.CP0_Config1_MMU;
209 cfg1.is = cp.CP0_Config1_IS;
210 cfg1.il = cp.CP0_Config1_IL;
211 cfg1.ia = cp.CP0_Config1_IA;
212 cfg1.ds = cp.CP0_Config1_DS;
213 cfg1.dl = cp.CP0_Config1_DL;
214 cfg1.da = cp.CP0_Config1_DA;
215 cfg1.fp = cp.CP0_Config1_FP;
216 cfg1
[all...]

Completed in 3 milliseconds