Searched refs:KVM_HC_MAP_GPA_RANGE (Results 1 – 6 of 6) sorted by relevance
32 #define KVM_HC_MAP_GPA_RANGE 12 macro
927 kvm_sev_hypercall3(KVM_HC_MAP_GPA_RANGE, pfn << PAGE_SHIFT, npages, in kvm_sev_hc_page_enc_status()960 kvm_sev_hypercall3(KVM_HC_MAP_GPA_RANGE, entry->addr, in kvm_init_platform()
173 8. KVM_HC_MAP_GPA_RANGE
390 ``KVM_HC_MAP_GPA_RANGE`` hypercall, it can set bit 0 in this MSR to
115 #define KVM_EXIT_HYPERCALL_VALID_MASK (1 << KVM_HC_MAP_GPA_RANGE)9788 case KVM_HC_MAP_GPA_RANGE: { in kvm_emulate_hypercall()9792 if (!(vcpu->kvm->arch.hypercall_exit_enabled & (1 << KVM_HC_MAP_GPA_RANGE))) in kvm_emulate_hypercall()9802 vcpu->run->hypercall.nr = KVM_HC_MAP_GPA_RANGE; in kvm_emulate_hypercall()
8289 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.
Completed in 37 milliseconds