Home
last modified time | relevance | path

Searched refs:hv_do_hypercall (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/arch/arm64/hyperv/
Dhv_core.c24 u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
37 EXPORT_SYMBOL_GPL(hv_do_hypercall);
/Linux-v5.15/include/asm-generic/
Dmshyperv.h45 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
81 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
/Linux-v5.15/arch/x86/hyperv/
Dhv_proc.c145 status = hv_do_hypercall(HVCALL_ADD_LOGICAL_PROCESSOR, in hv_call_add_logical_proc()
196 status = hv_do_hypercall(HVCALL_CREATE_VP, input, NULL); in hv_call_create_vp()
Dmmu.c144 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
148 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
Dnested.c46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
Dhv_init.c325 status = hv_do_hypercall(HVCALL_GET_PARTITION_ID, NULL, output_page); in hv_get_partition_id()
Dirqdomain.c88 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL); in hv_unmap_interrupt()
/Linux-v5.15/drivers/hv/
Dhv_common.c200 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL, in hv_query_ext_cap()
Dhv.c100 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
/Linux-v5.15/arch/x86/include/asm/
Dmshyperv.h46 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
/Linux-v5.15/drivers/pci/controller/
Dpci-hyperv.c1296 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()