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

/freebsd-11.0-release/sys/dev/hyperv/vmbus/
H A Dhyperv_machdep.h34 uint64_t hypercall_md(volatile void *hc_addr, uint64_t in_val,
H A Dhyperv.c73 void *hc_addr; member in struct:hypercall_ctx
117 return hypercall_md(hypercall_context.hc_addr, value,
314 hypercall_context.hc_addr);
315 hypercall_context.hc_addr = NULL;
326 hypercall_context.hc_addr = hyperv_dmamem_alloc(NULL, PAGE_SIZE, 0,
328 if (hypercall_context.hc_addr == NULL) {
370 if (hypercall_context.hc_addr == NULL)
/freebsd-11.0-release/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c34 hypercall_md(volatile void *hc_addr, uint64_t in_val, argument
41 "c" (in_val), "d" (in_paddr), "m" (hc_addr));
/freebsd-11.0-release/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.0-release/sys/dev/bxe/
H A Dbxe.h2379 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + local
2390 REG_WR(sc, hc_addr, (*(uint32_t *)&igu_ack));
2426 uint32_t hc_addr = (HC_REG_COMMAND_REG + SC_PORT(sc)*32 + local
2428 uint32_t result = REG_RD(sc, hc_addr);

Completed in 41 milliseconds