Home
last modified time | relevance | path

Searched refs:XF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Duprobes.c591 COND(70, 71, XF(OF)) \
592 COND(72, 73, XF(CF)) \
593 COND(74, 75, XF(ZF)) \
594 COND(78, 79, XF(SF)) \
595 COND(7a, 7b, XF(PF)) \
596 COND(76, 77, XF(CF) || XF(ZF)) \
597 COND(7c, 7d, XF(SF) != XF(OF)) \
598 COND(7e, 7f, XF(ZF) || XF(SF) != XF(OF))
604 #define XF(xf) (!!(flags & X86_EFLAGS_ ## xf)) macro
634 #undef XF
/openbmc/linux/Documentation/fb/
H A Dmatroxfb.rst15 * You can run XF{68,86}_FBDev or XFree86 fbdev driver on top of /dev/fb0
93 XF{68,86}_FBDev should work just fine, but it is non-accelerated. On non-intel
316 - 24bpp does not support correctly XF-FBDev on big-endian architectures.
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt127 S - QC_IMAGE_VERSION_STRING=BOOT.XF.1.0-00301
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch106 z%L@_7^HST66^r0RrXAQ`IDTZXd(&-8=Wks+7mV<*j0S?32j^kw%%LqC7+XF<Kmkqa
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S6259 #--THE IDEA IS ATAN(X) = ATAN(F) + ATAN( [X-F] / [1+XF] ).
6262 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS