Home
last modified time | relevance | path

Searched refs:TRAPNO (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libc/i386/sys/
H A Dptrace.c313 ps->pr_lwp.pr_reg[TRAPNO] = cp->user.u_reg[TRAPNO]; in ptrace()
630 ps->pr_lwp.pr_reg[TRAPNO] = cp->user.u_reg[TRAPNO]; in ProcUpdate()
681 cp->user.u_reg[TRAPNO] = ps->pr_lwp.pr_reg[TRAPNO]; in MakeUser()
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c67 disp_reg_line(ph, &pstatus, "trapno", TRAPNO, "err", ERR); in display_all_regs()
/titanic_41/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s84 movl $0, EH_LOCALS_GREG(TRAPNO)(%ebp)
/titanic_41/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in56 SED_REPLACE(TRAPNO)
H A Dregs.d.in56 inline int R_TRAPNO = @TRAPNO@;
/titanic_41/usr/src/uts/intel/sys/
H A Dregset.h101 #define TRAPNO 12 macro
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c80 { "trapno", TRAPNO, MDB_TGT_R_EXPORT },
214 mdb_printf("%%trapno = 0x%x\n", grs[TRAPNO]); in pt_regs()
/titanic_41/usr/src/lib/libc/i386/threads/
H A Dmachdep.c248 ucp->uc_mcontext.gregs[TRAPNO] = 0; in __csigsetjmp()
/titanic_41/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c138 dst[REG_TRAPNO] = (uint32_t)src[TRAPNO]; in prgregset_32ton()
/titanic_41/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s372 subl $8, %esp / pad the stack with ERRCODE and TRAPNO
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c230 dst[REG_TRAPNO] = (uint32_t)src[TRAPNO]; in prgregset_32_to_n()
567 dst[TRAPNO] = src[REG_TRAPNO]; in prgregset_n_to_32()
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c551 dst[TRAPNO] = src[REG_TRAPNO]; in prgregset_n_to_32()
/titanic_41/usr/src/lib/libproc/amd64/
H A DPisadep.c225 dst[REG_TRAPNO] = (uint32_t)src[TRAPNO]; in ucontext_32_to_prgregs()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c527 grp[TRAPNO] = (greg32_t)rp->r_trapno; in getgregs32()
563 dmc->gregs[REG_TRAPNO] = (greg_t)(uint32_t)smc->gregs[TRAPNO]; in ucontext_32ton()