Home
last modified time | relevance | path

Searched refs:T_ADDR_ERR_LD (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c167 case T_ADDR_ERR_LD: /* misaligned access */ in gdb_cpu_signal()
170 case T_ADDR_ERR_LD+T_USER: /* misaligned or kseg access */ in gdb_cpu_signal()
H A Dtrap.c586 case T_ADDR_ERR_LD: in trap()
752 case T_ADDR_ERR_LD + T_USER: /* misaligned or kseg access */ in trap()
760 if (type == (T_ADDR_ERR_LD + T_USER)) in trap()
1037 case T_ADDR_ERR_LD: /* misaligned access */ in trap()
1050 if (type == T_ADDR_ERR_LD) in trap()
1472 case T_ADDR_ERR_LD: in log_bad_page_fault()
/f-stack/freebsd/mips/include/
H A Dtrap.h56 #define T_ADDR_ERR_LD 4 /* Address error on a load or ifetch */ macro