Home
last modified time | relevance | path

Searched refs:MIPS_DIRECT_MAPPABLE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h132 #define MIPS_DIRECT_MAPPABLE(pa) 1 macro
137 #define MIPS_DIRECT_MAPPABLE(pa) ((pa) < MIPS_KSEG0_LARGEST_PHYS) macro
/f-stack/freebsd/mips/mips/
H A Duio_machdep.c97 if (MIPS_DIRECT_MAPPABLE(pa)) { in uiomove_fromphys()
H A Dpmap.c420 if (MIPS_DIRECT_MAPPABLE(pa) == 0) in pmap_steal_memory()
526 if (!MIPS_DIRECT_MAPPABLE(phys_avail[i - 1] - 1)) in pmap_bootstrap()
924 if (MIPS_DIRECT_MAPPABLE(end - 1)) in pmap_map()
2445 if (MIPS_DIRECT_MAPPABLE(pa)) { in pmap_kenter_temporary()
2470 if (MIPS_DIRECT_MAPPABLE(pa)) { in pmap_kenter_temporary_free()
2605 if (MIPS_DIRECT_MAPPABLE(phys)) { in pmap_zero_page()
2629 if (MIPS_DIRECT_MAPPABLE(phys)) { in pmap_zero_page_area()
2656 if (MIPS_DIRECT_MAPPABLE(phys_src) && MIPS_DIRECT_MAPPABLE(phys_dst)) { in pmap_copy_page()
2699 if (MIPS_DIRECT_MAPPABLE(a_phys) && in pmap_copy_pages()
2700 MIPS_DIRECT_MAPPABLE(b_phys)) { in pmap_copy_pages()
[all …]
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c254 if (!MIPS_DIRECT_MAPPABLE(addr + (1 << 20) - 1)) in octeon_memory_init()