Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dtraps.h195 #define MMU060_SEE (0x00000001) /* software emulated error */ macro
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c147 if (!(fslw & MMU060_ERR_BITS) && !(fslw & MMU060_SEE)) in access_error060()
167 } else if (fslw & (MMU060_SEE)){ in access_error060()