Home
last modified time | relevance | path

Searched refs:V86_CY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/i386/common/
H A Ddrv.c42 if (V86_CY(v86.efl)) { in drvsize()
70 if (V86_CY(v86.efl)) { in drvread()
94 if (V86_CY(v86.efl)) { in drvwrite()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c236 if (V86_CY(v86.efl) || ((v86.eax & 0xff00) != 0) || in biospci_detect()
347 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_find_devclass()
366 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_find_device()
388 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_write_config()
405 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_read_config()
436 if (V86_CY(v86.efl) || (v86.eax & 0xff00)) in biospci_count_device_type()
H A Dbiosmem.c109 if ((V86_CY(v86.efl)) || (v86.eax != SMAP_SIG)) in bios_getmem()
172 if (!(V86_CY(v86.efl))) { in bios_getmem()
H A Dbiosdisk.c289 if (V86_CY(v86.efl)) in fd_count()
482 if (V86_CY(v86.efl) || /* carry set */ in bd_check_extensions()
517 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0)) in bd_get_diskinfo_std()
563 if (V86_CY(v86.efl) && ((v86.eax & 0xff00) != 0)) in bd_get_diskinfo_ext()
632 if (V86_CY(v86.efl) || (v86.eax & 0x300) == 0) in bd_int13probe()
1146 if (V86_CY(v86.efl)) in bd_edd_io()
1183 if (V86_CY(v86.efl)) in bd_chs_io()
1286 if (V86_CY(v86.efl)) in bd_getbigeom()
H A Dbiossmap.c77 if (V86_CY(v86.efl) || v86.eax != SMAP_SIG || in bios_getsmap()
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h65 #define V86_CY(x) ((x) & PSL_C) macro