Searched refs:hv_do_hypercall (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/hyperv/ |
| H A D | mmu.c | 144 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 D | nested.c | 46 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 D | mshyperv.h | 82 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 D | mshyperv.h | 38 extern u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | hv.c | 63 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 1301 res = hv_do_hypercall(HVCALL_RETARGET_INTERRUPT | (var_size << 17), in hv_irq_unmask()
|