Searched refs:REG_ERR (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 69 disp_reg_line(ph, &pstatus, "trapno", REG_TRAPNO, "err", REG_ERR); in display_all_regs()
|
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 86 grp[REG_ERR] = rp->r_err; in gcore_getgregs()
|
/titanic_41/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ics951601.c | 305 goto REG_ERR; in ics951601_attach() 314 REG_ERR: in ics951601_attach()
|
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 140 movq $0, REGOFF(REG_ERR) (%rsp)
|
/titanic_41/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 78 movq $0, EH_LOCALS_GREG(REG_ERR)(%rbp)
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 73 #define REG_ERR 16 macro
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 567 REG_ERR, /* ERR */ in dtrace_getreg() 627 case REG_ERR: in dtrace_getreg()
|
H A D | fasttrap_isa.c | 1723 case REG_ERR: return (rp->r_err); in fasttrap_getreg()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 484 grp[REG_ERR] = rp->r_err; in getgregs() 564 dmc->gregs[REG_ERR] = (greg_t)(uint32_t)smc->gregs[ERR]; in ucontext_32ton() 728 rp->r_err = grp[REG_ERR]; in setgregs() 773 rp->r_err = (uint32_t)grp[REG_ERR]; in setgregs()
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 117 { "err", REG_ERR, MDB_TGT_R_EXPORT }, 274 mdb_printf(" %%err = 0x%x\n", grs[REG_ERR]); in pt_regs()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 137 dst[REG_ERR] = (uint32_t)src[ERR]; in prgregset_32ton()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 231 dst[REG_ERR] = (uint32_t)src[ERR]; in prgregset_32_to_n() 568 dst[ERR] = src[REG_ERR]; in prgregset_n_to_32()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 552 dst[ERR] = src[REG_ERR]; in prgregset_n_to_32()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 224 dst[REG_ERR] = (uint32_t)src[ERR]; in ucontext_32_to_prgregs()
|