HomeSort by: relevance | last modified time | path
    Searched refs:trapno (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
prekern.c 111 uint64_t trapno = sf->sf_trapno; local in function:trap
114 if (trapno < trap_types) {
115 buf = trap_type[trapno];
  /src/sys/arch/amd64/include/
frame_regs.h 55 greg(trapno, TRAPNO, /* tf_trapno */ \
  /src/sys/compat/linux/arch/amd64/
linux_machdep.h 85 u_int64_t trapno; member in struct:linux_sigcontext
linux_machdep.c 213 sigframe.uc.luc_mcontext.trapno = tf->tf_trapno;
376 mctx->__gregs[_REG_TRAPNO] = lsigctx->trapno;
  /src/sys/arch/amd64/amd64/
db_machdep.c 114 int trapno, err, i; local in function:db_nextframe
176 * err 0 or IREENT_MAGIC and trapno T_ASTFLT.
186 trapno = db_get_value((long)&ifp->if_tf.tf_trapno,
189 && trapno == T_ASTFLT) {
  /src/sys/arch/i386/i386/
db_machdep.c 207 * err 0 or IREENT_MAGIC and trapno T_ASTFLT.
214 int trapno; local in function:db_nextframe
227 trapno = db_get_value((db_addr_t)&ifp->__if_trapno,
229 if ((err == 0 || err == IREENT_MAGIC) && trapno == T_ASTFLT) {
trap.c 176 trap_tss(struct i386tss *tss, int trapno, int code)
191 tf.tf_trapno = trapno;
  /src/sys/kern/
kern_sig.c 2531 proc_stoptrace(int trapno, int sysnum, const register_t args[],
2543 KASSERT((trapno == TRAP_SCE) || (trapno == TRAP_SCX));
2553 ksi.ksi_code = trapno;
2556 if (trapno == TRAP_SCE) {

Completed in 15 milliseconds