Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dhelper.c424 if (!(env->mmucr & MMUCR_AT)) { in get_physical_address()
767 if (env->mmucr & MMUCR_AT) in cpu_sh4_is_cached()
H A Dcpu.h291 #define MMUCR_AT (1<<0) macro