Searched refs:MIPS_DIRECT_MAPPABLE (Results 1 – 4 of 4) sorted by relevance
132 #define MIPS_DIRECT_MAPPABLE(pa) 1 macro137 #define MIPS_DIRECT_MAPPABLE(pa) ((pa) < MIPS_KSEG0_LARGEST_PHYS) macro
97 if (MIPS_DIRECT_MAPPABLE(pa)) { in uiomove_fromphys()
420 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 …]
254 if (!MIPS_DIRECT_MAPPABLE(addr + (1 << 20) - 1)) in octeon_memory_init()