Searched refs:kstack0_phys (Results 1 – 5 of 5) sorted by relevance
50 extern vm_offset_t kstack0_phys;
47 extern vm_paddr_t kstack0_phys;
1726 vm_paddr_t kstack0_phys; in mmu_booke_bootstrap() local1922 kstack0_phys = availmem_regions[0].mr_start + in mmu_booke_bootstrap()1924 kstack0_phys -= kstack0_sz; in mmu_booke_bootstrap()2021 kstack0_phys, kstack0_phys + kstack0_sz); in mmu_booke_bootstrap()2027 mmu_booke_kenter(mmu, kstack0, kstack0_phys); in mmu_booke_bootstrap()2029 kstack0_phys += PAGE_SIZE; in mmu_booke_bootstrap()
578 kstack0_phys = pa; in pmap_bootstrap()583 KASSERT(DCACHE_COLOR(kstack0) == DCACHE_COLOR(kstack0_phys), in pmap_bootstrap()586 pa = kstack0_phys + i * PAGE_SIZE; in pmap_bootstrap()
134 vm_paddr_t kstack0_phys; variable