Home
last modified time | relevance | path

Searched refs:KVM_REQ_GET_VMCS12_PAGES (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h80 #define KVM_REQ_GET_VMCS12_PAGES KVM_ARCH_REQ(24) macro
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c241 kvm_clear_request(KVM_REQ_GET_VMCS12_PAGES, vcpu); in free_nested()
3120 kvm_make_request(KVM_REQ_GET_VMCS12_PAGES, vcpu); in nested_vmx_enter_non_root_mode()
/Linux-v5.4/arch/x86/kvm/
Dx86.c7969 if (kvm_check_request(KVM_REQ_GET_VMCS12_PAGES, vcpu)) { in vcpu_enter_guest()