Home
last modified time | relevance | path

Searched refs:T_ALIGNFLT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/include/
H A Dtrap.h49 #define T_ALIGNFLT 14 /* alignment fault */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c133 [T_ALIGNFLT] = { .ei = true, .msg = "alignment fault" },
400 case T_ALIGNFLT: in trap()
H A Dexception.S194 TRAP(T_ALIGNFLT)
/freebsd/sys/amd64/amd64/
H A Dtrap.c132 [T_ALIGNFLT] = "alignment fault",
364 case T_ALIGNFLT: in trap()
H A Dexception.S204 TRAP_ERR align, T_ALIGNFLT