/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 #include <asm/ppc-opcode.h> 14 #include <asm/code-patching.h> 64 regs->msr = msr; in init_pt_regs() 68 asm volatile("mfmsr %0" : "=r"(regs->msr)); in init_pt_regs() 70 regs->msr |= MSR_FP; in init_pt_regs() 71 regs->msr |= MSR_VEC; in init_pt_regs() 72 regs->msr |= MSR_VSX; in init_pt_regs() 74 msr = regs->msr; in init_pt_regs() 80 pr_info("%-14s : %s\n", mnemonic, result); in show_result() [all …]
|
/openbmc/linux/include/linux/ |
H A D | inet.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $ 13 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $ 14 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $ 15 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $ 17 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $ 19 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $ 21 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $ 23 * $Id: loopback.c,v 0.8.4.8 1993/01/23 18:00:11 bir7 Exp $ 24 * $Id: packet.c,v 0.8.4.7 1993/01/26 22:04:00 bir7 Exp $ [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_shblocks.sh | 2 # SPDX-License-Identifier: GPL-2.0 34 tc qdisc add dev $swp1 ingress_block 22 egress_block 23 clsact 37 tc qdisc add dev $swp2 ingress_block 22 egress_block 23 clsact 53 tc filter add block 22 protocol ip pref 1 handle 101 flower \ 56 $MZ $h1 -c 1 -p 64 -a $h1mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \ 57 -t ip -q 59 tc_check_packets "block 22" 101 1 62 $MZ $h2 -c 1 -p 64 -a $h2mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \ 63 -t ip -q 65 tc_check_packets "block 22" 101 2 [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 2 # Implement fast SHA-256 with AVX1 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 40 # This code is described in an Intel White-Paper: 41 # "Fast SHA-256 Implementations on Intel Architecture Processors" 59 # Add reg to mem using reg-mem add and store 67 shld $(32-(\p1)), \p2, \p2 94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA [all …]
|
H A D | sha256-ssse3-asm.S | 2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 41 # This code is described in an Intel White-Paper: 42 # "Fast SHA-256 Implementations on Intel Architecture Processors" 58 # Add reg to mem using reg-mem add and store 87 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 88 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 [all …]
|
H A D | sha256-avx2-asm.S | 2 # Implement fast SHA-256 with AVX2 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 41 # This code is described in an Intel White-Paper: 42 # "Fast SHA-256 Implementations on Intel Architecture Processors" 60 # Add reg to mem using reg-mem add and store 87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 88 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 177 | 6 # Copyright (C) 2016-2018 Red Hat, Inc. 54 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io 55 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 56 $QEMU_IO -c "write -P 22 0 $size" "$TEST_IMG" | _filter_qemu_io 58 # Limited to 64k max-transfer 60 echo "== constrained alignment and max-transfer ==" 61 limits=align=4k,max-transfer=64k 62 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \ 63 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io 66 echo "== write zero with constrained max-transfer ==" [all …]
|
H A D | 204 | 6 # Copyright (C) 2016-2018 Red Hat, Inc. 55 $QEMU_IO -c "write -P 11 0 $size" "$TEST_IMG.base" | _filter_qemu_io 56 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 57 $QEMU_IO -c "write -P 22 0 110M" "$TEST_IMG" | _filter_qemu_io 59 # Limited to 64k max-transfer 61 echo "== constrained alignment and max-transfer ==" 62 limits=align=4k,max-transfer=64k 63 $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \ 64 -c "write -P 33 1000 128k" -c "read -P 33 1000 128k" | _filter_qemu_io 67 echo "== write zero with constrained max-transfer ==" [all …]
|
H A D | 024 | 6 # Copyright (C) 2009 Red Hat, Inc. 57 # Backing (old) 11 -- 11 -- 11 -- 11 -- 58 # Backing (new) 22 22 -- -- 22 22 -- -- 59 # COW image 33 33 33 33 -- -- -- -- 61 # The pattern is written twice to have both an alloc -> non-alloc and a 62 # non-alloc -> alloc transition in the COW image. 87 _make_test_img -b "$TEST_IMG.base_old" -F $IMGFMT 1G 113 $QEMU_IMG rebase -b "$TEST_IMG.base_new" -F $IMGFMT "$TEST_IMG" 154 # Backing (old): 11 11 -- 11 155 # Backing (new): -- 22 22 11 [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2017 Red Hat, Inc. 20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch") 310 Unit Exponent (-1) 335 Unit Exponent (-4) 378 Unit Exponent (-1) 397 Unit Exponent (-4) 442 Unit Exponent (-1) [all …]
|
H A D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2021 Red Hat, Inc. 23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 37 def from_evdev(cls, evdev) -> "PenState": 58 def apply(self, events) -> "PenState": 91 def valid_transitions(self) -> Tuple["PenState", ...]: 93 for skipping the in-range state, due to historical reasons. 236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]: [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | clevels.h | 2 * Copyright (c) Yann Collet, Facebook, Inc. 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 17 /*-===== Pre-defined compression levels =====-*/ 19 #define ZSTD_MAX_CLEVEL 22 24 { /* "default" - for any srcSize > 256 KB */ 25 /* W, C, H, S, L, TL, strat */ 35 { 22, 20, 21, 4, 5, 16, ZSTD_lazy2 }, /* level 9 */ 36 { 22, 21, 22, 5, 5, 16, ZSTD_lazy2 }, /* level 10 */ 37 { 22, 21, 22, 6, 5, 16, ZSTD_lazy2 }, /* level 11 */ [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | include.patch | 3 Signed-off-by: Adrian Bunk <bunk@stusta.de> 4 Upstream-Status: Inappropriate [upstream is dead] 6 --- lrzsz-0.12.21.orig/lib/long-options.c 7 +++ lrzsz-0.12.21/lib/long-options.c 8 @@ -22,6 +22,7 @@ 14 #include "long-options.h" 16 --- lrzsz-0.12.21.orig/src/lsyslog.c 17 +++ lrzsz-0.12.21/src/lsyslog.c 18 @@ -22,6 +22,7 @@
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | dac02.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dac02.c 5 * Copyright (C) 2014 H Hartley Sweeten <hsweeten@visionengravers.com> 8 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net> 9 * Copyright (C) 2001 David A. Schleef <ds@schleef.org> 11 * COMEDI - Linux Control and Measurement Device Interface 12 * Copyright (C) 1998 David A. Schleef <ds@schleef.org> 18 * Devices: [Keithley Metrabyte] DAC-02 (dac02) 20 * Updated: Tue, 11 Mar 2014 11:27:19 -0700 24 * [0] - I/O port base [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | serial-tests-config.patch | 6 Add serial-tests support, ptest need it 8 Upstream-Status: Inappropriate [oe specific] 10 Signed-off-by: Changqing Li <changqing.li@windriver.com> 11 --- 12 configure.ac | 2 +- 13 gettext-runtime/configure.ac | 2 +- 14 gettext-tools/configure.ac | 2 +- 15 3 files changed, 3 insertions(+), 3 deletions(-) 17 diff --git a/configure.ac b/configure.ac 19 --- a/configure.ac [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 15 # 2. c += d; b ^= c; b <<<= 12; 17 # 4. c += d; b ^= c; b <<<= 7 24 # 4 blocks (a b c d) 43 #include <asm/asm-offsets.h> 44 #include <asm/asm-compat.h> 81 stdu 1,-752(1) 91 SAVE_GPR 22, 176, 1 105 SAVE_VRS 22, 32, 9 [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cx23885-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 .. flat-table:: 9 :header-rows: 1 11 :stub-columns: 0 13 * - Card number 14 - Card name 15 - PCI subsystem IDs 17 * - 0 18 - UNKNOWN/GENERIC 19 - 0070:3400 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/ |
H A D | fix-var-lock.patch | 3 Upstream-Status: Inappropriate [configuration] 7 --- p910nd.orig/p910nd.8 2011-11-14 22:41:41.904615879 +0100 8 +++ p910nd/p910nd.8 2011-11-14 22:49:52.299047607 +0100 9 @@ -83,7 +83,7 @@ 13 -/var/run/p9100d.pid, /var/lock/subsys/p9100d, /etc/hosts.allow, /etc/hosts.deny 18 Index: p910nd/p910nd.c 20 --- p910nd.orig/p910nd.c 2011-11-14 22:47:41.986401420 +0100 21 +++ p910nd/p910nd.c 2011-11-14 22:49:27.274923524 +0100 22 @@ -122,7 +122,7 @@ 26 -#define LOCKFILE "/var/lock/subsys/p910%cd" [all …]
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clk-7xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments, Inc. 7 * Tero Kristo (t-kristo@ti.com) 15 #include <dt-bindings/clock/dra7.h> 44 …{ DRA7_IPU1_MMU_IPU1_CLKCTRL, dra7_mmu_ipu1_bit_data, CLKF_HW_SUP | CLKF_NO_IDLEST, "ipu1-clkctrl:… 75 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL }, 129 { DRA7_IPU_MCASP1_CLKCTRL, dra7_mcasp1_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0000:22" }, 130 { DRA7_IPU_TIMER5_CLKCTRL, dra7_timer5_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0008:24" }, 131 { DRA7_IPU_TIMER6_CLKCTRL, dra7_timer6_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0010:24" }, 132 { DRA7_IPU_TIMER7_CLKCTRL, dra7_timer7_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0018:24" }, [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch | 3 Date: Thu, 10 Nov 2022 12:31:22 -0800 4 Subject: [PATCH] restripe.c: Use _FILE_OFFSET_BITS to enable largefile support 7 the feature macro _FILE_OFFSET_BITS = 64 and let the C library deal with 10 Upstream-Status: Submitted [https://lore.kernel.org/linux-raid/20221110225546.337164-1-raj.khem@gma… 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 --- 13 raid6check.c | 11 +++++++---- 14 restripe.c | 13 ++++++++----- 15 swap_super.c | 13 +++++++------ 16 3 files changed, 22 insertions(+), 15 deletions(-) [all …]
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-mpeg2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Coda multi-standard codec IP - MPEG-2 helper functions 5 * Copyright (C) 2019 Pengutronix, Philipp Zabel 26 return -EINVAL; in coda_mpeg2_profile() 42 return -EINVAL; in coda_mpeg2_level() 47 * Check if the buffer starts with the MPEG-2 sequence header (with or without 54 * 19 1b 1b 1b 1b 1b 1c 1c 1c 1c 1e 1e 1e 1f 1f 21 72 if (size < 22 || in coda_mpeg2_parse_headers() 76 if ((size == 22 || in coda_mpeg2_parse_headers() 77 (size >= 25 && memcmp(buf + 22, u.start_code_prefix, 3) == 0)) && in coda_mpeg2_parse_headers() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | images.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 9 "22 22 5 1", 10 ". c None", 11 "# c #000000", 12 "c c #838100", 13 "a c #ffff00", 14 "b c #ffffff", 39 "22 22 5 1", 40 ". c None", [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli/ |
H A D | 0002-plugins-netapp-add-include-of-libgen.h-for-basename-.patch | 2 From: =?UTF-8?q?Daniel=20N=C3=A9ri?= <dne+commits@rb67.eu> 3 Date: Mon, 11 Nov 2024 22:34:57 +0100 6 MIME-Version: 1.0 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 12 Signed-off-by: Daniel Néri <dne+commits@rb67.eu> 14 Upstream-Status: Backport [https://github.com/linux-nvme/nvme-cli/commit/ac4818952c872ba465a2d0f486… 15 Signed-off-by: Ryosuke Saito <ryosuke.saito@linaro.org> 16 --- 17 plugins/netapp/netapp-nvme.c | 1 + [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 9 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html] 11 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 12 --- 13 tests/run-disasm-x86-64.sh | 2 ++ 14 tests/run-disasm-x86.sh | 2 ++ 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ 19 diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh 21 --- a/tests/run-disasm-x86-64.sh 22 +++ b/tests/run-disasm-x86-64.sh [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | lnbh25.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * lnbh25.c 7 * Copyright (C) 2014 NetUP Inc. 8 * Copyright (C) 2014 Sergey Kozlov <serjk@netup.ru> 9 * Copyright (C) 2014 Abylay Ospan <aospan@netup.ru> 18 /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */ 20 /* Low power mode activated (used only with 22 kHz tone output disabled) */ 22 /* DSQIN input pin is set to receive external 22 kHz TTL signal source */
|