Home
last modified time | relevance | path

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

/freebsd-12.1/sys/mips/mips/
H A Dmachdep.c121 vm_offset_t kstack0; variable
288 KASSERT((kstack0 & PAGE_MASK) == 0, in mips_proc0_init()
290 (long)kstack0)); in mips_proc0_init()
291 thread0.td_kstack = kstack0; in mips_proc0_init()
H A Dpmap.c565 kstack0 = pmap_steal_memory(KSTACK_PAGES << PAGE_SHIFT); in pmap_bootstrap()
/freebsd-12.1/sys/powerpc/include/
H A Dmd_var.h49 extern vm_offset_t kstack0;
/freebsd-12.1/sys/mips/include/
H A Dmd_var.h54 extern vm_offset_t kstack0;
/freebsd-12.1/sys/sparc64/include/
H A Dmd_var.h46 extern vm_offset_t kstack0;
/freebsd-12.1/sys/sparc64/sparc64/
H A Dmachdep.c133 vm_offset_t kstack0; variable
535 thread0.td_kstack = kstack0; in sparc64_init()
H A Dpmap.c580 kstack0 = virtual_avail; in pmap_bootstrap()
583 KASSERT(DCACHE_COLOR(kstack0) == DCACHE_COLOR(kstack0_phys), in pmap_bootstrap()
587 va = kstack0 + i * PAGE_SIZE; in pmap_bootstrap()
H A Dsupport.S872 SET(kstack0 + KSTACK_PAGES * PAGE_SIZE - PCB_SIZEOF, %l7, %l0)
/freebsd-12.1/sys/powerpc/booke/
H A Dpmap.c1725 vm_offset_t kernel_pdir, kstack0; in mmu_booke_bootstrap() local
2015 kstack0 = virtual_avail + KSTACK_GUARD_PAGES * PAGE_SIZE; in mmu_booke_bootstrap()
2016 thread0.td_kstack = kstack0; in mmu_booke_bootstrap()
2023 kstack0, kstack0 + kstack0_sz); in mmu_booke_bootstrap()
2027 mmu_booke_kenter(mmu, kstack0, kstack0_phys); in mmu_booke_bootstrap()
2028 kstack0 += PAGE_SIZE; in mmu_booke_bootstrap()