Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/hyperv/
H 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);
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c153 status = hv_do_hypercall(HVCALL_ENABLE_VP_VTL, input, NULL); in hv_vtl_bringup_vcpu()
163 status = hv_do_hypercall(HVCALL_START_VP, input, NULL); in hv_vtl_bringup_vcpu()
195 status = hv_do_hypercall(control, input, output); in hv_vtl_apicid_to_vp_id()
H 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()
H A Dmmu.c147 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
151 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
H A Dnested.c42 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
H A Dhv_init.c406 status = hv_do_hypercall(HVCALL_GET_PARTITION_ID, NULL, output_page); in hv_get_partition_id()
435 ret = hv_do_hypercall(control, input, output); in get_vtl()
H A Dirqdomain.c88 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL); in hv_unmap_interrupt()
H A Divm.c356 ret = hv_do_hypercall(HVCALL_START_VP, in hv_snp_boot_ap()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h65 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
103 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h71 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
125 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output); in hv_do_nested_hypercall()
/openbmc/linux/drivers/hv/
H A Dhv_common.c467 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL, in hv_query_ext_cap()
H A Dhv.c88 status = hv_do_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c699 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_arch_irq_unmask()
1052 ret = hv_do_hypercall(HVCALL_MMIO_READ, in, out); in hv_pci_read_mmio()
1094 ret = hv_do_hypercall(HVCALL_MMIO_WRITE, in, NULL); in hv_pci_write_mmio()