Home
last modified time | relevance | path

Searched refs:kvm_hypercall (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Dkvm_para.h87 long kvm_hypercall##args(unsigned long nr HYPERCALL_PARM_##args) \
/linux/tools/testing/selftests/kvm/x86/
H A Dkvm_pv_test.c79 r = kvm_hypercall(hc->nr, 0, 0, 0, 0); in test_hcall()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1399 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 Dprocessor.c1356 u64 kvm_hypercall(u64 nr, u64 a0, u64 a1, u64 a2, u64 a3) in kvm_hypercall() function