Searched refs:kstack0_phys (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/powerpc/include/
H A Dmd_var.h48 extern vm_offset_t kstack0_phys;
/freebsd-10.1-release/sys/sparc64/include/
H A Dmd_var.h45 extern vm_paddr_t kstack0_phys;
/freebsd-10.1-release/sys/powerpc/booke/
H A Dpmap.c1011 vm_paddr_t kstack0_phys; local
1201 kstack0_phys = availmem_regions[0].mr_start +
1203 kstack0_phys -= kstack0_sz;
1308 debugf("kstack0_phys at 0x%08x - 0x%08x\n",
1309 kstack0_phys, kstack0_phys + kstack0_sz);
1314 mmu_booke_kenter(mmu, kstack0, kstack0_phys);
1316 kstack0_phys += PAGE_SIZE;
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dpmap.c580 kstack0_phys = pa;
585 KASSERT(DCACHE_COLOR(kstack0) == DCACHE_COLOR(kstack0_phys),
588 pa = kstack0_phys + i * PAGE_SIZE;
H A Dmachdep.c135 vm_paddr_t kstack0_phys; variable

Completed in 90 milliseconds