Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dkvm_pv_test.c79 r = kvm_hypercall(hc->nr, 0, 0, 0, 0); in test_hcall()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h1336 uint64_t kvm_hypercall(uint64_t nr, uint64_t a0, uint64_t a1, uint64_t a2,
1344 return kvm_hypercall(KVM_HC_MAP_GPA_RANGE, gpa, size >> PAGE_SHIFT, flags, 0); in __kvm_hypercall_map_gpa_range()
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c1200 uint64_t kvm_hypercall(uint64_t nr, uint64_t a0, uint64_t a1, uint64_t a2, in kvm_hypercall() function

Completed in 10 milliseconds