Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dsun3mmu.h67 #define SUN3_BUSERR_PROTERR (0x40) macro
/linux/arch/m68k/kernel/
H A Dtraps.c397 && (buserr_type & (SUN3_BUSERR_PROTERR | SUN3_BUSERR_INVALID))) { in bus_error030()
447 // (buserr_type & SUN3_BUSERR_PROTERR) -> protection fault in bus_error030()
450 if (buserr_type & SUN3_BUSERR_PROTERR) in bus_error030()