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