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

/vbox/include/VBox/vmm/
H A Dhm_vmx.h501 typedef union EPTPML4E union
511 } EPTPML4E; typedef in typeref:union:EPTPML4E
512 AssertCompileSize(EPTPML4E, 8);
514 typedef EPTPML4E *PEPTPML4E;
516 typedef const EPTPML4E *PCEPTPML4E;
523 EPTPML4E a[EPT_PG_ENTRIES];

Completed in 58 milliseconds