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

/gem5/src/arch/x86/
H A Dpagetable.hh148 Bitfield<4> pcd; member in namespace:X86ISA
165 bool uncacheable() { return pte.pcd; }
166 void uncacheable(bool u) { pte.pcd = u ? 1 : 0; }
H A Dpagetable_walker.cc292 bool uncacheable = pte.pcd;
589 if (cr3.pcd)
/gem5/src/arch/x86/regs/
H A Dmisc.hh621 Bitfield<4> pcd; // Page-Level Cache Disable member in namespace:X86ISA

Completed in 13 milliseconds