Home
last modified time | relevance | path

Searched refs:hyperv_hypercall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/hyperv/
H A Dhyperv_common.c52 __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()
H A Dhypervvar.h88 uint64_t hyperv_hypercall(uint64_t, paddr_t, paddr_t);
/netbsd-src/sys/arch/x86/x86/
H A Dhyperv.c355 hyperv_hypercall(uint64_t control, paddr_t in_paddr, paddr_t out_paddr) in hyperv_hypercall() function