Searched refs:hv_do_hypercall (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/x86/hyperv/ |
D | mmu.c | 138 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others() 142 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others()
|
D | nested.c | 46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | mshyperv.h | 80 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function 198 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
|
/Linux-v5.10/include/asm-generic/ |
D | mshyperv.h | 38 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
|
/Linux-v5.10/drivers/hv/ |
D | hv.c | 63 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
|
/Linux-v5.10/drivers/pci/controller/ |
D | pci-hyperv.c | 1273 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()
|