Searched refs:V86_ZR (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h71 #define V86_ZR(x) ((x) & PSL_Z) macro
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h70 #define V86_ZR(x) ((x) & PSL_Z) macro
/freebsd-11-stable/stand/i386/common/
H A Dcons.c77 if (V86_ZR(v86.efl))
/freebsd-11-stable/stand/i386/libi386/
H A Dvidconsole.c526 return (!V86_ZR(v86.efl));
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c645 return (fn == 0 ? v86.eax & 0xff : !V86_ZR(v86.efl));

Completed in 63 milliseconds