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

/freebsd-9.3-release/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-9.3-release/sys/net/
H A Dif_ef.c316 struct ef_link *efl; local
353 SLIST_FOREACH(efl, &efdev, el_next) {
354 if (efl->el_ifp == ifp) {
355 efp = efl->el_units[ft];
454 ef_clone(struct ef_link *efl, int ft) argument
458 struct ifnet *ifp = efl->el_ifp;
478 efl->el_units[ft] = efp;
488 struct ef_link *efl = NULL, *efl_temp; local
511 efl = (struct ef_link*)malloc(sizeof(struct ef_link),
513 if (efl
573 struct ef_link *efl; local
[all...]
/freebsd-9.3-release/sys/boot/i386/common/
H A Ddrv.c47 if (V86_CY(v86.efl)) {
88 if (V86_CY(v86.efl)) {
113 if (V86_CY(v86.efl)) {
H A Dcons.c79 return fn == 0 ? v86.eax & 0xff : (!V86_ZR(v86.efl) && (v86.eax & 0xff));
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiosmem.c64 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG))
111 if (!(V86_CY(v86.efl))) {
H A Dbiospci.c221 if (V86_CY(v86.efl) || ((v86.eax & 0xff00) != 0) ||
299 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
321 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
338 if (V86_CY(v86.efl) || (v86.eax & 0xff00))
H A Dbiosdisk.c206 if (V86_CY(v86.efl) || /* carry set */
232 if (V86_CY(v86.efl) || /* carry set */
249 if (!V86_CY(v86.efl)) {
447 return (V86_CY(v86.efl));
481 return (V86_CY(v86.efl));
623 if (V86_CY(v86.efl))
H A Dbiossmap.c78 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG ||
H A Dbioscd.c336 result = V86_CY(v86.efl);
H A Dvidconsole.c519 return (!V86_ZR(v86.efl));
/freebsd-9.3-release/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-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxv86.h41 uint32_t efl; /* V86 eflags register */ member in struct:__v86
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.h41 uint32_t efl; /* V86 eflags register */ member in struct:__v86
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c230 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
601 if (V86_CY(v86.efl)) {
643 return fn == 0 ? v86.eax & 0xff : !V86_ZR(v86.efl);
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c241 if ((v86.efl & 1) || (v86.eax != SMAP_SIG))
288 if (!(v86.efl & 1)) {
323 if (!(v86.efl & 0x1) && /* carry clear */
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c315 if (v86.efl & 0x1)
359 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
747 if (V86_CY(v86.efl)) {
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dmain.c96 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbioscd.c327 result = V86_CY(v86.efl);
H A Dbiosdisk.c827 return (v86.efl & 0x1);
962 if (v86.efl & 0x1)
1013 if (v86.efl & 0x1)
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dmain.c108 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c145 v86.efl = PSL_RESERVED_DEFAULT | PSL_I;

Completed in 145 milliseconds