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

/linux-master/arch/arm64/hyperv/
H A Dhv_core.c22 * hv_do_hypercall- Invoke the specified hypercall
24 u64 hv_do_hypercall(u64 control, void *input, void *output) function
37 EXPORT_SYMBOL_GPL(hv_do_hypercall); variable
/linux-master/arch/x86/hyperv/
H A Dhv_proc.c139 status = hv_do_hypercall(HVCALL_ADD_LOGICAL_PROCESSOR,
182 status = hv_do_hypercall(HVCALL_CREATE_VP, input, NULL);
H A Dhv_vtl.c154 status = hv_do_hypercall(HVCALL_ENABLE_VP_VTL, input, NULL);
164 status = hv_do_hypercall(HVCALL_START_VP, input, NULL);
196 status = hv_do_hypercall(control, input, output);
H A Dnested.c42 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE,
H A Dmmu.c147 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE,
151 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE,
H A Dhv_init.c406 status = hv_do_hypercall(HVCALL_GET_PARTITION_ID, NULL, output_page);
435 ret = hv_do_hypercall(control, input, output);
H A Dirqdomain.c88 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL);
H A Divm.c357 ret = hv_do_hypercall(HVCALL_START_VP,
/linux-master/include/asm-generic/
H A Dmshyperv.h66 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
117 status = hv_do_hypercall(control, input, output);
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h71 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) function
125 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output);
/linux-master/drivers/hv/
H A Dhv.c88 status = hv_do_hypercall(HVCALL_POST_MESSAGE,
H A Dhv_common.c543 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL,
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c692 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17),
701 * been offlined yet. In this case, the below hv_do_hypercall()
1045 ret = hv_do_hypercall(HVCALL_MMIO_READ, in, out);
1087 ret = hv_do_hypercall(HVCALL_MMIO_WRITE, in, NULL);

Completed in 202 milliseconds