Intel 64 and IA-32 Architectures Software Developers Manual Volume 3B, System Programming Guide Part 2

Table Of Contents
21-28 Vol. 3
VMX NON-ROOT OPERATION
System-management interrupts (SMIs), INIT signals, and higher priority events
take priority over MTF VM exits. MTF VM exits take priority over debug-trap
exceptions and lower priority events.
No MTF VM exit occurs if the processor is in either the shutdown activity state or
wait-for-SIPI activity state. If a non-maskable interrupt subsequently takes the
logical processor out of the shutdown activity state without causing a VM exit, an
MTF VM exit is pending after delivery of that interrupt.
21.7.3 Translation of Guest-Physical Addresses Using EPT
The extended page-table mechanism (EPT) is a feature that can be used to support
the virtualization of physical memory. When EPT is in use, certain physical addresses
are treated as guest-physical addresses and are not used to access memory directly.
Instead, guest-physical addresses are translated by traversing a set of EPT paging
structures to produce physical addresses that are used to access memory.
Details of the EPT are given in Chapter 24.