Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dmmu_sh4.h65 #define SH4_MMUCR_SQMD 0x00000200 macro
74 SH4_MMUCR_URC_MASK | SH4_MMUCR_SQMD | SH4_MMUCR_SV | SH4_MMUCR_AT)
/openbsd/sys/arch/sh/sh/
H A Dmmu.c95 r & SH4_MMUCR_SQMD ? "" : "/user"); in sh_mmu_information()
H A Dmmu_sh4.c67 _reg_write_4(SH4_MMUCR, SH4_MMUCR_AT | SH4_MMUCR_TI | SH4_MMUCR_SQMD | in sh4_mmu_start()
H A Ddb_interface.c281 r & SH4_MMUCR_SQMD ? "" : "/user"); in db_tlbdump_cmd()