Searched refs:EFL (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Drdb_mach.h32 #define R_PS EFL
H A Dregs.c69 disp_reg_line(ph, &pstatus, "efl", EFL, "uesp", UESP);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h98 #define EFL 16 macro
132 #define REG_PS EFL
H A Dprocfs_isa.h108 #define R_PS EFL
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in60 SED_REPLACE(EFL)
H A Dregs.d.in64 inline int R_EFL = @EFL@;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c282 if (rx == EFL)
283 data = (cp->user.u_reg[EFL] & ~PSL_USERMASK) |
317 ps->pr_lwp.pr_reg[EFL] = cp->user.u_reg[EFL];
634 ps->pr_lwp.pr_reg[EFL] = cp->user.u_reg[EFL];
685 cp->user.u_reg[EFL] = ps->pr_lwp.pr_reg[EFL];
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c81 sc.sc_ps = (int) ucp->uc_mcontext.gregs[EFL];
112 ucp->uc_mcontext.gregs[EFL] = (int) sc.sc_ps;
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s98 movl %ecx, EH_LOCALS_GREG(EFL)(%ebp)
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c113 sc.sc_ps = (int)ucp->uc_mcontext.gregs[EFL];
185 ucp->uc_mcontext.gregs[EFL] = (int)sc.sc_ps;
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c253 ucp->uc_mcontext.gregs[EFL] = 0;
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c84 { "eflags", EFL, MDB_TGT_R_EXPORT },
167 eflags = grs[EFL];
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c531 grp[EFL] = (greg32_t)rp->r_rfl;
567 dmc->gregs[REG_RFL] = (greg_t)(uint32_t)smc->gregs[EFL];
814 grp[EFL] = (rp->r_efl & ~PSL_USERMASK) | (grp[EFL] & PSL_USERMASK);
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s628 popfl / EFL
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c134 (rp->r_ps & ~PSL_USERMASK) | (src[EFL] & PSL_USERMASK);
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c232 dst[REG_RFL] = (uint32_t)src[EFL];
569 dst[EFL] = src[REG_RFL];
H A DPcore.c609 lwp->lwp_status.pr_reg[EFL] = prs32->pr_reg.lxr_flags;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c221 dst[REG_RFL] = src[EFL];
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c555 dst[EFL] = src[REG_RFL];
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c1333 uap->uc_mcontext.gregs[EFL] |= 0x45;
1343 uap->uc_mcontext.gregs[EFL] |= 0x45;
H A D__fex_sse.c45 #define REG_PS EFL
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s937 * finally pops the EFL off the stack via an iret. Clear
945 popfl /* restore the EFL */
997 pushl TSS_EFL(%eax) / fault EFL

Completed in 118 milliseconds