Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c351 static uint_t bbsram_size; variable
393 map.size = &bbsram_size; in sbdp_cpu_poweroff()
403 if (SBDP_INJECT_ERROR(f, 1) || bbsram_size == 0) { in sbdp_cpu_poweroff()
416 if (bbsram_size < MMU_PAGESIZE) { in sbdp_cpu_poweroff()
418 "size = 0x%x", cpuid, cpyren_key, bbsram_size); in sbdp_cpu_poweroff()
477 bbsram_size = 0; in sbdp_cpu_poweroff()
657 ASSERT(bbsram_size >= MMU_PAGESIZE); in sbdp_cpu_stop_self()