Home
last modified time | relevance | path

Searched refs:mips_has_r4k_mmu (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/mips/include/
H A Dlocore.h117 bool mips_has_r4k_mmu; member
297 #define MIPS_HAS_R4K_MMU (mips_options.mips_has_r4k_mmu)
/netbsd/sys/arch/mips/mips/
H A Dmips_machdep.c1267 opts->mips_has_r4k_mmu = (opts->mips_cpu_flags & CPU_MIPS_R4K_MMU) != 0; in mips_vector_init()