Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dkvm_para.h32 #define KVM_HC_MAP_GPA_RANGE 12 macro
/linux/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_conversions_test.c299 TEST_ASSERT(run->hypercall.nr == KVM_HC_MAP_GPA_RANGE, in handle_exit_hypercall()
301 KVM_HC_MAP_GPA_RANGE, run->hypercall.nr); in handle_exit_hypercall()
395 vm_enable_cap(vm, KVM_CAP_EXIT_HYPERCALL, (1 << KVM_HC_MAP_GPA_RANGE)); in test_mem_conversions()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c180 vm_enable_cap(vm, KVM_CAP_EXIT_HYPERCALL, BIT(KVM_HC_MAP_GPA_RANGE)); in vm_sev_launch()
/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst173 9. KVM_HC_MAP_GPA_RANGE
H A Dmsr.rst389 ``KVM_HC_MAP_GPA_RANGE`` hypercall, it can set bit 0 in this MSR to
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1405 return kvm_hypercall(KVM_HC_MAP_GPA_RANGE, gpa, size >> PAGE_SHIFT, flags, 0); in __kvm_hypercall_map_gpa_range()
/linux/arch/x86/kvm/
H A Dx86.c122 #define KVM_EXIT_HYPERCALL_VALID_MASK (1 << KVM_HC_MAP_GPA_RANGE)
10488 case KVM_HC_MAP_GPA_RANGE: { in ____kvm_emulate_hypercall()
10492 if (!user_exit_on_hypercall(vcpu->kvm, KVM_HC_MAP_GPA_RANGE)) in ____kvm_emulate_hypercall()
10502 vcpu->run->hypercall.nr = KVM_HC_MAP_GPA_RANGE; in ____kvm_emulate_hypercall()
/linux/Documentation/virt/kvm/
H A Dapi.rst8824 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.