Searched refs:hv_do_hypercall (Results 1 – 8 of 8) sorted by relevance
| /arch/arm64/hyperv/ |
| A D | hv_core.c | 23 u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function 36 EXPORT_SYMBOL_GPL(hv_do_hypercall);
|
| /arch/x86/hyperv/ |
| A D | mmu.c | 146 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi() 150 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
|
| A D | hv_vtl.c | 191 status = hv_do_hypercall(HVCALL_ENABLE_VP_VTL, input, NULL); in hv_vtl_bringup_vcpu() 201 status = hv_do_hypercall(HVCALL_START_VP, input, NULL); in hv_vtl_bringup_vcpu()
|
| A D | nested.c | 43 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
|
| A D | irqdomain.c | 89 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL); in hv_unmap_interrupt()
|
| A D | hv_init.c | 696 status = hv_do_hypercall(control, input, output); in hv_apicid_to_vp_index()
|
| A D | ivm.c | 365 ret = hv_do_hypercall(HVCALL_START_VP, in hv_snp_boot_ap()
|
| /arch/x86/include/asm/ |
| A D | mshyperv.h | 64 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
|
Completed in 11 milliseconds