Home
last modified time | relevance | path

Searched +full:0 +full:- +full:9 +full:a +full:- +full:e (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.filter4 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # You should have received a copy of the GNU General Public License
24 sed -Ee 's/[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}/yyyy-mm-dd hh:mm:ss/'
29 sed -E -e 's/[0-9. ]{5} [KMGT]iB/ SIZE/' \
30 -e 's/[0-9. ]{5} B/ SIZE/'
35 sed -Ee 's/\#block[0-9]{3,}/NODE_NAME/'
40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g'
46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \
47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules1 # /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules
3 # This file is auto-generated. For more information:
4 # https://github.com/denilsonsa/udev-joystick-blacklist
7 … ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"…
9 … ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"…
10 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", ENV{ID_INPUT_JOYSTICK}=="?*"…
11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b…
12 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", ENV{ID_INPUT_JOYSTICK}=="?*"…
13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b…
14 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", ENV{ID_INPUT_JOYSTICK}=="?*"…
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
10 * crypto/aes_generic.c and are designed to be simply accessed by a combination
11 * of rlwimi/lwz instructions with a minimum of table registers (usually only
14 * instructions. E.g. evldw, evlwwsplat, ...
16 * For the safety-conscious it has to be noted that they might be vulnerable
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
25 #define R(a, b, c, d) \ argument
26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a
32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */
35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
[all …]
/openbmc/linux/security/apparmor/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o
6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \
10 apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o
12 obj-$(CONFIG_SECURITY_APPARMOR_KUNIT_TEST) += apparmor_policy_unpack_test.o
13 apparmor_policy_unpack_test-objs += policy_unpack_test.o
15 clean-files := capability_names.h rlim_names.h net_names.h
17 # Build a lower case string table of address family names
30 quiet_cmd_make-af = GEN $@
31 cmd_make-af = echo "static const char *address_family_names[] = {" > $@ ;\
[all …]
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/
H A Dinit1 #!/bin/sh -e
4 # Required-Start: mountvirtfs $local_fs
5 # Required-Stop: $local_fs
6 # Should-Start: ifupdown
7 # Should-Stop: ifupdown
8 # Default-Start: S
9 # Default-Stop: 0 6
10 # Short-Description: Raise network interfaces.
15 [ -x /sbin/ifup ] || exit 0
18 [ -e /proc/mounts ] || return 0
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch6 ---
7 Upstream-Status: Pending
23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he…
25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt
27 @@ -25,6 +25,7 @@ add_subdirectory(hello_encode)
35 diff --git a/host_applications/linux/apps/hello_pi/Makefile b/host_applications/linux/apps/hello_pi…
37 --- a/host_applications/linux/apps/hello_pi/Makefile
39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis
40 $(MAKE) -C hello_teapot
41 $(MAKE) -C hello_fft
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Run a series of tests under KVM. By default, this series is specified
5 # by the relevant CFLIST file, but can be overridden by the --configs
6 # command-line argument.
12 # Authors: Paul E. McKenney <paulmck@linux.ibm.com>
14 scriptname=$0
17 T="`mktemp -d ${TMPDIR-/tmp}/kvm.sh.XXXXXX`"
18 trap 'rm -rf $T' 0
23 LANG=en_US.UTF-8; export LANG
54 cpus=0
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-32.h19 #include <asm-generic/pgtable-nopmd.h>
26 * Regarding 32-bit MIPS huge page support (and the tradeoff it entails):
28 * We use the same huge page sizes as 64-bit MIPS. Assuming a 4KB page size,
29 * our 2-level table layout would normally have a PGD entry cover a contiguous
30 * 4MB virtual address region (pointing to a 4KB PTE page of 1,024 32-bit pte_t
31 * pointers, each pointing to a 4KB physical page). The problem is that 4MB,
32 * spanning both halves of a TLB EntryLo0,1 pair, requires 2MB hardware page
35 * pointers a PTE page holds, making its last half go to waste. Correspondingly,
37 * increases to match 64-bit MIPS, but PTE lookups remain CPU cache-friendly.
39 * NOTE: We don't yet support huge pages if extended-addressing is enabled
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch9 In file included from ../git/lib/libmtd.c:40:0:
13 [-Wformat=]
25 Upstream-Status: Submitted
27 Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
28 ---
29 include/common.h | 18 ------------------
30 jffsX-utils/mkfs.jffs2.c | 20 ++++++++++----------
31 lib/libmtd.c | 8 ++++----
32 misc-utils/flash_erase.c | 6 +++---
33 misc-utils/flash_otp_write.c | 2 +-
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports? class in AnonymousFunctioneac6a71814e00
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15-pinctrl.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>
9 adc1_ain_pins_a: adc1-ain-0 {
13 <STM32_PINMUX('B', 0, ANALOG)>, /* ADC1_INP9 */
14 <STM32_PINMUX('C', 0, ANALOG)>, /* ADC1_INP10 */
16 <STM32_PINMUX('A', 3, ANALOG)>; /* ADC1_INP15 */
20 adc1_in6_pins_a: adc1-in6-0 {
26 adc12_ain_pins_a: adc12-ain-0 {
35 adc12_ain_pins_b: adc12-ain-1 {
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh9 # SPDX-License-Identifier: GPL-2.0
12 glb_err=0
15 perf list | grep -q 'cs_etm//' && return 0
28 rm -f ${perfdata}
29 rm -f ${file}
30 rm -f "${perfdata}.old"
31 trap - EXIT TERM INT
39 rm -f $file
40 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \
41 -- taskset -c $2 touch $file > /dev/null 2>&1
[all …]
H A Dtest_arm_spe.sh8 # SPDX-License-Identifier: GPL-2.0
12 perf list | grep -E -q 'arm_spe_[0-9]+//' && return 0
21 glb_err=0
25 rm -f ${perfdata}
26 rm -f ${perfdata}.old
33 if [ $2 = 0 ]; then
46 # from arm-spe.c/arm_spe_synth_events()
47 …events="(ld1-miss|ld1-access|llc-miss|lld-access|tlb-miss|tlb-access|branch-miss|remote-access|mem…
50 …# dd 3048 [002] 1 l1d-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-
51 …# dd 3048 [002] 1 tlb-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-
[all …]
H A Dtrace+probe_vfs_getname.sh5 # then use it with 'perf trace' using 'touch' to write to a temp file, then
10 # SPDX-License-Identifier: GPL-2.0
13 . "$(dirname $0)"/lib/probe.sh
18 . "$(dirname $0)"/lib/probe_vfs_getname.sh
21 …alls:sys_enter_open* 2>/dev/null | grep -E 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1…
22 perf trace -e $evts touch $file 2>&1 | \
23-E " +[0-9]+\.[0-9]+ +\( +[0-9]+\.[0-9]+ ms\): +touch/[0-9]+ open(at)?\((dfd: +CWD, +)?filename: +…
29 if [ $err -ne 0 ] ; then
41 rm -f ${file}
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Drun_common.sh2 # SPDX-License-Identifier: GPL-2.0
4 RUN_BENCH="sudo ./bench -w3 -d10 -a"
23 echo "$*" | sed -E "s/.*hits\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/"
28 echo "$*" | sed -E "s/.*drops\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/"
33 echo "$*" | sed -E "s/.*Percentage\s=\s+([0-9]+\.[0-9]+).*/\1/"
38 echo -n "throughput: "
39 echo -n "$*" | sed -E "s/.*throughput\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+\sM\sops\/s).*/\1/"
40 echo -n -e ", latency: "
41 echo "$*" | sed -E "s/.*latency\s+([0-9]+\.[0-9]+\sns\/op).*/\1/"
46 echo -n "hits throughput: "
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch9 Synchronous Exception at 0x00000101FB943E48
10 PC 0x0101FB943E48 (0x0101FB93F000+0x00004E48) [ 0] QemuVideoDxe.dll
11 PC 0x0101FB943314 (0x0101FB93F000+0x00004314) [ 0] QemuVideoDxe.dll
12 PC 0x0101FB92F798 (0x0101FB92D000+0x00002798) [ 1] ConSplitterDxe.dll
13 PC 0x0101FBA96BC4 (0x0101FBA8E000+0x00008BC4) [ 2] BdsDxe.dll
14 PC 0x0101FF7FDF50 (0x0101FF7F3000+0x0000AF50) [ 3] DxeCore.dll
17 even. And if coords are odd then they are bumped a bit to make things
20 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
22 This is a temporary workaround for an alignment problem in EDK2/qemu, see the
23 discussion at https://mail.gnu.org/archive/html/qemu-devel/2024-06/msg02964.html.
[all …]
/openbmc/qemu/qobject/
H A Djson-lexer.c10 * See the COPYING.LIB file in the top-level directory.
15 #include "json-parser-int.h"
28 * begin-array = ws %x5B ws ; [ left square bracket
29 * begin-object = ws %x7B ws ; { left curly bracket
30 * end-array = ws %x5D ws ; ] right square bracket
31 * end-object = ws %x7D ws ; } right curly bracket
32 * name-separator = ws %x3A ws ; : colon
33 * value-separator = ws %x2C ws ; , comma
49 * [This lexer accepts [a-z]+, and leaves rejecting unknown literal
55 * decimal-point = %x2E ; .
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh2 # SPDX-License-Identifier: GPL-2.0
8 unmount=0
10 # Kselftest framework requirement - SKIP code is 4.
14 if [ $UID != 0 ]; then
19 # This test needs to be run in a network namespace with in_netns.sh. Check if
22 if [[ -z $(ip netns identify $$) ]]; then
23 err=0
30 if ! unshare --net $bpftool prog attach pinned \
39 if unshare --net $bpftool prog attach pinned \
51 rm -rf /sys/fs/bpf/flow
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.21,alderlake,core
3 GenuineIntel-6-BE,v1.21,alderlaken,core
4 GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core
5 GenuineIntel-6-(3D|47),v28,broadwell,core
6 GenuineIntel-6-56,v10,broadwellde,core
7 GenuineIntel-6-4F,v21,broadwellx,core
8 GenuineIntel-6-55-[56789ABCDEF],v1.19,cascadelakex,core
9 GenuineIntel-6-9[6C],v1.04,elkhartlake,core
10 GenuineIntel-6-5[CF],v13,goldmont,core
[all …]
/openbmc/linux/crypto/
H A Dsm3.c1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * SM3 secure hash, as specified by OSCCA GM/T 0004-2012 SM3 and described
4 * at https://datatracker.ietf.org/doc/html/draft-sca-cfrg-sm3-02
7 * Copyright (C) 2017 Gilad Ben-Yossef <gilad@benyossef.com>
16 0x79cc4519, 0xf3988a32, 0xe7311465, 0xce6228cb,
17 0x9cc45197, 0x3988a32f, 0x7311465e, 0xe6228cbc,
18 0xcc451979, 0x988a32f3, 0x311465e7, 0x6228cbce,
19 0xc451979c, 0x88a32f39, 0x11465e73, 0x228cbce6,
20 0x9d8a7a87, 0x3b14f50f, 0x7629ea1e, 0xec53d43c,
21 0xd8a7a879, 0xb14f50f3, 0x629ea1e7, 0xc53d43ce,
[all …]
/openbmc/qemu/scripts/
H A Dupdate-linux-headers.sh1 #!/bin/sh -e
3 # Update Linux kernel headers QEMU requires from a specified kernel tree.
11 # See the COPYING file in the top-level directory.
15 # - linux-headers/ for files that are required for compiling for a
21 # - include/standard-headers/ for files that are used for guest
26 # sanitize the headers to remove any use of Linux-specifics such as
29 tmpdir=$(mktemp -d)
35 if [ -z "$linux" ] || ! [ -d "$linux" ]; then
37 usage: update-kernel-headers.sh LINUX_PATH [OUTPUT_PATH]
45 if [ -z "$output" ]; then
[all …]
/openbmc/linux/tools/memory-model/scripts/
H A Dparseargs.sh2 # SPDX-License-Identifier: GPL-2.0+
8 # Include into other Linux kernel tools/memory-model scripts.
12 # Author: Paul E. McKenney <paulmck@linux.ibm.com>
19 echo if test -z '"$'$1'"' > $T/s
29 initparam LKMM_HERD_OPTIONS "-conf linux-kernel.cfg"
35 scriptname=$0
39 echo " --destdir path (place for .litmus.out, default by .litmus)"
40 echo " --herdopts -conf linux-kernel.cfg ..."
41 echo " --hw AArch64"
42 echo " --jobs N (number of jobs, default one per CPU)"
[all …]
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3368-dmc.txt5 during TPL using configuration data from the DTS (i.e. OF_PLATDATA), based on
7 (a) a target-frequency (i.e. operating point) for the memory operation
8 (b) a speed-bin (as defined in JESD-79) for the DDR3 used in hardware
9 (c) a memory-schedule (i.e. mapping from physical addresses to the address
13 -------------------
15 - compatible: "rockchip,rk3368-dmc"
16 - reg
18 - rockchip,ddr-speed-bin
19 the DDR3 device's speed-bin (as specified according to JESD-79)
20 DDR3_800D (5-5-5)
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch3 Date: Thu, 28 Dec 2017 21:39:51 -0800
7 systemd/0001-add-fallback-parse_printf_format-implementation.patch
12 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
13 Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47]
14 ---
19 src/parse-printf-format.c | 273 ++++++++++++++++++++++++++++++++++++++++++++++
20 src/parse-printf-format.h | 57 ++++++++++
21 src/stdio-util.h | 1 -
22 6 files changed, 338 insertions(+), 1 deletion(-)
23 create mode 100644 src/parse-printf-format.c
[all …]
/openbmc/qemu/pc-bios/
HDu-boot.e500 ... 0e N b l{ W eP | bI- | eL Xa M Q :t 0 A J ...

12345678910>>...44