Searched refs:V86_CY (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c601 if (V86_CY(v86.efl)) {
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h69 #define V86_CY(x) ((x) & PSL_C) macro
/freebsd-11-stable/stand/i386/common/
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/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 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))
742 if (V86_CY(v86.efl)) {
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h70 #define V86_CY(x) ((x) & PSL_C) macro
/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/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 */

Completed in 197 milliseconds