/Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
D | run_common.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 RUN_BENCH="sudo ./bench -w3 -d10 -a" 8 local len=${#1} 10 printf "\n%s\n" "$1" 11 for i in $(seq 1 $len); do printf '='; done 17 local len=${#1} 18 printf "\t%s\n" "$1" 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/" [all …]
|
/Linux-v6.1/Documentation/tools/rtla/ |
D | rtla-timerlat-top.rst | 2 rtla-timerlat-top 4 ------------------------------------------- 6 ------------------------------------------- 8 :Manual section: 1 22 seem with the option **-T**. 42 [root@alien ~]# rtla timerlat top -s 30 -T 30 -t 46 0 #58634 | 1 0 1 10 | 11 2 10 23 47 1 #58634 | 1 0 1 9 | 12 2 9 23 48 2 #58634 | 0 0 1 11 | 10 2 9 23 49 3 #58634 | 1 0 1 11 | 11 2 9 24 [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 31 { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33 { 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 35 { 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 37 { 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 38 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 39 { 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 40 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 41 { 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 42 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, [all …]
|
/Linux-v6.1/arch/powerpc/boot/ |
D | wii-head.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * arch/powerpc/boot/wii-head.S 6 * Copyright (C) 2008-2009 The GameCube Linux Team 14 * - if the data and instruction caches are enabled or not 15 * - if the MMU is enabled or not 16 * - if the high BATs are enabled or not 28 mfmsr 9 29 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 30 bcl 20, 31, 1f 31 1: [all …]
|
D | gamecube-head.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * arch/powerpc/boot/gamecube-head.S 6 * Copyright (C) 2004-2009 The GameCube Linux Team 14 * - if the data and instruction caches are enabled or not 15 * - if the MMU is enabled or not 27 mfmsr 9 28 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 29 bcl 20, 31, 1f 30 1: 33 addi 8, 8, _mmu_off - 1b [all …]
|
/Linux-v6.1/scripts/ |
D | markup_oops.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 22 'cross-compile|c=s' => \$cross_compile, 28 my $kerver = `uname -r`; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 50 $regs{"%eax"} = $1; 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 56 $regs{"%esi"} = $1; 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 61 $regs{"%eax"} = $1; 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { [all …]
|
D | checkstack.pl | 2 # SPDX-License-Identifier: GPL-2.0 9 # s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de> 22 # objdump -d vmlinux | scripts/checkstack.pl [arch] 32 # $1 (first bracket) matches the size of the stack growth 36 # $1 (first bracket) matches the dynamic amount of the stack growth 45 $arch = `uname -m`; 54 $x = "[0-9a-f]"; # hex character 55 $xs = "[0-9a-f ]"; # hex character or space 58 #ffffffc0006325cc: a9bb7bfd stp x29, x30, [sp, #-80]! 60 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; [all …]
|
/Linux-v6.1/include/dt-bindings/memory/ |
D | mt8186-memory-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 11 #include <dt-bindings/memory/mtk-memory-port.h> 22 * modules dma-address-region larbs-ports 23 * disp 0 ~ 4G larb0/1/2 27 * CCU0 0x24000_0000 ~ 0x243ff_ffff larb13: port 9/10 32 /* LARB 0 -- MMSYS */ 34 #define IOMMU_PORT_L0_REVERSED MTK_M4U_ID(0, 1) 38 /* LARB 1 -- MMSYS */ 39 #define IOMMU_PORT_L1_DISP_RDMA1 MTK_M4U_ID(1, 0) 40 #define IOMMU_PORT_L1_OVL_2L_RDMA0 MTK_M4U_ID(1, 1) [all …]
|
D | mt8192-larb-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 11 #include <dt-bindings/memory/mtk-memory-port.h> 18 * modules dma-address-region larbs-ports 19 * disp 0 ~ 4G larb0/1 21 * cam/mdp 8G ~ 12G larb2/9/11/13/14/16/17/18/19/20 22 * CCU0 0x4000_0000 ~ 0x43ff_ffff larb13: port 9/10 30 #define M4U_PORT_L0_OVL_RDMA0_HDR MTK_M4U_ID(0, 1) 37 #define M4U_PORT_L1_OVL_2L_RDMA0_HDR MTK_M4U_ID(1, 0) 38 #define M4U_PORT_L1_OVL_2L_RDMA2_HDR MTK_M4U_ID(1, 1) 39 #define M4U_PORT_L1_OVL_2L_RDMA0 MTK_M4U_ID(1, 2) [all …]
|
D | mt8195-memory-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 #include <dt-bindings/memory/mtk-memory-port.h> 20 * modules dma-address-region larbs-ports 21 * disp 0 ~ 4G larb0/1/2/3 25 * CCU0 0x24000_0000 ~ 0x243ff_ffff larb18: port 0/1 29 * iommu-vdo: larb0/2/5/7/9/10/11/13/17/19/21/24/25/28 30 * iommu-vpp: larb1/3/4/6/8/12/14/16/18/20/22/23/26/27 36 #define M4U_PORT_L0_DISP_WDMA0 MTK_M4U_ID(0, 1) 43 #define M4U_PORT_L1_DISP_RDMA0 MTK_M4U_ID(1, 0) 44 #define M4U_PORT_L1_DISP_WDMA0 MTK_M4U_ID(1, 1) [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | rsvp.json | 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto tcp session… 18 …"matchPattern": "^filter protocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*session 198.168.10.64 ip… 19 "matchCount": "1", 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session… 40 …"matchPattern": "^filter protocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*session 1.1.1.1 ipproto … 41 "matchCount": "1", 59 …dd dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session 1.1.1.1 sender 2.2.2.2/5021 … 62 …"matchPattern": "^filter protocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*flowid 1:1 session 1.1.1… 63 "matchCount": "1", 81 …ter add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session 1.1.1.1 tunnelid 2 clas… [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | rate.c | 28 const u8 rate_info[BRCM_MAXRATE + 1] = { 29 /* 0 1 2 3 4 5 6 7 8 9 */ 45 /* MCS 0: SS 1, MOD: BPSK, CR 1/2 */ 46 {6500, 13500, CEIL(6500 * 10, 9), CEIL(13500 * 10, 9), 0x00, 48 /* MCS 1: SS 1, MOD: QPSK, CR 1/2 */ 49 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x08, 51 /* MCS 2: SS 1, MOD: QPSK, CR 3/4 */ 52 {19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x0A, 54 /* MCS 3: SS 1, MOD: 16QAM, CR 1/2 */ 55 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x10, [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 13 1, 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 21 "matchCount": "1", 37 1, 44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 45 "matchCount": "1", 61 1, 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 69 "matchCount": "1", 85 1, [all …]
|
D | mpls.json | 13 1, 20 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pipe.*index 8 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pass.*index 8 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*drop.*index 8 ref", 69 "matchCount": "1", 85 1, [all …]
|
D | skbedit.json | 13 1, 17 "cmdUnderTest": "$TC actions add action skbedit mark 1", 20 "matchPattern": "action order [0-9]*: skbedit mark 1", 21 "matchCount": "1", 28 "name": "Add skbedit action with 32-bit maximum mark", 37 1, 41 "cmdUnderTest": "$TC actions add action skbedit mark 4294967295 pipe index 1", 43 "verifyCmd": "$TC actions get action skbedit index 1", 44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1", 45 "matchCount": "1", [all …]
|
D | vlan.json | 13 1, 20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref", 69 "matchCount": "1", 85 1, [all …]
|
D | sample.json | 13 1, 17 "cmdUnderTest": "$TC actions add action sample rate 10 group 1 index 2", 20 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref", 69 "matchCount": "1", [all …]
|
D | gact.json | 13 1, 20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 21 "matchCount": "1", 37 1, 44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 45 "matchCount": "1", 61 1, 68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", 69 "matchCount": "1", 85 1, [all …]
|
D | police.json | 13 1, 17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 21 "matchCount": "1", 37 1, 40 "$TC actions add action police rate 4Mbit burst 120k index 9" 42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9", 45 "matchPattern": "action order [0-9]*: police 0x9", 46 "matchCount": "1", 62 1, [all …]
|
/Linux-v6.1/arch/arm/crypto/ |
D | sha1-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions 13 .arch armv8-a 14 .fpu crypto-neon-fp-armv8 68 vld1.32 {k0-k1}, [ip, :128]! 69 vld1.32 {k2-k3}, [ip, :128] 76 0: vld1.32 {q8-q9}, [r1]! 77 vld1.32 {q10-q11}, [r1]! 78 subs r2, r2, #1 90 add_update c, 0, k0, 8, 9, 10, 11, dgb [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/renesas,rcar-dmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car and RZ/G DMA Controller 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 13 - $ref: "dma-controller.yaml#" 18 - items: 19 - enum: 20 - renesas,dmac-r8a7742 # RZ/G1H [all …]
|
/Linux-v6.1/drivers/staging/media/ipu3/ |
D | ipu3-tables.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include "ipu3-tables.h" 10 /* Scale factor 32 / (32 + 0) = 1 */ 22 /* Scale factor 32 / (32 + 1) = 0.969697 */ 25 { 0, 0, 122, 7, 7, -1, 0 }, 26 { 0, -3, 122, 7, 10, -1, 0 }, 27 { 0, -5, 121, 7, 14, -2, 0 }, 28 { 0, -7, 120, 7, 18, -3, 0 }, 29 { 0, -9, 118, 7, 23, -4, 0 }, 30 { 0, -11, 116, 7, 27, -4, 0 }, [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-yuv-luma.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _yuv-luma-only: 6 Luma-Only Formats 14 - In all the tables that follow, bit 7 is the most significant bit in a byte. 15 - Formats are described with the minimum number of pixels needed to create a 16 byte-aligned repeating pattern. `...` indicates repetition of the pattern. 17 - Y'\ :sub:`x`\ [9:2] denotes bits 9 to 2 of the Y' value for pixel at colum 19 - `0` denotes padding bits set to 0. 28 .. flat-table:: Luma-Only Image Formats 29 :header-rows: 1 [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
D | tmp464.rst | 1 .. SPDX-License-Identifier: GPL-2.0 27 Guenter Roeck <linux@roeck-us.net> 30 ----------- 36 I2C/SMBus and specified over a temperature range of -40 to +125 degrees 43 **temp[1-9]_input** 45 **temp[1-9]_max** 47 **temp[1-9]_max_hyst** 49 **temp[1-9]_max_alarm** 51 **temp[1-9]_crit** 53 **temp[1-9]_crit_alarm** [all …]
|
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | misc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 48 * x - Raw event code value 49 * y - Field to extract 100 return ((mmcr1 >> ((24 - (((pmc) - 1) * 8))) & 0xff)); in get_mmcr1_pmcxsel() 105 return ((mmcr1 >> ((60 - (4 * ((pmc) - 1))))) & 0xf); in get_mmcr1_unit() 110 return ((mmcr1 >> (38 - ((pmc - 1) * 2))) & 0x3); in get_mmcr1_comb() 125 return ((mmcr2 & (1ull << (63 - (((pmc) - 1) * 9)))) >> (63 - (((pmc) - 1) * 9))); in get_mmcr2_fcs() 130 return ((mmcr2 & (1ull << (62 - (((pmc) - 1) * 9)))) >> (62 - (((pmc) - 1) * 9))); in get_mmcr2_fcp() 135 return ((mmcr2 & (1ull << (61 - (((pmc) - 1) * 9)))) >> (61 - (((pmc) - 1) * 9))); in get_mmcr2_fcpc() 140 return ((mmcr2 & (1ull << (60 - (((pmc) - 1) * 9)))) >> (60 - (((pmc) - 1) * 9))); in get_mmcr2_fcm1() [all …]
|