Searched refs:hyperv_hypercall (Results 1 – 3 of 3) sorted by relevance
52 __weak_alias(hyperv_hypercall, hyperv_hypercall_error);87 return hyperv_hypercall(HYPERCALL_POST_MESSAGE, msg, 0); in hyperv_hypercall_post_message()94 return hyperv_hypercall(HYPERCALL_SIGNAL_EVENT, monprm, 0); in hyperv_hypercall_signal_event()
88 uint64_t hyperv_hypercall(uint64_t, paddr_t, paddr_t);
355 hyperv_hypercall(uint64_t control, paddr_t in_paddr, paddr_t out_paddr) in hyperv_hypercall() function