Home
last modified time | relevance | path

Searched refs:efl (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/i386/common/
H A Ddrv.c40 if (V86_CY(v86.efl)) { in drvsize()
68 if (V86_CY(v86.efl)) { in drvread()
93 if (V86_CY(v86.efl)) { in drvwrite()
H A Dcons.c100 if (V86_ZR(v86.efl)) in getc()
/freebsd/stand/i386/libi386/
H A Dbiospci.c231 if (V86_CY(v86.efl) || ((v86.eax & 0xff00) != 0) || in biospci_detect()
333 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_find_devclass()
352 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_find_device()
374 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_write_config()
391 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_read_config()
H A Dbiosmem.c108 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG)) in bios_getmem()
171 if (!(V86_CY(v86.efl))) { in bios_getmem()
H A Dbiosdisk.c289 if (V86_CY(v86.efl)) in fd_count()
489 if (V86_CY(v86.efl) || /* carry set */ in bd_check_extensions()
524 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0)) in bd_get_diskinfo_std()
571 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0)) in bd_get_diskinfo_ext()
640 if (V86_CY(v86.efl) || (v86.eax & 0x300) == 0) in bd_int13probe()
1161 if (V86_CY(v86.efl)) in bd_edd_io()
1202 if (V86_CY(v86.efl)) in bd_chs_io()
H A Dbiossmap.c75 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG || in bios_getsmap()
H A Dtextvidc.c528 return (!V86_ZR(v86.efl)); in vidc_ischar()
H A Dvidconsole.c1114 return (!V86_ZR(v86.efl)); in vidc_ischar()
/freebsd/stand/i386/isoboot/
H A Disoboot.c135 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
187 if (!(v86.efl & 1)) { in bios_getmem()
232 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h48 uint32_t efl; /* V86 eflags register */ member
/freebsd/stand/i386/boot2/
H A Dboot2.c207 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()
598 if (V86_CY(v86.efl)) { in drvread()
642 return (fn == 0 ? v86.eax & 0xff : !V86_ZR(v86.efl)); in getc()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c152 if ((v86.efl & 1) || (v86.eax != SMAP_SIG)) in bios_getmem()
204 if (!(v86.efl & 1)) { in bios_getmem()
281 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()
/freebsd/stand/i386/loader/
H A Dmain.c118 v86.efl = PSL_RESERVED_DEFAULT | PSL_I; in main()