Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dtraps.h165 #define MMU060_SP (0x00000100) /* supervisor protection */ macro
178 #define MMU060_ERR_BITS (MMU060_PBE | MMU060_SBE | MMU060_DESC_ERR | MMU060_SP | \
/linux-2.4.37.9/arch/m68k/kernel/
Dtraps.c222 if (fslw & (MMU060_DESC_ERR | MMU060_WP | MMU060_SP)) { in access_error060()