Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dsun3mmu.h68 #define SUN3_BUSERR_INVALID (0x80) macro
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c398 && (buserr_type & (SUN3_BUSERR_PROTERR | SUN3_BUSERR_INVALID))) { in bus_error030()
453 else if (buserr_type & SUN3_BUSERR_INVALID) in bus_error030()
487 if (buserr_type & SUN3_BUSERR_INVALID) { in bus_error030()