Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dtraps.h189 #define MMU060_WP (0x00000080) /* write protection */ macro
202 MMU060_WP | MMU060_TWE | MMU060_RE | MMU060_WE)
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c151 if (fslw & (MMU060_DESC_ERR | MMU060_WP | MMU060_SP)) { in access_error060()