Searched refs:kvm_hypercall (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | kvm_para.h | 87 long kvm_hypercall##args(unsigned long nr HYPERCALL_PARM_##args) \
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | kvm_pv_test.c | 79 r = kvm_hypercall(hc->nr, 0, 0, 0, 0); in test_hcall()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1399 u64 kvm_hypercall(u64 nr, u64 a0, u64 a1, u64 a2, u64 a3); 1405 return kvm_hypercall(KVM_HC_MAP_GPA_RANGE, gpa, size >> PAGE_SHIFT, flags, 0); in __kvm_hypercall_map_gpa_range()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 1356 u64 kvm_hypercall(u64 nr, u64 a0, u64 a1, u64 a2, u64 a3) in kvm_hypercall() function
|