Searched refs:sbdp_shutdown_va (Results 1 – 2 of 2) sorted by relevance
129 caddr_t sbdp_shutdown_va; variable145 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()
97 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()