Searched refs:vm_num_phys (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | pmap.h | 202 extern psize_t vm_num_phys;
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | iommu.c | 221 if (uvm_pglistalloc(size, vm_first_phys, vm_first_phys+vm_num_phys, in iommu_attach()
|
| H A D | machdep.c | 218 vm_first_phys, vm_first_phys+vm_num_phys, in cpu_startup() 1370 high = vm_first_phys + vm_num_phys - PAGE_SIZE; in _bus_dmamem_alloc()
|
| H A D | pmap.c | 185 psize_t vm_num_phys; variable 4051 if (uvm_pglistalloc(size, vm_first_phys, vm_first_phys+vm_num_phys, in pmap_alloc_cpu() 4141 vm_num_phys = vm_last_phys - vm_first_phys; in pmap_init()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | machdep.c | 1358 extern paddr_t vm_first_phys, vm_num_phys; 1375 high = vm_first_phys + vm_num_phys - PAGE_SIZE; in _bus_dmamem_alloc()
|
| H A D | pmap.c | 144 paddr_t vm_first_phys, vm_num_phys; variable 1382 vm_num_phys = avail_end - avail_start; in pmap_init()
|