Searched refs:hv_do_fast_hypercall8 (Results 1 – 5 of 5) sorted by relevance
44 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8() function54 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8);
146 status = hv_do_fast_hypercall8(HVCALL_INITIALIZE_PARTITION, in hv_call_initialize_partition()165 status = hv_do_fast_hypercall8(HVCALL_FINALIZE_PARTITION, in hv_call_finalize_partition()177 status = hv_do_fast_hypercall8(HVCALL_DELETE_PARTITION, *(u64 *)&input); in hv_call_delete_partition()597 status = hv_do_fast_hypercall8(HVCALL_CLEAR_VIRTUAL_INTERRUPT, in hv_call_clear_virtual_interrupt()720 status = hv_do_fast_hypercall8(HVCALL_NOTIFY_PORT_RING_EMPTY, in hv_call_notify_port_ring_empty()
511 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event); in vmbus_set_event()
74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
160 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() function