Searched refs:hv_do_fast_hypercall8 (Results 1 – 5 of 5) sorted by relevance
39 * hv_do_fast_hypercall8 -- Invoke the specified hypercall44 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8() function 54 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8);
147 status = hv_do_fast_hypercall8(HVCALL_INITIALIZE_PARTITION, in hv_call_initialize_partition() 166 status = hv_do_fast_hypercall8(HVCALL_FINALIZE_PARTITION, in hv_call_finalize_partition() 178 status = hv_do_fast_hypercall8(HVCALL_DELETE_PARTITION, *(u64 *)&input); in hv_call_delete_partition() 598 status = hv_do_fast_hypercall8(HVCALL_CLEAR_VIRTUAL_INTERRUPT, in hv_call_clear_virtual_interrupt() 721 status = hv_do_fast_hypercall8(HVCALL_NOTIFY_PORT_RING_EMPTY, in hv_call_notify_port_ring_empty()
525 hv_do_fast_hypercall8(control, channel->sig_event); in vmbus_set_event()
74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
155 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() function