Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/hyperv/
Dmmu.c136 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()
Dnested.c45 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h135 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/
Dhv.c95 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c987 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()