Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/include/
H A Dmmu_sh4.h61 #define SH4_MMUCR_AT 0x00000001 macro
73 SH4_MMUCR_URC_MASK | SH4_MMUCR_SQMD | SH4_MMUCR_SV | SH4_MMUCR_AT)
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/cpu/
H A Dsh4.h130 #define SH4_MMUCR_AT 0x00000001 macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dmmu_sh4.c61 cr = SH4_MMUCR_AT; /* address translation enabled */ in sh4_mmu_start()
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_mmu.cpp201 if (!(r & SH4_MMUCR_AT)) in MMUDump()