Searched refs:hv_do_fast_hypercall8 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/hyperv/
H A Dhv_core.c40 * hv_do_fast_hypercall8 -- Invoke the specified hypercall
45 u64 hv_do_fast_hypercall8(u16 code, u64 input) function
55 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8); variable
/linux-master/include/asm-generic/
H A Dmshyperv.h67 extern u64 hv_do_fast_hypercall8(u16 control, u64 input8);
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h168 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) function
/linux-master/drivers/hv/
H A Dconnection.c511 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event);

Completed in 103 milliseconds