HomeSort by: relevance | last modified time | path
    Searched refs:hyperv_hypercall (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hyperv/
hyperv_common.c 52 __weak_alias(hyperv_hypercall, hyperv_hypercall_error);
87 return hyperv_hypercall(HYPERCALL_POST_MESSAGE, msg, 0);
94 return hyperv_hypercall(HYPERCALL_SIGNAL_EVENT, monprm, 0);
hypervvar.h 88 uint64_t hyperv_hypercall(uint64_t, paddr_t, paddr_t);
  /src/sys/arch/x86/x86/
hyperv.c 358 hyperv_hypercall(uint64_t control, paddr_t in_paddr, paddr_t out_paddr) function in typeref:typename:uint64_t

Completed in 13 milliseconds