| /kernel/linux/linux-5.10/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> 65 regs->msr = msr; in init_pt_regs() 69 asm volatile("mfmsr %0" : "=r"(regs->msr)); in init_pt_regs() 71 regs->msr |= MSR_FP; in init_pt_regs() 72 regs->msr |= MSR_VEC; in init_pt_regs() 73 regs->msr |= MSR_VSX; in init_pt_regs() 75 msr = regs->msr; in init_pt_regs() 81 pr_info("%-14s : %s\n", mnemonic, result); in show_result() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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" 58 # Add reg to mem using reg-mem add and store 66 shld $(32-(\p1)), \p2, \p2 93 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" 57 # Add reg to mem using reg-mem add and store 86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 87 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" 59 # Add reg to mem using reg-mem add and store 86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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. 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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | firestream.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* drivers/atm/firestream.h - FireStream 155 (MB86697) and 6 /* Written & (C) 2000 by R.E.Wolff@BitWizard.nl 7 * Copied snippets from zatm.c by Werner Almesberger, EPFL LRC/ICA 8 * and ambassador.c Copyright (C) 1995-1999 Madge Networks Ltd 50 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f) 98 #define QE_CMD_NULL (0x00 << 22) 99 #define QE_CMD_REG_RD (0x01 << 22) 100 #define QE_CMD_REG_RDM (0x02 << 22) 101 #define QE_CMD_REG_WR (0x03 << 22) [all …]
|
| /kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/ |
| D | pthread_mutex_test_020.cpp | 2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 63 g_testToCount002 = -1; in ThreadFuncTest2() 75 if (g_testToCount002 == -1) { in ThreadFuncTest1() 87 g_testToCount001 = -1; in ThreadFuncTest1() 105 if (g_testToCount002 == -1) { in ThreadFuncTest0() 119 g_testToCount000 = -1; in ThreadFuncTest0() 124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> [all …]
|
| D | pthread_mutex_test_022.cpp | 2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 63 g_testToCount002 = -1; in ThreadFuncTest2() 75 if (g_testToCount002 == -1) { in ThreadFuncTest1() 87 g_testToCount001 = -1; in ThreadFuncTest1() 105 if (g_testToCount002 == -1) { in ThreadFuncTest0() 119 g_testToCount000 = -1; in ThreadFuncTest0() 124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> [all …]
|
| D | pthread_mutex_test_021.cpp | 2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 63 g_testToCount002 = -1; in ThreadFuncTest2() 75 if (g_testToCount002 == -1) { in ThreadFuncTest1() 87 g_testToCount001 = -1; in ThreadFuncTest1() 105 if (g_testToCount002 == -1) { in ThreadFuncTest0() 119 g_testToCount000 = -1; in ThreadFuncTest0() 124 * 21(20) -> -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 125 * -1(-1) -> 28(22) -> 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> 126 * 27(22) -> 26(22) -> 25(22) -> 24(22) -> 23(22) -> [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/drivers/staging/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|