Searched refs:KVM_HC_MAP_GPA_RANGE (Results 1 – 9 of 9) 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
772 if (!kvm_enable_hypercall(BIT_ULL(KVM_HC_MAP_GPA_RANGE))) { in sev_snp_launch_start()
118 #define KVM_EXIT_HYPERCALL_VALID_MASK (1 << KVM_HC_MAP_GPA_RANGE)9900 case KVM_HC_MAP_GPA_RANGE: { in kvm_emulate_hypercall()9904 if (!(vcpu->kvm->arch.hypercall_exit_enabled & (1 << KVM_HC_MAP_GPA_RANGE))) in kvm_emulate_hypercall()9914 vcpu->run->hypercall.nr = KVM_HC_MAP_GPA_RANGE; in kvm_emulate_hypercall()
5870 if (run->hypercall.nr == KVM_HC_MAP_GPA_RANGE) in kvm_handle_hypercall()
8356 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.