Searched refs:vmcs12 (Results 1 – 3 of 3) sorted by relevance
18 void vmx_write_encls_bitmap(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12);26 struct vmcs12 *vmcs12) in vmx_write_encls_bitmap() argument
71 internals of this structure; This is struct vmcs12 from arch/x86/kvm/vmx.c.73 The name "vmcs12" refers to the VMCS that L1 builds for L2. In the code we78 For convenience, we repeat the content of struct vmcs12 here. If the internals80 VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner86 struct __packed vmcs12 {
510 __u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member