/linux-6.12.1/arch/powerpc/lib/ |
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 …]
|
/linux-6.12.1/include/linux/ |
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 …]
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
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 …]
|
D | router_multicast.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # +------------------+ 9 # +-------------|----+ 11 # +-------------|-------------------------------+ 20 # +--------------|--------------------------|---+ 23 # +--------------|---+ +--------------|---+ 28 # +------------------+ +------------------+ 154 SMCROUTEDIR="$(mktemp -d)" 161 $MCD -N -I $table_name -f $SMCROUTEDIR/$table_name.conf \ 162 -P $SMCROUTEDIR/$table_name.pid [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
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 …]
|
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 …]
|
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 …]
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
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 …]
|
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. 43 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 66 def from_evdev(cls, evdev, test_button) -> "PenState": 99 ) -> "PenState": 146 def valid_transitions(self) -> Tuple["PenState", ...]: 206 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]: 208 for skipping the in-range state, due to historical reasons. [all …]
|
/linux-6.12.1/lib/zstd/compress/ |
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 …]
|
/linux-6.12.1/arch/powerpc/crypto/ |
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 …]
|
/linux-6.12.1/drivers/comedi/drivers/ |
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 …]
|
/linux-6.12.1/drivers/clk/ti/ |
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 …]
|
/linux-6.12.1/Documentation/admin-guide/media/ |
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 …]
|
D | ivtv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 Hauppauge PVR-350. 29 -------- 32 S-Video/Composite and audio line-in. 41 Additional features for the PVR-350 (CX23415 based) 42 --------------------------------------------------- 55 -------- 60 --- 64 ---------------------------------------------------------- 67 ------- [all …]
|
/linux-6.12.1/scripts/kconfig/ |
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 …]
|
/linux-6.12.1/drivers/media/platform/chips-media/coda/ |
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 …]
|
/linux-6.12.1/Documentation/target/ |
D | tcm_mod_builder.rst | 7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py 13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD 17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic 18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created 19 into $TCM_NEW_MOD/$TCM_NEW_MOD_configfs.c 24 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c 25 using drivers/target/target_core_fabric_lib.c logic. 27 in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c 29 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m 32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n… [all …]
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mt8365-apmixedsys.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2022 MediaTek Inc. 4 * Copyright (c) 2023 Collabora Ltd. 7 #include <dt-bindings/clock/mediatek,mt8365-clk.h> 12 #include "clk-pll.h" 13 #include "clk-mtk.h" 84 22, 0x0310, 24, 0, 0, 0, 0x0310, 0, armpll_div_table, 0, 0), 86 HAVE_RST_BAR, 22, 0x022C, 24, 0, 0, 0, 0x022C, 0, CON0_MT8365_RST_BAR, 0), 88 HAVE_RST_BAR, 22, 0x020C, 24, 0, 0, 0, 0x020C, 0, CON0_MT8365_RST_BAR, 0), 89 PLL_B(CLK_APMIXED_MFGPLL, "mfgpll", 0x0218, 0x0224, 0x00000001, 0, 22, [all …]
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | flower.json | 15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"", 17 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", 22 "/bin/rm -rf $BATCH_DIR" 37 "$TC -b $BATCH_DIR/add_0", 40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"", 42 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", 47 "/bin/rm -rf $BATCH_DIR" 62 "$TC -b $BATCH_DIR/add_0", 65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 67 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", [all …]
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
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 */
|
/linux-6.12.1/sound/isa/galaxy/ |
D | azt1605.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2007,2010 Rene Herman 19 * 24-bit config register 67 #define GALAXY_CONFIG_CDDMA_DISABLE (0 << 22) 68 #define GALAXY_CONFIG_CDDMA_0 (1 << 22) 69 #define GALAXY_CONFIG_CDDMA_1 (2 << 22) 70 #define GALAXY_CONFIG_CDDMA_3 (3 << 22) 78 #include "galaxy.c"
|
/linux-6.12.1/Documentation/devicetree/bindings/net/wireless/ |
D | mediatek,mt76.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Felix Fietkau <nbd@nbd.name> 12 - Lorenzo Bianconi <lorenzo@kernel.org> 13 - Ryder Lee <ryder.lee@mediatek.com> 25 - mediatek,mt76 26 - mediatek,mt7628-wmac 27 - mediatek,mt7622-wmac [all …]
|
/linux-6.12.1/drivers/video/fbdev/i810/ |
D | i810.h | 1 /*-*- linux-c -*- 2 * linux/drivers/video/i810.h -- Intel 810 General Definitions/Declarations 4 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net> 20 #include <linux/i2c-algo-bit.h> 88 #define SETUP_MONO_PATTERN_SL_BLT (0x10 << 22) 89 #define PIXEL_BLT (0x20 << 22) 90 #define SCANLINE_BLT (0x21 << 22) 91 #define TEXT_BLT (0x22 << 22) 92 #define TEXT_IMM_BLT (0x30 << 22) 93 #define COLOR_BLT (0x40 << 22) [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # End-to-end eBPF tunnel test suite 8 # --------- 11 # ----------- | ----------- 13 # ----------- | ----------- 14 # metadata-mode | native-mode 17 # ---------- | ---------- 18 # | veth1 | --------- | veth0 | (underlay network) 19 # ---------- peer ---------- 23 # -------------------- [all …]
|