Home
last modified time | relevance | path

Searched refs:bbsram_addr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c646 uint64_t bbsram_addr; in sbdp_cpu_stop_self() local
661 bbsram_addr = (uint64_t)sbdp_shutdown_va; in sbdp_cpu_stop_self()
662 sht.estack = bbsram_addr + MMU_PAGESIZE; in sbdp_cpu_stop_self()
672 for (src = (uint_t *)sbdp_shutdown_asm, dst = (uint_t *)bbsram_addr; in sbdp_cpu_stop_self()
676 bbsram_func = (void (*)())bbsram_addr; in sbdp_cpu_stop_self()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2497 uint64_t bbsram_addr; in drmach_cpu_stop_self() local
2514 bbsram_addr = (uint64_t)drmach_shutdown_va; in drmach_cpu_stop_self()
2515 drmach_shutdown_asm_mbox->estack = bbsram_addr + funclen; in drmach_cpu_stop_self()
2524 for (src = (uint_t *)drmach_shutdown_asm, dst = (uint_t *)bbsram_addr; in drmach_cpu_stop_self()
2528 bbsram_func = (void (*)())bbsram_addr; in drmach_cpu_stop_self()