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

/vbox/include/iprt/
H A Dasm-amd64-x86.h1514 DECLASM(RTCCUINTREG) ASMGetCR3(void);
1516 DECLINLINE(RTCCUINTREG) ASMGetCR3(void) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp259 RTCCUINTREG cr3 = ASMGetCR3();
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp809 X86PGPAEUINT uEntry = ASMGetCR3();
2505 uint64_t cr3 = ASMGetCR3() & ~(uint64_t)PAGE_OFFSET_MASK;
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp2865 uReg = ASMGetCR3();

Completed in 94 milliseconds