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

/gem5/src/arch/x86/
H A Disa.cc67 m5reg.paging = cr0.pg;
H A Dtlb.cc332 // If paging is enabled, do the translation.
333 if (m5Reg.paging) {
389 // Do paging protection checks.
/gem5/src/arch/x86/regs/
H A Dmisc.hh583 Bitfield<6> paging; member in namespace:X86ISA
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc671 // If paging is enabled, do the translation.
672 if (m5Reg.paging) {
779 // If paging is enabled, do the translation.
780 if (m5Reg.paging) {
836 // Do paging protection checks.
1132 // Do paging protection checks.
1201 * Next step is to do the paging protection checks.
1454 * Do paging checks if it's a normal functional access. If it's for a

Completed in 24 milliseconds