Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dcpu.h290 #define M68K_MMU_G_040 0x0400 macro
300 #define M68K_MMU_SR_MASK_040 (M68K_MMU_G_040 | M68K_MMU_U1_040 | \
H A Dhelper.c656 if (env->mmu.mmusr & M68K_MMU_G_040) { in dump_mmu()