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

/vbox/include/VBox/vmm/
H A Dcpum.h1131 DECLINLINE(bool) CPUMIsGuestInRealModeEx(PCPUMCTX pCtx) function
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2505 if (CPUMIsGuestInRealModeEx(pCtx))
2581 || CPUMIsGuestInRealModeEx(pCtx)) /* Requires a fake TSS for real mode - stored in the VMM device heap */
2667 && CPUMIsGuestInRealModeEx(pCtx)
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp4306 && ( !CPUMIsGuestInRealModeEx(pCtx)
4415 || ( CPUMIsGuestInRealModeEx(pCtx)
7973 if (CPUMIsGuestInRealModeEx(pMixedCtx))
8373 && CPUMIsGuestInRealModeEx(pMixedCtx))
10135 Assert(CPUMIsGuestInRealModeEx(pMixedCtx));
11964 Assert(CPUMIsGuestInRealModeEx(pMixedCtx));
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp286 #define IEM_IS_REAL_MODE(a_pIemCpu) (CPUMIsGuestInRealModeEx((a_pIemCpu)->CTX_SUFF(pCtx)))

Completed in 124 milliseconds