hv_do_fast_hypercall8
EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8);
hv_do_fast_hypercall8(control, channel->sig_event);
status = hv_do_fast_hypercall8(HVCALL_INITIALIZE_PARTITION,
status = hv_do_fast_hypercall8(HVCALL_FINALIZE_PARTITION,
status = hv_do_fast_hypercall8(HVCALL_DELETE_PARTITION, *(u64 *)&input);
status = hv_do_fast_hypercall8(HVCALL_CLEAR_VIRTUAL_INTERRUPT,
status = hv_do_fast_hypercall8(HVCALL_NOTIFY_PORT_RING_EMPTY,
status = hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, input);
u64 hv_do_fast_hypercall8(u16 control, u64 input8);