Home
last modified time | relevance | path

Searched refs:KVM_HC_MAP_GPA_RANGE (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/uapi/linux/ !
Dkvm_para.h32 #define KVM_HC_MAP_GPA_RANGE 12 macro
/linux-6.1.9/arch/x86/kernel/ !
Dkvm.c933 kvm_sev_hypercall3(KVM_HC_MAP_GPA_RANGE, pfn << PAGE_SHIFT, npages, in kvm_sev_hc_page_enc_status()
966 kvm_sev_hypercall3(KVM_HC_MAP_GPA_RANGE, entry->addr, in kvm_init_platform()
/linux-6.1.9/Documentation/virt/kvm/x86/ !
Dhypercalls.rst173 8. KVM_HC_MAP_GPA_RANGE
Dmsr.rst390 ``KVM_HC_MAP_GPA_RANGE`` hypercall, it can set bit 0 in this MSR to
/linux-6.1.9/arch/x86/kvm/ !
Dx86.c113 #define KVM_EXIT_HYPERCALL_VALID_MASK (1 << KVM_HC_MAP_GPA_RANGE)
9703 case KVM_HC_MAP_GPA_RANGE: { in kvm_emulate_hypercall()
9707 if (!(vcpu->kvm->arch.hypercall_exit_enabled & (1 << KVM_HC_MAP_GPA_RANGE))) in kvm_emulate_hypercall()
9717 vcpu->run->hypercall.nr = KVM_HC_MAP_GPA_RANGE; in kvm_emulate_hypercall()
/linux-6.1.9/Documentation/virt/kvm/ !
Dapi.rst8123 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.