Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmshyperv.h39 extern u64 hv_do_fast_hypercall8(u16 control, u64 input8);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h121 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() function
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dconnection.c440 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event); in vmbus_set_event()