Searched refs:X86_PT_MASK (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRCGst.h56 # define GST_PT_MASK X86_PT_MASK
H A DPGMRCShw.h50 # define SHW_PT_MASK X86_PT_MASK
/vbox/src/VBox/VMM/VMMR3/
H A DPGMShw.h55 # define SHW_PT_MASK X86_PT_MASK
H A DPGMMap.cpp825 unsigned iPTE = (uAddress >> X86_PT_SHIFT) & X86_PT_MASK;
902 unsigned iPTE = (uAddress >> X86_PT_SHIFT) & X86_PT_MASK;
1380 unsigned iPTE = (off >> PAGE_SHIFT) & X86_PT_MASK;
H A DPGMDbg.cpp862 cPagesCanSkip = X86_PG_ENTRIES - ((GCPtr >> X86_PT_SHIFT) & X86_PT_MASK);
H A DPGM.cpp2134 const unsigned iPG = (off >> X86_PT_SHIFT) & X86_PT_MASK;
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h154 # define GST_PT_MASK X86_PT_MASK
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp87 const unsigned iPageNo = (off >> PAGE_SHIFT) & X86_PT_MASK;
177 unsigned iPTE = (off >> PAGE_SHIFT) & X86_PT_MASK;
241 unsigned iPTE = (off >> PAGE_SHIFT) & X86_PT_MASK;
H A DPGMAllShw.h85 # define SHW_PT_MASK X86_PT_MASK
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp344 rtR0MemObjDarwinReadPhys((u64.au32[0] & ~(uint32_t)PAGE_OFFSET_MASK) | (((uintptr_t)pvPage >> X86_PT_SHIFT) & X86_PT_MASK) * 4, 4, &u64);
/vbox/include/iprt/
H A Dx86.h1609 #define X86_PT_MASK 0x3ff macro
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp711 pPgLvl->a[1].fPtrMask = X86_PT_MASK;
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3033 iEntry = (VarGCPtr.u.GCFlat >> X86_PT_SHIFT) & X86_PT_MASK;

Completed in 630 milliseconds