Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dkvm_para.h32 #define KVM_HC_MAP_GPA_RANGE 12 macro
/Linux-v5.15/Documentation/virt/kvm/
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
Dapi.rst7262 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.
/Linux-v5.15/arch/x86/kvm/
Dx86.c107 #define KVM_EXIT_HYPERCALL_VALID_MASK (1 << KVM_HC_MAP_GPA_RANGE)
8735 case KVM_HC_MAP_GPA_RANGE: { in kvm_emulate_hypercall()
8739 if (!(vcpu->kvm->arch.hypercall_exit_enabled & (1 << KVM_HC_MAP_GPA_RANGE))) in kvm_emulate_hypercall()
8749 vcpu->run->hypercall.nr = KVM_HC_MAP_GPA_RANGE; in kvm_emulate_hypercall()