Lines Matching defs:guest
71 struct pt_ctx guest;
102 /* Has the level1 guest done vmxon? */
107 /* The guest-physical address of the current VMCS L1 keeps for L2 */
110 * Cache of the guest's VMCS, existing outside of guest memory.
111 * Loaded from guest memory during VMPTRLD. Flushed to guest
116 * Cache of the guest's shadow VMCS, existing outside of guest
117 * memory. Loaded from guest memory during VM entry. Flushed
118 * to guest memory during VM exit.
130 * Indicates lazily loaded guest state has not yet been decached from
195 /* in guest mode on SMM entry? */
212 * to/from the kernel, and the registers have been loaded with guest
239 * non-nested (L1) guest, it always points to vmcs01. For a nested
240 * guest (L2), it points to a different VMCS.
246 struct vmx_msrs guest;
251 struct vmx_msrs guest;
276 /* Support for a guest hypervisor (nested VMX) */