Home
last modified time | relevance | path

Searched refs:T_RESERVED (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dtrap.h63 #define T_RESERVED 30 /* reserved (unknown) */ macro
/freebsd/sys/i386/i386/
H A Dexception.S190 pushl $0; TRAP(T_RESERVED)
359 movl $T_RESERVED, TF_TRAPNO(%esp)
655 movl $T_RESERVED, TF_TRAPNO(%esp)
H A Dexec_machdep.c639 regs->tf_trapno = T_RESERVED; in osigreturn()
739 regs->tf_trapno = T_RESERVED; in freebsd4_sigreturn()
874 regs->tf_trapno = T_RESERVED; in sys_sigreturn()
H A Dtrap.c254 if (type == T_RESERVED) { in trap()
/freebsd/sys/amd64/amd64/
H A Dtrap.c148 [T_RESERVED] = "reserved (unknown) fault",
246 if (type == T_RESERVED) { in trap()
H A Dexception.S173 TRAP rsvd, T_RESERVED