Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/include/
HDcpuregs.h211 #define MIPS_DIRECT_MAPPABLE(pa) 1 macro
216 #define MIPS_DIRECT_MAPPABLE(pa) ((pa) < MIPS_KSEG0_LARGEST_PHYS) macro
/freebsd-11-stable/sys/mips/mips/
HDpmap.c415 if (MIPS_DIRECT_MAPPABLE(pa) == 0) in pmap_steal_memory()
522 if (!MIPS_DIRECT_MAPPABLE(phys_avail[i - 1] - 1)) in pmap_bootstrap()
886 if (MIPS_DIRECT_MAPPABLE(end - 1)) in pmap_map()
2337 if (MIPS_DIRECT_MAPPABLE(pa)) { in pmap_kenter_temporary()
2377 if (MIPS_DIRECT_MAPPABLE(pa)) { in pmap_kenter_temporary_free()
2521 if (MIPS_DIRECT_MAPPABLE(phys)) { in pmap_zero_page()
2545 if (MIPS_DIRECT_MAPPABLE(phys)) { in pmap_zero_page_area()
2563 if (MIPS_DIRECT_MAPPABLE(phys)) { in pmap_zero_page_idle()
2590 if (MIPS_DIRECT_MAPPABLE(phys_src) && MIPS_DIRECT_MAPPABLE(phys_dst)) { in pmap_copy_page()
2633 if (MIPS_DIRECT_MAPPABLE(a_phys) && in pmap_copy_pages()
[all …]
HDuio_machdep.c95 if (MIPS_DIRECT_MAPPABLE(pa)) { in uiomove_fromphys()
/freebsd-11-stable/sys/mips/cavium/
HDocteon_machdep.c249 if (!MIPS_DIRECT_MAPPABLE(addr + (1 << 20) - 1)) in octeon_memory_init()