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

/gem5/src/arch/power/
H A Dpagetable.hh144 Valid() function in struct:PowerISA::PTE
/gem5/src/arch/mips/
H A Dpagetable.hh76 bool Valid() { return (V0 | V1); }; function in struct:MipsISA::PTE
/gem5/src/arch/riscv/
H A Dpagetable.hh76 bool Valid() { return (V0 | V1); }; function in struct:RiscvISA::PTE

Completed in 5 milliseconds