Home
last modified time | relevance | path

Searched refs:MMUCR_AT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Dmmu_context.h33 #define MMUCR_AT (1 << 0) macro
35 #define MMUCR_AT (0) macro
71 #define MMU_CONTROL_INIT (MMUCR_AT | MMUCR_TI | MMUCR_SQMD | \
/openbmc/qemu/target/sh4/
H A Dhelper.c423 if (!(env->mmucr & MMUCR_AT)) { in get_physical_address()
766 if (env->mmucr & MMUCR_AT) in cpu_sh4_is_cached()
H A Dcpu.h291 #define MMUCR_AT (1<<0) macro