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

/gem5/src/arch/x86/
H A Dprocess.cc422 CR4 cr4 = 0; local
424 cr4.osxsave = 1; // Enable XSAVE and Proc Extended States
425 cr4.osxmmexcpt = 1; // Operating System Unmasked Exception
426 cr4.osfxsr = 1; // Operating System FXSave/FSRSTOR Support
427 cr4.pce = 0; // Performance-Monitoring Counter Enable
428 cr4.pge = 0; // Page-Global Enable
429 cr4.mce = 0; // Machine Check Enable
430 cr4.pae = 1; // Physical-Address Extension
431 cr4.pse = 0; // Page Size Extensions
432 cr4
[all...]
H A Dsystem.cc271 CR4 cr4 = tc->readMiscRegNoEffect(MISCREG_CR4); local
273 cr4.pae = 1;
274 tc->setMiscReg(MISCREG_CR4, cr4);
H A Dpagetable_walker.cc565 CR4 cr4 = tc->readMiscRegNoEffect(MISCREG_CR4); local
566 if (cr4.pae) {
574 if (cr4.pse) {
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc129 APPLY_SREG(cr4, MISCREG_CR4); \

Completed in 16 milliseconds