Home
last modified time | relevance | path

Searched refs:sse (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/phosphor-fan-presence/control/
H A Dpreconditions.cpp22 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()
46 entry("EVENT_COUNT=%u", sse.size())); in property_states_match()
48 std::for_each(sse.begin(), sse.end(), [&zone](auto const& entry) { in property_states_match()
56 entry("EVENT_COUNT=%u", sse.size())); in property_states_match()
58 std::for_each(sse.begin(), sse.end(), [&zone](auto const& entry) { in property_states_match()
68 Action services_missing_owner(std::vector<SetSpeedEvent>&& sse) in services_missing_owner() argument
70 return [sse = std::move(sse)](auto& zone, auto& group) { in services_missing_owner()
81 std::for_each(sse.begin(), sse.end(), [&zone](auto const& entry) { in services_missing_owner()
88 std::for_each(sse.begin(), sse.end(), [&zone](auto const& entry) { in services_missing_owner()
H A Dpreconditions.hpp31 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 D0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch10 | 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 DMakefile.target19 test-i386-sse-exceptions: CFLAGS += -msse4.1 -mfpmath=sse
20 run-test-i386-sse-exceptions: QEMU_OPTS += -cpu max
77 sha512-sse: CFLAGS=-msse4.1 -O3
78 sha512-sse: sha512.c
81 run-sha512-sse: QEMU_OPTS+=-cpu max
83 TESTS+=sha512-sse
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch4 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 Dspandsp_git.bb38 PACKAGECONFIG[sse] = "--enable-sse,--disable-sse"
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/
H A Dgnu-efi_3.0.17.bb63 # 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 DMakefile.um11 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 DMakefile49 -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 Docteon_edac-pci.c33 if (cfg01.s.sse) { in octeon_pci_poll()
35 cfg01.s.sse = 1; /* Reset */ in octeon_pci_poll()
/openbmc/qemu/hw/arm/
H A Dmusca.c63 ARMSSE sse; member
268 qdev_get_gpio_in_named(DEVICE(&mms->sse), in make_mpc()
380 object_initialize_child(OBJECT(machine), "sse-200", &mms->sse, in musca_init()
382 ssedev = DEVICE(&mms->sse); in musca_init()
383 object_property_set_link(OBJECT(&mms->sse), "memory", in musca_init()
398 sysbus_realize(SYS_BUS_DEVICE(&mms->sse), &error_fatal); in musca_init()
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock.c83 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 DUefiTestToolsPkg.dsc26 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 Dcryptsetup_2.7.1.bb62 PACKAGECONFIG[internal-sse-argon2] = "--enable-internal-sse-argon2,--disable-internal-sse-argon2"
/openbmc/qemu/hw/timer/
H A Dmeson.build32 system_ss.add(when: 'CONFIG_SSE_COUNTER', if_true: files('sse-counter.c'))
33 system_ss.add(when: 'CONFIG_SSE_TIMER', if_true: files('sse-timer.c'))
/openbmc/linux/net/sctp/
H A Dulpevent.c582 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 D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch11 …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 Dsyndrome.h293 int sas, int sse, int srt, in syn_data_abort_with_iss() argument
301 | 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 Dtune-corei7.inc16 …ontains('TUNE_FEATURES', 'corei7', ' -march=nehalem -mtune=generic -mfpmath=sse -msse4.2', '', d)}"
H A Dtune-core2.inc16 …utils.contains('TUNE_FEATURES', 'core2', ' -march=core2 -mtune=core2 -msse3 -mfpmath=sse', '', d)}"
/openbmc/u-boot/arch/x86/
H A Dconfig.mk27 PLATFORM_CPPFLAGS += -mno-mmx -mno-sse
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb22 TUNE_CCARGS:remove:x86 = "-mfpmath=sse"
23 TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse"
/openbmc/linux/lib/zstd/common/
H A Dcpu.h152 D(sse, 25)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/
H A D0001-CheckLib.pm-don-t-execute-the-binary.patch13 …-m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -W…
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile16 -mno-mmx -mno-sse -fshort-wchar \

12