/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/ |
H A D | spandsp_git.bb | 3 SpanDSP is a low-level signal processing library that modulates and \ 7 HOMEPAGE = "https://www.soft-switch.org/" 10 LICENSE = "LGPL-2.1-only" 16 tiff-native \ 28 # https://lists.openembedded.org/g/openembedded-devel/message/109325 37 PACKAGECONFIG[mmx] = "--enable-mmx,--disable-mmx" 38 PACKAGECONFIG[sse] = "--enable-sse,--disable-sse" 39 PACKAGECONFIG[sse2] = "--enable-sse2,--disable-sse2" 40 PACKAGECONFIG[sse3] = "--enable-sse3,--disable-sse3" 41 PACKAGECONFIG[ssse3] = "--enable-ssse3,--disable-ssse3" [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o 6 twofish-i586-y := twofish-i586-asm_32.o twofish_glue.o 7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o 8 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o 9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o 10 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 14 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_586) += serpent-sse2-i586.o [all …]
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.um | 1 # SPDX-License-Identifier: GPL-2.0 2 core-y += arch/x86/crypto/ 5 # Disable SSE and other FP/SIMD instructions to match normal x86 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 18 KBUILD_LDFLAGS += -m elf_i386 20 ELF_FORMAT := elf32-i386 21 CHECKFLAGS += -D__i386__ 23 KBUILD_CFLAGS += $(call cc-option,-m32) 24 KBUILD_AFLAGS += $(call cc-option,-m32) [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 ifeq ($(shell uname -m | sed -e 's/i.86/i386/'),i386) 16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register) 17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register) 20 RETPOLINE_CFLAGS := -mretpoline-external-thunk 21 RETPOLINE_VDSO_CFLAGS := -mretpoline 23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix) 26 RETHUNK_CFLAGS := -mfunction-return=thunk-extern 34 # For gcc stack alignment is specified with -mpreferred-stack-boundary, 35 # clang has the option -mstack-alignment for that purpose. [all …]
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | cpuinfo.rst | 1 .. SPDX-License-Identifier: GPL-2.0 36 ------------------------------------------------------------------ 42 displayed accordingly in /proc/cpuinfo. For example, the flag "avx2" 45 b: Flags can be from scattered CPUID-based features. 46 ---------------------------------------------------- 48 software-defined values. Still, CPUID needs to be queried to determine 61 ------------------------------------------------------------------------------------- 71 ------------------------------------------------ 87 ---------------------------------------------------------------------------- 89 X86_FEATURE_<name> in cpufeatures.h. For example, the flag "avx2" is from [all …]
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | intel-speed-select.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 - https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-artic… 15 - https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-frequency-enha… 19 dynamically without pre-configuring via BIOS setup options. This dynamic 29 intel-speed-select configuration tool 32 Most Linux distribution packages may include the "intel-speed-select" tool. If not, 38 # cd tools/power/x86/intel-speed-select/ 43 ------------ 47 # intel-speed-select --help 49 The top-level help describes arguments and features. Notice that there is a [all …]
|
/openbmc/qemu/ |
H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
H A D | meson.build | 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') 107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 114 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 132 # instead. QEMU --enable-modules depends on this because the SystemTap 135 add_global_arguments('-DSTAP_SDT_V2', [all …]
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 22 1, 0, ECX, 2, dtes64, DS area uses 64-bit layout 33 1, 0, ECX, 13, cmpxchg16b, 'CMPXCHG16B - Compare and Exchange Bytes' supported 36 1, 0, ECX, 17, pcid, Process-Context Identifiers feature present 43 …1, 0, ECX, 24, tsc_deadline_timer, LAPIC supports one-shot operation using a TSC deadline … 48 1, 0, ECX, 29, f16c, 16-bit floating-point conversion instruction supported 52 1, 0, EDX, 1, vme, Virtual-8086 Mode Enhancement 67 1, 0, EDX, 17, pse36, 36-Bit Page Size Extension 103 4, 0, ECX, 31:0, cache_sets, Number of Sets - 1 104 … 1 means WBINVD/INVD is not ganranteed to act upon lower level caches of non-originating threads s… 112 5, 0, ECX, 0, mwait_ext, Enum of Monitor-Mwait extensions supported [all …]
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include <asm/required-features.h> 10 #include <asm/disabled-features.h> 16 #define NCAPINTS 21 /* N 32-bit words worth of info */ 17 #define NBUGINTS 2 /* N 32-bit bug flags */ 25 * please update the table in kernel/cpu/cpuid-deps.c as well. 28 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */ 34 #define X86_FEATURE_MSR ( 0*32+ 5) /* Model-Specific Registers */ 45 #define X86_FEATURE_PSE36 ( 0*32+17) /* 36-bit PSEs */ 55 #define X86_FEATURE_HT ( 0*32+28) /* Hyper-Threading */ [all …]
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Intel Speed Select -- Enumerate and control features 51 static int current_clos = -1; 52 static int clos_epp = -1; 53 static int clos_prop_prio = -1; 54 static int clos_min = -1; 55 static int clos_max = -1; 56 static int clos_desired = -1; 153 /* only three CascadeLake-N models are supported */ in update_cpu_model() 162 err(-1, "cannot open /proc/cpuinfo\n"); in update_cpu_model() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpufeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include <asm/required-features.h> 10 #include <asm/disabled-features.h> 16 #define NCAPINTS 22 /* N 32-bit words worth of info */ 17 #define NBUGINTS 2 /* N 32-bit bug flags */ 25 * please update the table in kernel/cpu/cpuid-deps.c as well. 28 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */ 34 #define X86_FEATURE_MSR ( 0*32+ 5) /* Model-Specific Registers */ 45 #define X86_FEATURE_PSE36 ( 0*32+17) /* 36-bit PSEs */ 55 #define X86_FEATURE_HT ( 0*32+28) /* Hyper-Threading */ [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 62 #include <asm/intel-family.h> 140 info = (struct ppin_info *)id->driver_data; in ppin_init() 142 if (rdmsrl_safe(info->msr_ppin_ctl, &val)) in ppin_init() 152 wrmsrl_safe(info->msr_ppin_ctl, val | 2UL); in ppin_init() 153 rdmsrl_safe(info->msr_ppin_ctl, &val); in ppin_init() 158 c->ppin = __rdmsr(info->msr_ppin); in ppin_init() 159 set_cpu_cap(c, info->feature); in ppin_init() 164 clear_cpu_cap(c, info->feature); in ppin_init() 174 if (c->cpuid_level == -1) { in default_init() [all …]
|
/openbmc/linux/arch/x86/kvm/ |
H A D | cpuid.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Kernel-based Virtual Machine driver for Linux 55 cpuid_count(0xD, i, &xs->eax, &xs->ebx, &xs->ecx, &ign); in kvm_init_xstate_sizes() 72 offset = (xs->ecx & 0x2) ? ALIGN(ret, 64) : ret; in xstate_required_size() 74 offset = xs->ebx; in xstate_required_size() 75 ret = max(ret, offset + xs->eax); in xstate_required_size() 87 /* Scattered Flag - For features that are scattered by cpufeatures.h. */ 95 * Magic value used by KVM when querying userspace-provided CPUID entries and 101 #define KVM_CPUID_INDEX_NOT_SIGNIFICANT -1ull 110 * KVM has a semi-arbitrary rule that querying the guest's CPUID model in cpuid_entry2_find() [all …]
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 23 #include "qemu/qemu-print.h" 24 #include "qemu/hw-version.h" 26 #include "tcg/helper-tcg.h" 28 #include "hvf/hvf-i386.h" 32 #include "qemu/error-report.h" 33 #include "qapi/qapi-visit-machine.h" 34 #include "standard-headers/asm-x86/kvm_para.h" 35 #include "hw/qdev-properties.h" 39 #include "qapi/qapi-commands-machine-target.h" 40 #include "exec/address-spaces.h" [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |