Searched refs:hyperv_hypercall_ctx (Results 1 – 1 of 1) sorted by relevance
93 struct hyperv_hypercall_ctx { struct102 static struct hyperv_hypercall_ctx hyperv_hypercall_ctx; argument361 if (hyperv_hypercall_ctx.hc_addr == NULL) in hyperv_hypercall()364 return hyperv_hypercall_md(hyperv_hypercall_ctx.hc_addr, control, in hyperv_hypercall()690 hyperv_hypercall_ctx.hc_addr = NULL; in hyperv_hypercall_memfree()698 hyperv_hypercall_ctx.hc_addr = hyperv_hypercall_page; in hyperv_init_hypercall()699 hyperv_hypercall_ctx.hc_paddr = vtophys((vaddr_t)hyperv_hypercall_page); in hyperv_init_hypercall()700 KASSERT(hyperv_hypercall_ctx.hc_paddr != 0); in hyperv_init_hypercall()710 hc = (atop(hyperv_hypercall_ctx.hc_paddr) << MSR_HV_HYPERCALL_PGSHIFT) | in hyperv_init_hypercall()