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

/opensolaris-onvv-gate/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);
146 ASSERT(sbdp_shutdown_va != NULL);
166 vmem_free(heap_arena, sbdp_shutdown_va, PAGESIZE);
167 sbdp_shutdown_va = NULL;
H A Dsbdp_cpu.c97 extern caddr_t sbdp_shutdown_va;
661 bbsram_addr = (uint64_t)sbdp_shutdown_va;
669 sfmmu_dtlb_ld_kva(sbdp_shutdown_va, &tte); /* load dtlb */
670 sfmmu_itlb_ld_kva(sbdp_shutdown_va, &tte); /* load itlb */

Completed in 40 milliseconds