Searched defs:drmach_shutdown_asm_mbox (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c214 struct drmach_shutdown_mbox *drmach_shutdown_asm_mbox; variable in typeref:struct:drmach_shutdown_mbox
335 drmach_shutdown_asm_mbox = (struct drmach_shutdown_mbox *)
343 vmem_free(static_alloc_arena, (void *)drmach_shutdown_asm_mbox,
1045 if (drmach_shutdown_asm_mbox != NULL) {
1046 vmem_free(static_alloc_arena, (void *)drmach_shutdown_asm_mbox,
2515 drmach_shutdown_asm_mbox->estack = bbsram_addr + funclen;
2529 drmach_shutdown_asm_mbox->flushaddr = ecache_flushaddr;
2530 drmach_shutdown_asm_mbox->size = (cpunodes[cpuid].ecache_size << 1);
2531 drmach_shutdown_asm_mbox->linesize = cpunodes[cpuid].ecache_linesize;
2532 drmach_shutdown_asm_mbox
[all...]

Completed in 69 milliseconds