Searched refs:__hyperv_hypercall (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | hyperv.h | 248 static inline uint8_t __hyperv_hypercall(u64 control, vm_vaddr_t input_address, in __hyperv_hypercall() function 274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | hyperv_svm_test.c | 62 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | in l2_guest_code()
|
A D | hyperv_evmcs.c | 71 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
|
A D | hyperv_features.c | 97 vector = __hyperv_hypercall(hcall->control, input, output, &res); in guest_hcall()
|
Completed in 8 milliseconds