Home
last modified time | relevance | path

Searched refs:hv_do_hypercall (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/x86/hyperv/
Dmmu.c138 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()
Dnested.c46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h80 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/
Dmshyperv.h38 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
/Linux-v5.10/drivers/hv/
Dhv.c63 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c1273 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()