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

/vbox/src/VBox/VMM/include/
H A DPGMInline.h1147 PX86PML4 pShwPml4 = pgmShwGetLongModePML4Ptr(pVCpu); local
1149 if (!pShwPml4)
1154 return pShwPml4->a[iPml4];
1167 PX86PML4 pShwPml4 = pgmShwGetLongModePML4Ptr(pVCpu); local
1168 if (!pShwPml4)
1170 return &pShwPml4->a[iPml4];

Completed in 36 milliseconds