Home
last modified time | relevance | path

Searched refs:physmem_desc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dmachdep.c144 vm_paddr_t physmem_desc[PHYS_AVAIL_COUNT]; variable
573 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()
H A Dpmap.c533 physmem_desc[i] = phys_avail[i]; in pmap_bootstrap()
534 physmem_desc[i + 1] = phys_avail[i + 1]; in pmap_bootstrap()
/f-stack/freebsd/mips/include/
H A Dpmap.h160 extern vm_paddr_t physmem_desc[PHYS_AVAIL_COUNT];