/src/sys/arch/sparc/include/ |
pmap.h | 201 extern paddr_t vm_first_phys, vm_last_phys;
|
/src/sys/arch/sparc/sparc/ |
iommu.c | 221 if (uvm_pglistalloc(size, vm_first_phys, vm_first_phys+vm_num_phys,
|
machdep.c | 218 vm_first_phys, vm_first_phys+vm_num_phys, 1370 low = vm_first_phys; 1371 high = vm_first_phys + vm_num_phys - PAGE_SIZE;
|
pmap.c | 183 paddr_t vm_first_phys = (paddr_t)-1; variable in typeref:typename:paddr_t 1141 vm_first_phys = pstart; 1155 if (vm_first_phys > pstart) 1156 vm_first_phys = pstart; 4051 if (uvm_pglistalloc(size, vm_first_phys, vm_first_phys+vm_num_phys, 4141 vm_num_phys = vm_last_phys - vm_first_phys;
|
/src/sys/arch/sparc64/sparc64/ |
machdep.c | 1358 extern paddr_t vm_first_phys, vm_num_phys; 1374 low = vm_first_phys; 1375 high = vm_first_phys + vm_num_phys - PAGE_SIZE;
|
pmap.c | 144 paddr_t vm_first_phys, vm_num_phys; variable in typeref:typename:paddr_t 1381 vm_first_phys = avail_start;
|