Searched refs:physmem_desc (Results 1 – 3 of 3) sorted by relevance
144 vm_paddr_t physmem_desc[PHYS_AVAIL_COUNT]; variable573 for (i = 0; physmem_desc[i + 1] != 0; i += 2) { in is_cacheable_mem()574 if (pa >= physmem_desc[i] && pa < physmem_desc[i + 1]) in is_cacheable_mem()
533 physmem_desc[i] = phys_avail[i]; in pmap_bootstrap()534 physmem_desc[i + 1] = phys_avail[i + 1]; in pmap_bootstrap()
160 extern vm_paddr_t physmem_desc[PHYS_AVAIL_COUNT];