Searched refs:TRAPNO (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 313 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 D | regs.c | 67 disp_reg_line(ph, &pstatus, "trapno", TRAPNO, "err", ERR); in display_all_regs()
|
/titanic_41/usr/src/lib/brand/shared/brand/i386/ |
H A D | handler.s | 84 movl $0, EH_LOCALS_GREG(TRAPNO)(%ebp)
|
/titanic_41/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 56 SED_REPLACE(TRAPNO)
|
H A D | regs.d.in | 56 inline int R_TRAPNO = @TRAPNO@;
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 101 #define TRAPNO 12 macro
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 80 { "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 D | machdep.c | 248 ucp->uc_mcontext.gregs[TRAPNO] = 0; in __csigsetjmp()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 138 dst[REG_TRAPNO] = (uint32_t)src[TRAPNO]; in prgregset_32ton()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | syscall_asm.s | 372 subl $8, %esp / pad the stack with ERRCODE and TRAPNO
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 230 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 D | pflags.c | 551 dst[TRAPNO] = src[REG_TRAPNO]; in prgregset_n_to_32()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 225 dst[REG_TRAPNO] = (uint32_t)src[TRAPNO]; in ucontext_32_to_prgregs()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 527 grp[TRAPNO] = (greg32_t)rp->r_trapno; in getgregs32() 563 dmc->gregs[REG_TRAPNO] = (greg_t)(uint32_t)smc->gregs[TRAPNO]; in ucontext_32ton()
|