Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c129 caddr_t sbdp_shutdown_va; variable
145 sbdp_shutdown_va = vmem_alloc(heap_arena, PAGESIZE, VM_SLEEP); in _init()
146 ASSERT(sbdp_shutdown_va != NULL); in _init()
166 vmem_free(heap_arena, sbdp_shutdown_va, PAGESIZE); in _fini()
167 sbdp_shutdown_va = NULL; in _fini()
H A Dsbdp_cpu.c97 extern caddr_t sbdp_shutdown_va;
661 bbsram_addr = (uint64_t)sbdp_shutdown_va; in sbdp_cpu_stop_self()
669 sfmmu_dtlb_ld_kva(sbdp_shutdown_va, &tte); /* load dtlb */ in sbdp_cpu_stop_self()
670 sfmmu_itlb_ld_kva(sbdp_shutdown_va, &tte); /* load itlb */ in sbdp_cpu_stop_self()