Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_ia32util.c95 kreg_t eflags = kregs[KREG_EFLAGS]; in mdb_ia32_printregs() local
118 mdb_printf("%%eflags = 0x%08x\n", eflags); in mdb_ia32_printregs()
121 (eflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in mdb_ia32_printregs()
122 (eflags & KREG_EFLAGS_VIP_MASK) >> KREG_EFLAGS_VIP_SHIFT, in mdb_ia32_printregs()
123 (eflags & KREG_EFLAGS_VIF_MASK) >> KREG_EFLAGS_VIF_SHIFT, in mdb_ia32_printregs()
124 (eflags & KREG_EFLAGS_AC_MASK) >> KREG_EFLAGS_AC_SHIFT, in mdb_ia32_printregs()
125 (eflags & KREG_EFLAGS_VM_MASK) >> KREG_EFLAGS_VM_SHIFT, in mdb_ia32_printregs()
126 (eflags & KREG_EFLAGS_RF_MASK) >> KREG_EFLAGS_RF_SHIFT, in mdb_ia32_printregs()
127 (eflags & KREG_EFLAGS_NT_MASK) >> KREG_EFLAGS_NT_SHIFT, in mdb_ia32_printregs()
128 (eflags & KREG_EFLAGS_IOPL_MASK) >> KREG_EFLAGS_IOPL_SHIFT); in mdb_ia32_printregs()
[all …]
H A Dproc_ia32dep.c113 prgreg_t eflags; in pt_regs() local
167 eflags = grs[EFL]; in pt_regs()
190 mdb_printf("%%eflags = 0x%08x\n", eflags); in pt_regs()
193 (eflags & KREG_EFLAGS_ID_MASK) >> KREG_EFLAGS_ID_SHIFT, in pt_regs()
194 (eflags & KREG_EFLAGS_VIP_MASK) >> KREG_EFLAGS_VIP_SHIFT, in pt_regs()
195 (eflags & KREG_EFLAGS_VIF_MASK) >> KREG_EFLAGS_VIF_SHIFT, in pt_regs()
196 (eflags & KREG_EFLAGS_AC_MASK) >> KREG_EFLAGS_AC_SHIFT, in pt_regs()
197 (eflags & KREG_EFLAGS_VM_MASK) >> KREG_EFLAGS_VM_SHIFT, in pt_regs()
198 (eflags & KREG_EFLAGS_RF_MASK) >> KREG_EFLAGS_RF_SHIFT, in pt_regs()
199 (eflags & KREG_EFLAGS_NT_MASK) >> KREG_EFLAGS_NT_SHIFT, in pt_regs()
[all …]
/titanic_44/usr/src/uts/i86pc/os/
H A Dbiosdisk.c141 if (((rp.eflags & PS_C) != 0) || (rp.ebx.word.bx != 0xAA55)) { in bios_check_extension_present()
143 "failed %d bx = %x\n", rp.eflags, rp.ebx.word.bx)); in bios_check_extension_present()
186 if ((rp.eflags & PS_C) != 0) { in get_dev_params()
188 rp.eflags, rp.eax.byte.ah)); in get_dev_params()
218 if (((rp.eflags & PS_C) != 0) || rp.eax.byte.ah != 0) { in drive_present()
220 drivenum, rp.eflags, rp.eax.byte.ah)); in drive_present()
241 if (((rp.eflags & PS_C) != 0) || status != 0) in reset_disk()
275 if (((rp.eflags & PS_C) != 0) || status != 0) { in read_firstblock()
320 if ((rp.eflags & PS_C) != 0 || bufp->drivenum != drivenum) { in is_eltorito()
323 rp.eflags, rp.eax.byte.ah, bufp->drivenum)); in is_eltorito()
H A Dpci_bios.c105 if ((regs.eflags & PS_C) != 0) { in pci_bios_get_irq_routing()
H A Dpci_cfgspace.c260 carryflag = regs.eflags & PS_C; in pci_check_bios()
H A Dfakebop.c884 rp->eflags = bios_func(intnum, &br); in do_bsys_doint()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregexec.c200 regmatch_t pmatch[_RESTRICT_KYWD], int eflags) in regexec() argument
218 eflags = GOODFLAGS(eflags); in regexec()
221 return (mmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
223 else if (g->nstates <= CHAR_BIT*sizeof (states1) && !(eflags&REG_LARGE)) in regexec()
227 return (smatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
229 return (lmatcher(g, (char *)string, nmatch, pmatch, eflags)); in regexec()
H A Dengine.c80 int eflags; member
139 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
154 int eflags) in matcher() argument
177 if (eflags&REG_STARTEND) { in matcher()
236 m->eflags = eflags; in matcher()
606 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
613 if ((sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
620 if (((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || in backref()
629 if (((sp == m->endp && !(m->eflags&REG_NOTEOL)) || in backref()
802 (lastc == OUT && !(m->eflags&REG_NOTBOL))) { in fast()
[all …]
/titanic_44/usr/src/uts/intel/sys/
H A Dbootregs.h76 uint32_t eflags; member
/titanic_44/usr/src/uts/common/fs/
H A Dxattr.c1180 int *eflags) in readdir_xattr_casecmp() argument
1186 *eflags = 0; in readdir_xattr_casecmp()
1193 *eflags = ED_CASE_CONFLICT; in readdir_xattr_casecmp()
1258 int eflags; in xattr_dir_readdir() local
1265 eflags = 0; in xattr_dir_readdir()
1269 cr, ct, &eflags); in xattr_dir_readdir()
1277 eflags); in xattr_dir_readdir()
H A Dgfs.c311 ino64_t ino, const char *name, int eflags) in gfs_readdir_emit() argument
320 edp->ed_eflags = eflags; in gfs_readdir_emit()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c122 Word eflags = ofl->ofl_dehdr->e_flags; in ld_mach_eflags() local
155 eflags |= (ehdr->e_flags & ~EF_SPARCV9_MM); in ld_mach_eflags()
156 memopt1 = eflags & EF_SPARCV9_MM; in ld_mach_eflags()
158 eflags &= ~EF_SPARCV9_MM; in ld_mach_eflags()
164 eflags |= EF_SPARCV9_PSO; in ld_mach_eflags()
166 eflags |= EF_SPARCV9_RMO; in ld_mach_eflags()
168 ofl->ofl_dehdr->e_flags = eflags; in ld_mach_eflags()
/titanic_44/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h156 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member
/titanic_44/usr/src/cmd/sendmail/src/
H A Denvelope.c1234 struct eflags struct
1240 static struct eflags EnvelopeFlags[] = argument
1277 register struct eflags *ef;
/titanic_44/usr/src/cmd/sed/
H A Dprocess.c644 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() argument
660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dmp_xen.c256 vgc->user_regs.eflags = F_OFF | iopl; in mp_set_cpu_context()
/titanic_44/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1562 regs->r_efl = ur->eflags; in xkb_getmregs()