Searched refs:efl (Results 1 - 21 of 21) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/config/i386/
H A Dnm-i386gnu.h31 ((struct i386_thread_state *) (state))->efl |= 0x100
33 ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386gnu-nat.c55 REG_OFFSET (eip), REG_OFFSET (efl), REG_OFFSET (cs), REG_OFFSET (ss),
236 trace = ((struct i386_thread_state *)state)->efl & 0x100;
283 ((struct i386_thread_state *)state)->efl &= ~0x100;
284 ((struct i386_thread_state *)state)->efl |= trace;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c210 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
601 if (V86_CY(v86.efl)) {
645 return (fn == 0 ? v86.eax & 0xff : !V86_ZR(v86.efl));
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h49 uint32_t efl; /* V86 eflags register */ member in struct:__v86
/freebsd-11-stable/stand/i386/common/
H A Dcons.c77 if (V86_ZR(v86.efl))
H A Ddrv.c43 if (V86_CY(v86.efl)) {
71 if (V86_CY(v86.efl)) {
96 if (V86_CY(v86.efl)) {
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c138 if ((v86.efl & 1) || (v86.eax != SMAP_SIG))
190 if (!(v86.efl & 1)) {
235 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-11-stable/stand/i386/libi386/
H A Dbiospci.c233 if (V86_CY(v86.efl) || ((v86.eax & 0xff00) != 0) ||
335 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
354 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
376 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
393 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
H A Dbiossmap.c78 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG ||
H A Dvidconsole.c526 return (!V86_ZR(v86.efl));
H A Dbiosdisk.c274 if (V86_CY(v86.efl))
471 if (V86_CY(v86.efl) || /* carry set */
506 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0))
553 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0))
622 if (V86_CY(v86.efl) || (v86.eax & 0x300) == 0)
1138 if (V86_CY(v86.efl))
1175 if (V86_CY(v86.efl))
1278 if (V86_CY(v86.efl))
H A Dbiosmem.c111 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG))
174 if (!(V86_CY(v86.efl))) {
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c291 if (V86_CY(v86.efl))
335 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
742 if (V86_CY(v86.efl)) {
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h50 uint32_t efl; /* V86 eflags register */ member in struct:__v86
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c368 result = V86_CY(v86.efl);
H A Dbiosdisk.c563 return (V86_CY(v86.efl));
697 if (V86_CY(v86.efl))
749 if (V86_CY(v86.efl))
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c155 if ((v86.efl & 1) || (v86.eax != SMAP_SIG))
207 if (!(v86.efl & 1)) {
284 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-11-stable/stand/i386/loader/
H A Dmain.c102 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c374 if (V86_CY(v86.efl) || (v86.eax != SMAP_SIG))
421 if (!V86_CY(v86.efl)) {
456 if (!V86_CY(v86.efl) && /* carry clear */
503 if (V86_CY(v86.efl) || /* carry set */
520 if (V86_CY(v86.efl) || /* carry set */
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c212 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-11-stable/stand/pc98/loader/
H A Dmain.c105 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;

Completed in 236 milliseconds