Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dtraps.h188 #define MMU060_SP (0x00000100) /* supervisor protection */ macro
201 #define MMU060_ERR_BITS (MMU060_PBE | MMU060_SBE | MMU060_DESC_ERR | MMU060_SP | \
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c151 if (fslw & (MMU060_DESC_ERR | MMU060_WP | MMU060_SP)) { in access_error060()