Home
last modified time | relevance | path

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

/linux/arch/arm64/hyperv/
A 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/include/asm-generic/
A Dmshyperv.h55 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
92 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
/linux/arch/x86/hyperv/
A 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()
A 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()
A Dnested.c46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
A Dhv_init.c369 status = hv_do_hypercall(HVCALL_GET_PARTITION_ID, NULL, output_page); in hv_get_partition_id()
A Dirqdomain.c88 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL); in hv_unmap_interrupt()
/linux/drivers/hv/
A Dhv_common.c200 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL, in hv_query_ext_cap()
A Dhv.c106 status = hv_do_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/linux/arch/x86/include/asm/
A Dmshyperv.h39 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
/linux/drivers/pci/controller/
A Dpci-hyperv.c1296 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()

Completed in 18 milliseconds