Searched refs:KVM_REQ_GET_VMCS12_PAGES (Results 1 – 3 of 3) sorted by relevance
80 #define KVM_REQ_GET_VMCS12_PAGES KVM_ARCH_REQ(24) macro
241 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()
7969 if (kvm_check_request(KVM_REQ_GET_VMCS12_PAGES, vcpu)) { in vcpu_enter_guest()