Searched refs:hv_do_hypercall (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/arm64/hyperv/ |
A D | hv_core.c | 24 u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function 37 EXPORT_SYMBOL_GPL(hv_do_hypercall);
|
/linux-6.3-rc2/include/asm-generic/ |
A D | mshyperv.h | 56 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr); 93 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | hv_proc.c | 145 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 D | mmu.c | 143 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi() 147 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_multi()
|
A D | nested.c | 46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
|
A D | irqdomain.c | 88 status = hv_do_hypercall(HVCALL_UNMAP_DEVICE_INTERRUPT, input, NULL); in hv_unmap_interrupt()
|
A D | hv_init.c | 369 status = hv_do_hypercall(HVCALL_GET_PARTITION_ID, NULL, output_page); in hv_get_partition_id()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mshyperv.h | 37 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function 78 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output); in hv_do_nested_hypercall()
|
/linux-6.3-rc2/drivers/hv/ |
A D | hv_common.c | 206 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL, in hv_query_ext_cap()
|
A D | hv.c | 106 status = hv_do_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pci-hyperv.c | 707 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_arch_irq_unmask()
|
Completed in 20 milliseconds