Home
last modified time | relevance | path

Searched refs:tif (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dspec-ctrl.h96 extern void speculation_ctrl_update(unsigned long tif);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl2-image_2.8.4.bb17 EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared"
H A Dlibsdl-image_1.2.12.bb21 EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared"
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c663 void speculation_ctrl_update(unsigned long tif) in speculation_ctrl_update() argument
669 __speculation_ctrl_update(~tif, tif); in speculation_ctrl_update()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0002-Revert-Support-compressed-pixel-formats-when-saving-.patch267 - if (TIFFWriteScanline(tif, &buf[buf_stride_pixels * y], y, 0) != 1)
268 + if (TIFFWriteScanline(tif, &buf[info.width * y], y, 0) != 1)
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c212 unsigned long tif; in x86_virt_spec_ctrl() local
214 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl()
217 speculation_ctrl_update(tif); in x86_virt_spec_ctrl()
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass72 outfile.write("\tif not line:\n")
74 outfile.write("\tif line in deps:\n")