Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/hyperv/
H A Dhv_core.c44 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8() function
54 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall8);
/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c146 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()
H A Dconnection.c511 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event); in vmbus_set_event()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
/linux-6.15/arch/x86/include/asm/
H A Dmshyperv.h160 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() function