Searched refs:buserr_type (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c492 unsigned char buserr_type = sun3_get_buserr (); local
518 && (buserr_type & (SUN3_BUSERR_PROTERR | SUN3_BUSERR_INVALID))) {
568 // (buserr_type & SUN3_BUSERR_PROTERR) -> protection fault
569 // (buserr_type & SUN3_BUSERR_INVALID) -> invalid page fault
571 if (buserr_type & SUN3_BUSERR_PROTERR)
573 else if (buserr_type & SUN3_BUSERR_INVALID)
577 printk ("*** unexpected busfault type=%#04x\n", buserr_type);
582 die_if_kernel ("Oops", &fp->ptregs, buserr_type);
608 if (buserr_type & SUN3_BUSERR_INVALID) {

Completed in 43 milliseconds