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

/vbox/include/VBox/vmm/
H A Dpgm.h241 typedef enum PGMMODE enum
267 } PGMMODE; typedef in typeref:enum:PGMMODE
297 VMMDECL(RTHCPHYS) PGMGetNestedCR3(PVMCPU pVCpu, PGMMODE enmShadowMode);
344 VMMDECL(PGMMODE) PGMGetGuestMode(PVMCPU pVCpu);
345 VMMDECL(PGMMODE) PGMGetShadowMode(PVMCPU pVCpu);
346 VMMDECL(PGMMODE) PGMGetHostMode(PVM pVM);
347 VMMDECL(const char *) PGMGetModeName(PGMMODE enmMode);
429 VMMR0DECL(int) PGMR0Trap0eHandlerNestedPaging(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault);
430 VMMR0DECL(VBOXSTRICTRC) PGMR0Trap0eHandlerNPMisconfig(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, PCPUMCTXCORE pRegFrame, RTGCPHYS GCPhysFault, uint32_t uErr);
459 VMMR3DECL(int) PGMR3ChangeMode(PVM pVM, PVMCPU pVCpu, PGMMODE enmGuestMod
[all...]

Completed in 44 milliseconds