Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h80 #define KVM_REQ_GET_VMCS12_PAGES KVM_ARCH_REQ(24) macro
/Linux-v4.19/arch/x86/kvm/
Dx86.c7398 if (kvm_check_request(KVM_REQ_GET_VMCS12_PAGES, vcpu)) in vcpu_enter_guest()
Dvmx.c12656 kvm_make_request(KVM_REQ_GET_VMCS12_PAGES, vcpu); in enter_vmx_non_root_mode()