Searched refs:CPUMIsGuestPagingEnabledEx (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcpum.h1205 DECLINLINE(bool) CPUMIsGuestPagingEnabledEx(PCPUMCTX pCtx) function
1221 && CPUMIsGuestPagingEnabledEx(pCtx)
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3760 if (CPUMIsGuestPagingEnabledEx(pMixedCtx))
3968 || CPUMIsGuestPagingEnabledEx(pMixedCtx))
4047 if ( !CPUMIsGuestPagingEnabledEx(pMixedCtx)
6383 && CPUMIsGuestPagingEnabledEx(pMixedCtx)))
7322 && CPUMIsGuestPagingEnabledEx(pMixedCtx))
11051 Assert(!pVM->hm.s.fNestedPaging || !CPUMIsGuestPagingEnabledEx(pMixedCtx));
11080 || !CPUMIsGuestPagingEnabledEx(pMixedCtx)
H A DHMSVMR0.cpp2274 && CPUMIsGuestPagingEnabledEx(pCtx))

Completed in 94 milliseconds