Searched refs:hv_do_hypercall (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/hyperv/ |
D | mmu.c | 136 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others() 140 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others()
|
D | nested.c | 45 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | mshyperv.h | 135 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function 253 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
|
/Linux-v4.19/drivers/hv/ |
D | hv.c | 95 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-hyperv.c | 987 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()
|