/kernel/linux/linux-5.10/arch/ia64/lib/ |
D | xor.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Optimized RAID-5 checksumming functions for IA-64. 23 mov ar.ec = 6 + 2 26 adds in0 = -1, in0 31 mov pr.rot = 1 << 16 33 .rotr s1[6+1], s2[6+1], d[2] 34 .rotp p[6+2] 38 (p[6]) xor d[0] = s1[6], s2[6] 39 (p[6+1])st8.nta [r8] = d[1], 8 44 mov pr = r29, -1 [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | bpf.json | 13 1, 17 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0'… 20 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' … 21 "matchCount": "1", 37 1, 41 …"cmdUnderTest": "$TC action add action bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0'… 44 …"matchPattern": "action order [0-9]*: bpf bytecode '4,40 0 0 12,31 0 1 2048,6 0 0 262144,6 0 0 0' … 52 "name": "Add eBPF action with valid object-file", 64 1, 68 …"cmdUnderTest": "$TC action add action bpf object-file $EBPFDIR/action.o section action-ok index 6… [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.sh | 2 # Connects 6 network namespaces through veths. 4 # NS1 ---- NS2 ---- NS3 ---- NS4 ---- NS5 ---- NS6 5 # fb00::1 fd00::1 fd00::2 fd00::3 fb00::6 6 # fc42::1 fd00::4 10 # fd00::1 -> fd00::2 -> fd00::3 -> fd00::4 13 # - fd00::1 : add a TLV, change the flags and apply a End.X action to fc42::1 14 # - fd00::2 : remove the TLV, change the flags, add a tag 15 # - fd00::3 : apply an End.T action to fd00::4, through routing table 117 21 # An UDP datagram is sent from fb00::1 to fb00::6. The test succeeds if this 22 # datagram can be read on NS6 when binding to fb00::6. [all …]
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 6 Extra information for hardware version 1 found and 15 1. Introduction 18 4. Hardware version 1 24 5.2 Native absolute mode 6 byte packet format 25 5.2.1 Parity checking and packet re-synchronization 28 6. Hardware version 3 30 6.2 Native absolute mode 6 byte packet format 31 6.2.1 One/Three finger touch 35 7.2 Native absolute mode 6 byte packet format [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/ |
D | pipeline.json | 4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve… 10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event" 35 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 45 …-on-Store blocking code preventing store forwarding. This includes cases when: a. preceding store … 47 "Counter": "0,1,2,3", 49 "PEBScounters": "0,1,2,3", 58 "Counter": "0,1,2,3", 60 "PEBScounters": "0,1,2,3", 69 "Counter": "0,1,2,3", 71 "PEBScounters": "0,1,2,3", [all …]
|
D | memory.json | 6 "Counter": "0,1,2,3", 8 "PEBScounters": "0,1,2,3", 17 "Counter": "0,1,2,3", 19 "PEBScounters": "0,1,2,3", 26 …"PublicDescription": "Counts the number of times a TSX Abort was triggered due to a non-release/co… 28 "Counter": "0,1,2,3", 30 "PEBScounters": "0,1,2,3", 39 "Counter": "0,1,2,3", 41 "PEBScounters": "0,1,2,3", 44 …er of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero." [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | pipeline.json | 12 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 22 "Counter": "Fixed counter 1", 27 "CounterHTOff": "Fixed counter 1" 30 "Counter": "Fixed counter 1", 32 "AnyThread": "1", 36 "CounterHTOff": "Fixed counter 1" 40 "Counter": "0,1,2,3", 45 "CounterHTOff": "0,1,2,3,4,5,6,7" 48 … See the table of not supported store forwards in the Intel\u00ae 64 and IA-32 Architectures Opti… 50 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/ |
D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 4 "Counter": "Fixed counter 1", 9 "CounterHTOff": "Fixed counter 1" 31 "Counter": "0,1,2,3", 35 "BriefDescription": "Not taken macro-conditional branches.", 36 "CounterHTOff": "0,1,2,3,4,5,6,7" 40 "Counter": "0,1,2,3", 44 "BriefDescription": "Taken speculative and retired macro-conditional branches.", 45 "CounterHTOff": "0,1,2,3,4,5,6,7" 49 "Counter": "0,1,2,3", [all …]
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * linux/arch/arm/mach-omap1/mux.c 7 * Copyright (C) 2003 - 2008 Nokia Corporation 26 MUX_CFG_7XX("E2_7XX_KBR0", 12, 21, 0, 20, 1, 0) 27 MUX_CFG_7XX("J7_7XX_KBR1", 12, 25, 0, 24, 1, 0) 28 MUX_CFG_7XX("E1_7XX_KBR2", 12, 29, 0, 28, 1, 0) 29 MUX_CFG_7XX("F3_7XX_KBR3", 13, 1, 0, 0, 1, 0) 30 MUX_CFG_7XX("D2_7XX_KBR4", 13, 5, 0, 4, 1, 0) 31 MUX_CFG_7XX("C2_7XX_KBC0", 13, 9, 0, 8, 1, 0) 32 MUX_CFG_7XX("D3_7XX_KBC1", 13, 13, 0, 12, 1, 0) [all …]
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm2200.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * wm2200.h - WM2200 audio codec interface 12 #define WM2200_CLK_SYSCLK 1 15 #define WM2200_CLKSRC_MCLK2 1 20 #define WM2200_FLL_SRC_MCLK2 1 529 * R0 (0x00) - software reset 531 #define WM2200_SW_RESET_CHIP_ID1_MASK 0xFFFF /* SW_RESET_CHIP_ID1 - [15:0] */ 532 #define WM2200_SW_RESET_CHIP_ID1_SHIFT 0 /* SW_RESET_CHIP_ID1 - [15:0] */ 533 #define WM2200_SW_RESET_CHIP_ID1_WIDTH 16 /* SW_RESET_CHIP_ID1 - [15:0] */ 536 * R1 (0x01) - Device Revision [all …]
|
D | es8328.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * es8328.h -- ES8328 ALSA SoC Audio driver 23 #define ES8328_CONTROL1_VMIDSEL_50k (1 << 0) 27 #define ES8328_CONTROL1_ENREF (1 << 2) 28 #define ES8328_CONTROL1_SEQEN (1 << 3) 29 #define ES8328_CONTROL1_SAMEFS (1 << 4) 31 #define ES8328_CONTROL1_DACMCLK_DAC (1 << 5) 32 #define ES8328_CONTROL1_LRCM (1 << 6) 33 #define ES8328_CONTROL1_SCP_RESET (1 << 7) 36 #define ES8328_CONTROL2_VREF_BUF_OFF (1 << 0) [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | pipeline.json | 11 "Counter": "Fixed counter 1", 16 "CounterHTOff": "Fixed counter 1" 20 "Counter": "Fixed counter 1", 22 "AnyThread": "1", 26 "CounterHTOff": "Fixed counter 1" 39 "Counter": "0,1,2,3", 43 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 44 "CounterHTOff": "0,1,2,3,4,5,6,7" 49 "Counter": "0,1,2,3", 54 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/ |
D | pipeline.json | 11 "Counter": "Fixed counter 1", 16 "CounterHTOff": "Fixed counter 1" 20 "Counter": "Fixed counter 1", 22 "AnyThread": "1", 26 "CounterHTOff": "Fixed counter 1" 39 "Counter": "0,1,2,3", 43 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 44 "CounterHTOff": "0,1,2,3,4,5,6,7" 49 "Counter": "0,1,2,3", 54 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | fcnal-test.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # 1. icmp, tcp, udp and netfilter 9 # 2. client, server, no-server 13 # 6. VRF and non-VRF permutations 16 # ns-A | ns-B 18 # [ lo ] [ eth1 ]---|---[ eth1 ] [ lo ] 21 # [ red ]---[ eth1 ]---|---[ eth1 ] [ lo ] 23 # ns-A: 24 # eth1: 172.16.1.1/24, 2001:db8:1::1/64 25 # lo: 127.0.0.1/8, ::1/128 [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | pipeline.json | 7 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 14 "Counter": "Fixed counter 1", 18 "CounterHTOff": "Fixed counter 1" 23 "Counter": "Fixed counter 1", 25 "AnyThread": "1", 27 "CounterHTOff": "Fixed counter 1" 34 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 41 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 42 "Counter": "0,1,2,3", 44 …-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store… [all …]
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8183.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt8183.h" 10 #include "pinctrl-paris.h" 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 15 * iocfg[6]:0x11D20000, iocfg[7]:0x11C50000, iocfg[8]:0x11F30000. 25 _x_bits, 32, 1) 32 PIN_FIELD(0, 192, 0x0, 0x10, 0, 1), 36 PIN_FIELD(0, 192, 0x200, 0x10, 0, 1), 40 PIN_FIELD(0, 192, 0x100, 0x10, 0, 1), 44 PINS_FIELD_BASE(0, 3, 6, 0x000, 0x10, 3, 1), [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
D | pipeline.json | 8 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 15 "Counter": "Fixed counter 1", 19 "CounterHTOff": "Fixed counter 1" 24 "Counter": "Fixed counter 1", 26 "AnyThread": "1", 28 "CounterHTOff": "Fixed counter 1" 43 "Counter": "0,1,2,3", 47 "CounterHTOff": "0,1,2,3,4,5,6,7" 53 "Counter": "0,1,2,3", 57 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/ |
D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 14 "Counter": "Fixed counter 1", 19 "CounterHTOff": "Fixed counter 1" 22 "Counter": "Fixed counter 1", 24 "AnyThread": "1", 28 "CounterHTOff": "Fixed counter 1" 42 "Counter": "0,1,2,3", 47 "CounterHTOff": "0,1,2,3,4,5,6,7" 52 "Counter": "0,1,2,3", 57 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_addr.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 27 * The default broadcast address of an interface is QST-0; the default address 28 * is LINUX-1. The null address is defined as a callsign of all spaces with 33 {{'Q' << 1, 'S' << 1, 'T' << 1, ' ' << 1, ' ' << 1, ' ' << 1, 0 << 1}}; 35 {{'L' << 1, 'I' << 1, 'N' << 1, 'U' << 1, 'X' << 1, ' ' << 1, 1 << 1}}; 37 {{' ' << 1, ' ' << 1, ' ' << 1, ' ' << 1, ' ' << 1, ' ' << 1, 0 << 1}}; 44 * ax25 -> ascii conversion 51 for (n = 0, s = buf; n < 6; n++) { in ax2asc() 52 c = (a->ax25_call[n] >> 1) & 0x7F; in ax2asc() 57 *s++ = '-'; in ax2asc() [all …]
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | xor.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/asm-generic/xor.h 5 * Generic optimized RAID-5 checksumming functions. 17 p1[1] ^= p2[1]; in xor_8regs_2() 22 p1[6] ^= p2[6]; in xor_8regs_2() 26 } while (--lines > 0); in xor_8regs_2() 37 p1[1] ^= p2[1] ^ p3[1]; in xor_8regs_3() 42 p1[6] ^= p2[6] ^ p3[6]; in xor_8regs_3() 47 } while (--lines > 0); in xor_8regs_3() 58 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_4() [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/ |
D | pipeline.json | 3 …tion. For instructions that consist of multiple micro-ops, Counts the retirement of the last micro… 13 "Counter": "Fixed counter 1", 18 "CounterHTOff": "Fixed counter 1" 21 "Counter": "Fixed counter 1", 23 "AnyThread": "1", 27 "CounterHTOff": "Fixed counter 1" 30 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 39 …-on-Store blocking code preventing store forwarding. This includes cases when:a. preceding store c… 41 "Counter": "0,1,2,3", 46 "CounterHTOff": "0,1,2,3,4,5,6,7" [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
D | pipeline.json | 3 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 9 …n": "Counts the number of instructions (EOMs) retired. Counting covers macro-fused instructions in… 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 16 "CounterMask": "1", 19 "Invert": "1", 26 "Counter": "0,1,2,3", 27 "CounterHTOff": "0,1,2,3,4,5,6,7", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | pipeline.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 9 "PEBS": "1", 16 "Counter": "0,1,2,3", 17 "CounterHTOff": "0,1,2,3,4,5,6,7", 26 "Counter": "0,1,2,3", 27 "CounterHTOff": "0,1,2,3,4,5,6,7", 35 "Counter": "0,1,2,3", 36 "CounterHTOff": "0,1,2,3,4,5,6,7", 40 "Invert": "1", [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
D | pipeline.json | 3 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 13 "Counter": "Fixed counter 1", 18 "CounterHTOff": "Fixed counter 1" 21 "Counter": "Fixed counter 1", 23 "AnyThread": "1", 27 "CounterHTOff": "Fixed counter 1" 30 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 39 …-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store… 41 "Counter": "0,1,2,3", 45 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… [all …]
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | pipeline.json | 7 … For instructions that consist of multiple micro-ops, this event counts the retirement of the last… 14 "Counter": "Fixed counter 1", 18 "CounterHTOff": "Fixed counter 1" 23 "Counter": "Fixed counter 1", 25 "AnyThread": "1", 27 "CounterHTOff": "Fixed counter 1" 34 …1)' and generate another PMI (if enabled) after which the reset value gets clocked into the counte… 41 …"BriefDescription": "Cases when loads get true Block-on-Store blocking code preventing store forwa… 42 "Counter": "0,1,2,3", 44 …-on-Store blocking code preventing store forwarding. This includes cases when:\n - preceding store… [all …]
|