Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h257 static inline u8 __hyperv_hypercall(u64 control, gva_t input_address, in __hyperv_hypercall() argument
268 "+c" (control), "+d" (input_address), in __hyperv_hypercall()
277 static inline void hyperv_hypercall(u64 control, gva_t input_address, in hyperv_hypercall() argument
283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()