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

/gem5/src/arch/mips/
H A Dpagetable.hh59 bool V0; // Even entry Valid Bit
65 bool V1; // Odd entry Valid Bit
76 bool Valid() { return (V0 | V1); }; function in struct:MipsISA::PTE
/gem5/src/arch/riscv/
H A Dpagetable.hh59 bool V0; // Even entry Valid Bit
65 bool V1; // Odd entry Valid Bit
76 bool Valid() { return (V0 | V1); }; function in struct:RiscvISA::PTE
/gem5/src/arch/power/
H A Dpagetable.hh128 bool V0; // Even entry Valid Bit
134 bool V1; // Odd entry Valid Bit
144 Valid() function in struct:PowerISA::PTE

Completed in 3 milliseconds