Searched refs:hv_do_fast_hypercall16 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/hyperv/ |
| H A D | hv_core.c | 61 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 D | hv_apic.c | 224 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 D | mshv_root_hv_call.c | 406 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 D | mshyperv.h | 75 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mshyperv.h | 218 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() function
|