Searched refs:__hyperv_hypercall (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 260 static inline uint8_t __hyperv_hypercall(u64 control, vm_vaddr_t input_address, in __hyperv_hypercall() function 286 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_svm_test.c | 59 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | in l2_guest_code()
|
H A D | hyperv_evmcs.c | 70 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
|
H A D | hyperv_features.c | 102 vector = __hyperv_hypercall(hcall->control, input, output, &res); in guest_hcall()
|