Home
last modified time | relevance | path

Searched refs:shadow_vmcs12 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dkvm.h427 __u8 shadow_vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dkvm.h427 __u8 shadow_vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c6099 kvm_state.size += sizeof(user_vmx_nested_state->shadow_vmcs12); in vmx_get_nested_state()
6157 BUILD_BUG_ON(sizeof(user_vmx_nested_state->shadow_vmcs12) < VMCS12_SIZE); in vmx_get_nested_state()
6168 if (copy_to_user(user_vmx_nested_state->shadow_vmcs12, in vmx_get_nested_state()
6324 struct vmcs12 *shadow_vmcs12 = get_shadow_vmcs12(vcpu); in vmx_set_nested_state() local
6328 sizeof(user_vmx_nested_state->vmcs12) + sizeof(*shadow_vmcs12)) in vmx_set_nested_state()
6331 if (copy_from_user(shadow_vmcs12, in vmx_set_nested_state()
6332 user_vmx_nested_state->shadow_vmcs12, in vmx_set_nested_state()
6333 sizeof(*shadow_vmcs12))) { in vmx_set_nested_state()
6338 if (shadow_vmcs12->hdr.revision_id != VMCS12_REVISION || in vmx_set_nested_state()
6339 !shadow_vmcs12->hdr.shadow_vmcs) in vmx_set_nested_state()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst4373 __u8 shadow_vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE];