Searched refs:kstack0 (Results 1 – 3 of 3) sorted by relevance
122 vm_offset_t kstack0; variable289 KASSERT((kstack0 & PAGE_MASK) == 0, in mips_proc0_init()291 (long)kstack0)); in mips_proc0_init()292 thread0.td_kstack = kstack0; in mips_proc0_init()
561 kstack0 = pmap_steal_memory(KSTACK_PAGES << PAGE_SHIFT); in pmap_bootstrap()
54 extern vm_offset_t kstack0;