Searched refs:KVM_HC_MAP_GPA_RANGE (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | kvm_para.h | 32 #define KVM_HC_MAP_GPA_RANGE 12 macro
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | private_mem_conversions_test.c | 299 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 D | sev.c | 180 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 D | hypercalls.rst | 173 9. KVM_HC_MAP_GPA_RANGE
|
| H A D | msr.rst | 389 ``KVM_HC_MAP_GPA_RANGE`` hypercall, it can set bit 0 in this MSR to
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1405 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 D | x86.c | 122 #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 D | api.rst | 8824 Right now, the only such hypercall is KVM_HC_MAP_GPA_RANGE.
|