/openbmc/phosphor-fan-presence/control/ |
H A D | preconditions.cpp | 22 std::vector<SetSpeedEvent>&& sse) in property_states_match() argument 24 return [pg = std::move(pg), sse = std::move(sse)](auto& zone, auto& group) { in property_states_match() 47 entry("EVENT_COUNT=%u", sse.size())); in property_states_match() 49 std::for_each(sse.begin(), sse.end(), [&zone](const auto& entry) { in property_states_match() 57 entry("EVENT_COUNT=%u", sse.size())); in property_states_match() 59 std::for_each(sse.begin(), sse.end(), [&zone](const auto& entry) { in property_states_match() 69 Action services_missing_owner(std::vector<SetSpeedEvent>&& sse) in services_missing_owner() argument 71 return [sse = std::move(sse)](auto& zone, auto& group) { in services_missing_owner() 83 std::for_each(sse.begin(), sse.end(), [&zone](const auto& entry) { in services_missing_owner() 90 std::for_each(sse.begin(), sse.end(), [&zone](const auto& entry) { in services_missing_owner()
|
H A D | preconditions.hpp | 31 std::vector<SetSpeedEvent>&& sse); 47 Action services_missing_owner(std::vector<SetSpeedEvent>&& sse);
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/ |
H A D | 0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch | 10 | return aom_variance8x8_neon(temp2, 8, dst, dst_stride, sse); 30 + unsigned int *sse); 34 + unsigned int *sse); 38 + unsigned int *sse); 42 + unsigned int *sse); 46 + unsigned int *sse); 50 + unsigned int *sse); 54 + unsigned int *sse); 58 + unsigned int *sse); 62 + unsigned int *sse); [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 19 test-i386-sse-exceptions: CFLAGS += -msse4.1 -mfpmath=sse 20 run-test-i386-sse-exceptions: QEMU_OPTS += -cpu max 74 sha512-sse: CFLAGS=-msse4.1 -O3 75 sha512-sse: sha512.c 78 run-sha512-sse: QEMU_OPTS+=-cpu max 80 TESTS+=sha512-sse
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch | 4 Subject: [PATCH] Disable -mfpmath=sse as well when SSE is disabled 9 -mtune=generic -mfpmath=sse 13 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse 40 - TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow" 41 + TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -mfpmath=387"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/ |
H A D | spandsp_git.bb | 38 PACKAGECONFIG[sse] = "--enable-sse,--disable-sse"
|
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/ |
H A D | gnu-efi_3.0.17.bb | 63 # It doesn't support sse, its make.defaults sets: 64 # CFLAGS += -mno-mmx -mno-sse 65 # So also remove -mfpmath=sse from TUNE_CCARGS 66 TUNE_CCARGS:remove = "-mfpmath=sse"
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.um | 11 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
H A D | Makefile | 49 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none) 70 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/openbmc/linux/drivers/edac/ |
H A D | octeon_edac-pci.c | 33 if (cfg01.s.sse) { in octeon_pci_poll() 35 cfg01.s.sse = 1; /* Reset */ in octeon_pci_poll()
|
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 63 ARMSSE sse; member 268 qdev_get_gpio_in_named(DEVICE(&mms->sse), in make_mpc() 373 object_initialize_child(OBJECT(machine), "sse-200", &mms->sse, in musca_init() 375 ssedev = DEVICE(&mms->sse); in musca_init() 376 object_property_set_link(OBJECT(&mms->sse), "memory", in musca_init() 391 sysbus_realize(SYS_BUS_DEVICE(&mms->sse), &error_fatal); in musca_init()
|
/openbmc/u-boot/arch/arm/mach-imx/imx8m/ |
H A D | clock.c | 83 u32 sse; in decode_sscg_pll() local 234 sse = pll_cfg1 & SSCG_PLL_SSE_MASK; in decode_sscg_pll() 236 if (sse) in decode_sscg_pll() 237 sse = 8; in decode_sscg_pll() 239 sse = 2; in decode_sscg_pll() 241 pllout = pll_refclk / (divr1 + 1) * sse * (divf1 + 1) / in decode_sscg_pll()
|
/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/ |
H A D | UefiTestToolsPkg.dsc | 26 GCC:*_*_IA32_CC_FLAGS = -mno-mmx -mno-sse 29 GCC:*_*_X64_CC_FLAGS = -mno-mmx -mno-sse
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.1.bb | 62 PACKAGECONFIG[internal-sse-argon2] = "--enable-internal-sse-argon2,--disable-internal-sse-argon2"
|
/openbmc/qemu/hw/timer/ |
H A D | meson.build | 31 system_ss.add(when: 'CONFIG_SSE_COUNTER', if_true: files('sse-counter.c')) 32 system_ss.add(when: 'CONFIG_SSE_TIMER', if_true: files('sse-timer.c'))
|
/openbmc/linux/net/sctp/ |
H A D | ulpevent.c | 582 struct sctp_shutdown_event *sse; in sctp_ulpevent_make_shutdown_event() local 591 sse = skb_put(skb, sizeof(struct sctp_shutdown_event)); in sctp_ulpevent_make_shutdown_event() 599 sse->sse_type = SCTP_SHUTDOWN_EVENT; in sctp_ulpevent_make_shutdown_event() 607 sse->sse_flags = 0; in sctp_ulpevent_make_shutdown_event() 616 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_ulpevent_make_shutdown_event() 627 sse->sse_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_shutdown_event()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 11 …i686-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/… 18 …i686-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/…
|
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 295 int sas, int sse, int srt, in syn_data_abort_with_iss() argument 303 | ARM_EL_ISV | (sas << 22) | (sse << 21) | (srt << 16) in syn_data_abort_with_iss()
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | tune-corei7.inc | 16 …ontains('TUNE_FEATURES', 'corei7', ' -march=nehalem -mtune=generic -mfpmath=sse -msse4.2', '', d)}"
|
H A D | tune-core2.inc | 16 …utils.contains('TUNE_FEATURES', 'core2', ' -march=core2 -mtune=core2 -msse3 -mfpmath=sse', '', d)}"
|
/openbmc/u-boot/arch/x86/ |
H A D | config.mk | 27 PLATFORM_CPPFLAGS += -mno-mmx -mno-sse
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ |
H A D | ltp_20240129.bb | 22 TUNE_CCARGS:remove:x86 = "-mfpmath=sse" 23 TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse"
|
/openbmc/linux/lib/zstd/common/ |
H A D | cpu.h | 152 D(sse, 25)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/ |
H A D | 0001-CheckLib.pm-don-t-execute-the-binary.patch | 13 …-m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -W…
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 16 -mno-mmx -mno-sse -fshort-wchar \
|