Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dmmu.c144 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others()
148 status = hv_do_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE, in hyperv_flush_tlb_others()
H A Dnested.c46 status = hv_do_hypercall(HVCALL_FLUSH_GUEST_PHYSICAL_ADDRESS_SPACE, in hyperv_flush_guest_mapping()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h82 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() function
200 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmshyperv.h38 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv.c63 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c1301 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()