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

  /src/sys/arch/sh3/include/
mmu_sh4.h 64 #define SH4_MMUCR_SQMD 0x00000200
73 SH4_MMUCR_URC_MASK | SH4_MMUCR_SQMD | SH4_MMUCR_SV | SH4_MMUCR_AT)
  /src/sys/arch/sh3/sh3/
mmu.c 101 r & SH4_MMUCR_SQMD ? "" : "/user",
mmu_sh4.c 63 cr |= SH4_MMUCR_SQMD; /* store queues not accessible to user */
db_interface.c 341 r & SH4_MMUCR_SQMD ? "" : "/user");
  /src/sys/arch/hpc/stand/hpcboot/sh3/cpu/
sh4.h 133 #define SH4_MMUCR_SQMD 0x00000200
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_mmu.cpp 206 r & SH4_MMUCR_SQMD ? "" : "/user"));

Completed in 33 milliseconds