Symbol: x86_read_cr3
src/system/boot/platform/bios_ia32/smp.cpp
432
*tempStack = x86_read_cr3() & 0xfffff000;
src/system/kernel/arch/arm/paging/32bit/ARMPagingMethod32Bit.cpp
424
uint32 physicalPageDirectory = x86_read_cr3();
src/system/kernel/arch/arm/paging/32bit/ARMPagingStructures32Bit.cpp
103
uint32 activePageDirectory = x86_read_cr3();
src/system/kernel/arch/ppc/paging/460/PPCPagingStructures460.cpp
110
uint32 activePageDirectory = x86_read_cr3();
src/system/kernel/arch/ppc/paging/classic/PPCPagingStructuresClassic.cpp
110
uint32 activePageDirectory = x86_read_cr3();
src/system/kernel/arch/x86/32/descriptors.cpp
228
tss->cr3 = x86_read_cr3();
src/system/kernel/arch/x86/arch_cpu.cpp
1986
if (context != 0 && (intptr_t)x86_read_cr3() != context)
src/system/kernel/arch/x86/arch_cpu.cpp
1989
x86_write_cr3(x86_read_cr3());
src/system/kernel/arch/x86/arch_cpu.cpp
2011
if (context != 0 && (intptr_t)x86_read_cr3() != context)
src/system/kernel/arch/x86/arch_cpu.cpp
2024
if (context != 0 && (intptr_t)x86_read_cr3() != context)
src/system/kernel/arch/x86/arch_debug.cpp
1020
oldPageDirectory = x86_read_cr3();
src/system/kernel/arch/x86/arch_debug.cpp
484
*_oldPageDirectory = x86_read_cr3();
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.cpp
447
uint32 physicalPageDirectory = x86_read_cr3();
src/system/kernel/arch/x86/paging/32bit/X86PagingStructures32Bit.cpp
103
uint32 activePageDirectory = x86_read_cr3();
src/system/kernel/arch/x86/paging/X86VMTranslationMap.cpp
110
InvalidateUserTLB(PagingStructures()->active_on_cpus, x86_read_cr3());
src/system/kernel/arch/x86/paging/X86VMTranslationMap.cpp
121
InvalidateTLBList(PagingStructures()->active_on_cpus, x86_read_cr3(),
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
729
uint32 physicalPDPT = x86_read_cr3();