HomeSort by: relevance | last modified time | path
    Searched defs:hc_addr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 94 void *hc_addr; member in struct:hyperv_hypercall_ctx
328 hyperv_hypercall_md(volatile void *hc_addr, uint64_t in_val, uint64_t in_paddr,
336 "d" (in_paddr), "m" (hc_addr));
350 "m" (hc_addr));
361 if (hyperv_hypercall_ctx.hc_addr == NULL)
364 return hyperv_hypercall_md(hyperv_hypercall_ctx.hc_addr, control,
690 hyperv_hypercall_ctx.hc_addr = NULL;
698 hyperv_hypercall_ctx.hc_addr = hyperv_hypercall_page;

Completed in 12 milliseconds