HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_HAS_R4K_MMU (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/mips/include/
pte.h 145 if (MIPS_HAS_R4K_MMU)
153 if (MIPS_HAS_R4K_MMU)
161 if (MIPS_HAS_R4K_MMU)
169 if (MIPS_HAS_R4K_MMU)
177 if (MIPS_HAS_R4K_MMU)
185 if (MIPS_HAS_R4K_MMU)
193 if (MIPS_HAS_R4K_MMU)
201 if (MIPS_HAS_R4K_MMU)
210 if (MIPS_HAS_R4K_MMU)
218 if (MIPS_HAS_R4K_MMU)
    [all...]
locore.h 117 bool mips_has_r4k_mmu; member in struct:mips_options
182 # define MIPS_HAS_R4K_MMU 0
200 # define MIPS_HAS_R4K_MMU 1
230 # define MIPS_HAS_R4K_MMU 1
248 # define MIPS_HAS_R4K_MMU 1
266 # define MIPS_HAS_R4K_MMU 1
284 # define MIPS_HAS_R4K_MMU 1
297 #define MIPS_HAS_R4K_MMU (mips_options.mips_has_r4k_mmu)
300 #define MIPS_HAS_R4K_MMU
    [all...]
pmap.h 142 return MIPS_HAS_R4K_MMU ? mips_cache_info.mci_cache_prefer_mask : 0;
cpuregs.h 849 ((MIPS_HAS_R4K_MMU) ? 0 : MIPS1_TLB_PID_SHIFT)
852 ((MIPS_HAS_R4K_MMU) ? MIPS3_TLB_PID : MIPS1_TLB_PID)
855 ((MIPS_HAS_R4K_MMU) ? MIPS3_TLB_NUM_ASIDS : MIPS1_TLB_NUM_PIDS)
  /src/sys/arch/mips/mips/
pmap_machdep.c 108 * r3k-style and r4k-style MMUs and removing all the MIPS_HAS_R4K_MMU
505 if (MIPS_HAS_R4K_MMU) {
555 if (MIPS_HAS_R4K_MMU) {
582 if (MIPS_HAS_R4K_MMU) {
686 if (MIPS_HAS_R4K_MMU) {
863 KASSERT(MIPS_HAS_R4K_MMU);
874 if (MIPS_HAS_R4K_MMU) {
885 if (MIPS_HAS_R4K_MMU) {
910 if (MIPS_HAS_R4K_MMU) {
924 if (MIPS_HAS_R4K_MMU && (pt_entry_t)tlbmask.tlb_lo1 != 0)
    [all...]
db_interface.c 268 if (!MIPS_HAS_R4K_MMU) {
287 if (MIPS_HAS_R4K_MMU) {
424 if (!MIPS_HAS_R4K_MMU) {
442 if (MIPS_HAS_R4K_MMU) {
vm_machdep.c 123 const uint32_t x = MIPS_HAS_R4K_MMU
mips_fixup.c 184 KASSERT(MIPS_HAS_R4K_MMU);
mips_machdep.c 1275 opts->mips_has_r4k_mmu = (opts->mips_cpu_flags & CPU_MIPS_R4K_MMU) != 0;
1901 if (MIPS_HAS_R4K_MMU) {

Completed in 24 milliseconds