Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h248 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()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c60 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | in l2_guest_code()
H A Dhyperv_evmcs.c71 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
H A Dhyperv_features.c102 vector = __hyperv_hypercall(hcall->control, input, output, &res); in guest_hcall()