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

  /src/sys/arch/x86/x86/
hyperv.c 93 struct hyperv_hypercall_ctx { struct
102 static struct hyperv_hypercall_ctx hyperv_hypercall_ctx; variable in typeref:struct:hyperv_hypercall_ctx
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;
699 hyperv_hypercall_ctx.hc_paddr = vtophys((vaddr_t)hyperv_hypercall_page);
700 KASSERT(hyperv_hypercall_ctx.hc_paddr != 0);
710 hc = (atop(hyperv_hypercall_ctx.hc_paddr) << MSR_HV_HYPERCALL_PGSHIFT)
    [all...]
hyperv.c 93 struct hyperv_hypercall_ctx { struct
102 static struct hyperv_hypercall_ctx hyperv_hypercall_ctx; variable in typeref:struct:hyperv_hypercall_ctx
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;
699 hyperv_hypercall_ctx.hc_paddr = vtophys((vaddr_t)hyperv_hypercall_page);
700 KASSERT(hyperv_hypercall_ctx.hc_paddr != 0);
710 hc = (atop(hyperv_hypercall_ctx.hc_paddr) << MSR_HV_HYPERCALL_PGSHIFT)
    [all...]
hyperv.c 93 struct hyperv_hypercall_ctx { struct
102 static struct hyperv_hypercall_ctx hyperv_hypercall_ctx; variable in typeref:struct:hyperv_hypercall_ctx
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;
699 hyperv_hypercall_ctx.hc_paddr = vtophys((vaddr_t)hyperv_hypercall_page);
700 KASSERT(hyperv_hypercall_ctx.hc_paddr != 0);
710 hc = (atop(hyperv_hypercall_ctx.hc_paddr) << MSR_HV_HYPERCALL_PGSHIFT)
    [all...]

Completed in 104 milliseconds