Searched refs:hc_addr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dhyperv_machdep.h34 uint64_t hypercall_md(volatile void *hc_addr, uint64_t in_val,
H A Dhyperv.c72 void *hc_addr; member in struct:hypercall_ctx
119 return hypercall_md(hypercall_context.hc_addr,
126 return hypercall_md(hypercall_context.hc_addr,
267 kmem_free(kernel_arena, (vm_offset_t)hypercall_context.hc_addr,
269 hypercall_context.hc_addr = NULL;
286 hypercall_context.hc_addr = (void *)kmem_malloc(kernel_arena, PAGE_SIZE,
288 hypercall_context.hc_paddr = vtophys(hypercall_context.hc_addr);
325 if (hypercall_context.hc_addr == NULL)
/freebsd-11-stable/sys/dev/hyperv/vmbus/i386/
H A Dhyperv_machdep.c34 hypercall_md(volatile void *hc_addr, uint64_t in_val, argument
49 "m" (hc_addr));
/freebsd-11-stable/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c82 hypercall_md(volatile void *hc_addr, uint64_t in_val, argument
89 "c" (in_val), "d" (in_paddr), "m" (hc_addr));
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h2399 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + local
2410 REG_WR(sc, hc_addr, (*(uint32_t *)&igu_ack));
2446 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + local
2448 uint32_t result = REG_RD(sc, hc_addr);

Completed in 122 milliseconds