Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/hyperv/
H A Dhv_core.c61 u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() function
71 EXPORT_SYMBOL_GPL(hv_do_fast_hypercall16);
/linux-6.15/arch/x86/hyperv/
H A Dhv_apic.c224 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, ipi_arg.vector, in __send_ipi_mask()
254 status = hv_do_fast_hypercall16(HVCALL_SEND_IPI, vector, BIT_ULL(vp)); in __send_ipi_one()
/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c406 status = hv_do_fast_hypercall16(HVCALL_DELETE_VP, in hv_call_delete_vp()
650 status = hv_do_fast_hypercall16(HVCALL_DELETE_PORT, in hv_call_delete_port()
706 status = hv_do_fast_hypercall16(HVCALL_DISCONNECT_PORT, in hv_call_disconnect_port()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h75 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
/linux-6.15/arch/x86/include/asm/
H A Dmshyperv.h218 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() function