Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dtraps.h191 #define MMU060_RE (0x00000020) /* bus error on read */ macro
202 MMU060_WP | MMU060_TWE | MMU060_RE | MMU060_WE)
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c172 } else if (!(fslw & (MMU060_RE|MMU060_WE)) || in access_error060()