Home
last modified time | relevance | path

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

/linux/arch/arm64/hyperv/
H A Dhv_core.c39 * hv_do_fast_hypercall8 -- Invoke the specified hypercall
44 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8() function
54 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8);
/linux/drivers/hv/
H A Dmshv_root_hv_call.c147 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()
H A Dconnection.c525 hv_do_fast_hypercall8(control, channel->sig_event); in vmbus_set_event()
/linux/include/asm-generic/
H A Dmshyperv.h74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
/linux/arch/x86/include/asm/
H A Dmshyperv.h155 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() function