/linux-5.10/lib/zlib_inflate/ |
D | inffixed.h | 1 /* inffixed.h -- table for decoding fixed codes 11 {96,7,0},{0,8,80},{0,8,16},{20,8,115},{18,7,31},{0,8,112},{0,8,48}, 12 {0,9,192},{16,7,10},{0,8,96},{0,8,32},{0,9,160},{0,8,0},{0,8,128}, 13 {0,8,64},{0,9,224},{16,7,6},{0,8,88},{0,8,24},{0,9,144},{19,7,59}, 14 {0,8,120},{0,8,56},{0,9,208},{17,7,17},{0,8,104},{0,8,40},{0,9,176}, 15 {0,8,8},{0,8,136},{0,8,72},{0,9,240},{16,7,4},{0,8,84},{0,8,20}, 16 {21,8,227},{19,7,43},{0,8,116},{0,8,52},{0,9,200},{17,7,13},{0,8,100}, 17 {0,8,36},{0,9,168},{0,8,4},{0,8,132},{0,8,68},{0,9,232},{16,7,8}, 18 {0,8,92},{0,8,28},{0,9,152},{20,7,83},{0,8,124},{0,8,60},{0,9,216}, 19 {18,7,23},{0,8,108},{0,8,44},{0,9,184},{0,8,12},{0,8,140},{0,8,76}, [all …]
|
/linux-5.10/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 */ 34 addi 8, 8, _mmu_off - 1b 36 mtsrr1 9 [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 */ 33 addi 8, 8, _mmu_off - 1b 35 mtsrr1 9 42 li 8, 0 [all …]
|
/linux-5.10/scripts/ |
D | markup_oops.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 22 'cross-compile|c=s' => \$cross_compile, 26 my $vmlinux_name = $ARGV[0]; 28 my $kerver = `uname -r`; 37 my $target = "0"; 40 my $func_offset = 0; 41 my $vmaoffset = 0; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([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> 21 # objdump -d vmlinux | scripts/checkstack.pl [arch] 44 $arch = `uname -m`; 53 $x = "[0-9a-f]"; # hex character 54 $xs = "[0-9a-f ]"; # hex character or space 57 #ffffffc0006325cc: a9bb7bfd stp x29, x30, [sp, #-80]! 58 #a110: d11643ff sub sp, sp, #0x590 59 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 60 $dre = qr/^.*sub.*sp, sp, #(0x$x{1,8})/o; [all …]
|
/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | rate.c | 29 /* 0 1 2 3 4 5 6 7 8 9 */ 30 /* 0 */ 0x00, 0x00, 0x0a, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 31 /* 10 */ 0x00, 0x37, 0x8b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8f, 0x00, 32 /* 20 */ 0x00, 0x00, 0x6e, 0x00, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00, 33 /* 30 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8e, 0x00, 0x00, 0x00, 34 /* 40 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x00, 35 /* 50 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 36 /* 60 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 37 /* 70 */ 0x00, 0x00, 0x8d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 38 /* 80 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/linux-5.10/Documentation/filesystems/ |
D | 9p.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 v9fs: Plan 9 Resource Sharing for Linux 10 v9fs is a Unix implementation of the Plan 9 9p remote filesystem protocol. 19 the 9p client is available in the form of a USENIX paper: 26 http://xcpu.org/papers/xcpu-talk.pdf 30 http://xcpu.org/papers/cellfs-talk.pdf 31 * PROSE I/O: Using 9p to enable Application Partitions 33 * VirtFS: A Virtualization Aware File System pass-through 41 mount -t 9p 10.10.1.2 /mnt/9 43 For Plan 9 From User Space applications (http://swtch.com/plan9):: [all …]
|
/linux-5.10/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 56 .word 0x5a827999, 0x5a827999, 0x5a827999, 0x5a827999 57 .word 0x6ed9eba1, 0x6ed9eba1, 0x6ed9eba1, 0x6ed9eba1 58 .word 0x8f1bbcdc, 0x8f1bbcdc, 0x8f1bbcdc, 0x8f1bbcdc 59 .word 0xca62c1d6, 0xca62c1d6, 0xca62c1d6, 0xca62c1d6 68 vld1.32 {k0-k1}, [ip, :128]! 69 vld1.32 {k2-k3}, [ip, :128] [all …]
|
/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 12 0, 18 "expExitCode": "0", 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 36 0, 42 "expExitCode": "0", 44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 60 0, 66 "expExitCode": "0", 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 84 0, [all …]
|
D | mpls.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pipe.*index 8 ref", 36 0, 42 "expExitCode": "0", 44 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pass.*index 8 ref", 60 0, 66 "expExitCode": "0", 68 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*drop.*index 8 ref", 84 0, [all …]
|
D | skbedit.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]*: skbedit mark 1", 28 "name": "Add skbedit action with 32-bit maximum mark", 36 0, 42 "expExitCode": "0", 44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1", 52 "name": "Add skbedit action with mark exceeding 32-bit maximum", 60 0, 68 "matchPattern": "action order [0-9]*: skbedit mark", [all …]
|
D | gact.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 36 0, 42 "expExitCode": "0", 44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 60 0, 66 "expExitCode": "0", 68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", 84 0, [all …]
|
D | police.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 36 0, 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", 61 0, 67 "expExitCode": "0", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", [all …]
|
D | sample.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref", 36 0, 42 "expExitCode": "0", 44 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref", 60 0, 66 "expExitCode": "0", 68 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref", 84 0, [all …]
|
D | vlan.json | 12 0, 18 "expExitCode": "0", 20 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref", 36 0, 42 "expExitCode": "0", 44 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref", 60 0, 66 "expExitCode": "0", 68 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref", 84 0, [all …]
|
/linux-5.10/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 - enum: 19 - renesas,dmac-r8a7742 # RZ/G1H 20 - renesas,dmac-r8a7743 # RZ/G1M [all …]
|
/linux-5.10/drivers/clk/bcm/ |
D | clk-sr.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <linux/clk-provider.h> 11 #include <dt-bindings/clock/bcm-sr.h> 12 #include "clk-iproc.h" 37 .aon = AON_VAL(0x0, 5, 1, 0), 38 .reset = RESET_VAL(0x0, 12, 11), 39 .dig_filter = DF_VAL(0x0, 4, 3, 0, 4, 7, 3), 40 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 41 .ndiv_int = REG_VAL(0x10, 20, 10), 42 .ndiv_frac = REG_VAL(0x10, 0, 20), [all …]
|
/linux-5.10/include/net/9p/ |
D | 9p.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * include/net/9p/9p.h 5 * 9P protocol definitions. 16 * enum p9_debug_flags - bits for mount time debug parameter 18 * @P9_DEBUG_9P: 9P protocol tracing 27 * @P9_DEBUG_FSC: FS-cache tracing 35 P9_DEBUG_ERROR = (1<<0), 43 P9_DEBUG_FID = (1<<9), 62 * enum p9_msg_t - 9P message types 64 * @P9_RLERROR: response for any failed request for 9P2000.L [all …]
|
/linux-5.10/drivers/staging/media/ipu3/ |
D | ipu3-tables.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include "ipu3-tables.h" 6 #define X 0 /* Don't care value */ 10 /* Scale factor 32 / (32 + 0) = 1 */ 12 .even = { { 0, 0, 64, 6, 0, 0, 0 } }, 13 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } }, 15 .even = { { 0, 0, 64, 6, 0, 0, 0 } }, 16 .odd = { { 0, 0, 64, 6, 0, 0, 0 } } }, 17 .ptrn_arr = { { 0x3 } }, 19 .hor_ds_en = 0, [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 1 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_alpha 5 This file is only available on fb[0-9] devices corresponding 9 from 0 (transparent) to 255 (opaque). The value is ignored if 12 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_mode 16 This file is only available on fb[0-9] devices corresponding 22 - 0 - Alpha Blending 23 - 1 - ROP3 25 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_position 29 This file is only available on fb[0-9] devices corresponding 33 position format is `[0-9]+,[0-9]+`. [all …]
|
/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 19 * 3. Neither the names of the above-listed copyright holders nor the names 51 source : 9, 52 destination : 9, 60 destination : 9, 61 source : 9, 70 source : 9, 71 destination : 9, 79 destination : 9, 80 source : 9, 89 source : 9, [all …]
|
/linux-5.10/arch/arm64/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 12 .arch armv8-a+crypto 76 0: loadrc k0.4s, 0x5a827999, w6 77 loadrc k1.4s, 0x6ed9eba1, w6 78 loadrc k2.4s, 0x8f1bbcdc, w6 79 loadrc k3.4s, 0xca62c1d6, w6 90 1: ld1 {v8.4s-v11.4s}, [x20], #64 101 add_update c, ev, k0, 8, 9, 10, 11, dgb 102 add_update c, od, k0, 9, 10, 11, 8 [all …]
|
/linux-5.10/drivers/staging/media/rkvdec/ |
D | rkvdec-h264.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * Jeffy Chen <jeffy.chen@rock-chips.com> 12 #include <media/v4l2-h264.h> 13 #include <media/v4l2-mem2mem.h> 16 #include "rkvdec-regs.h" 43 #define SEQ_PARAMETER_SET_ID PS_FIELD(0, 4) 55 #define PIC_WIDTH_IN_MBS PS_FIELD(38, 9) 56 #define PIC_HEIGHT_IN_MBS PS_FIELD(47, 9) 124 [0][(ctxidx)] = {idc0_m, idc0_n}, \ 135 /* Table 9-12 – Values of variables m and n for ctxIdx from 0 to 10 */ [all …]
|
/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 …]
|
/linux-5.10/drivers/media/pci/cobalt/ |
D | cobalt-cpld.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates. 11 #include "cobalt-cpld.h" 17 return cobalt_bus_read32(cobalt->bar1, ADRS(offset)); in cpld_read() 22 return cobalt_bus_write32(cobalt->bar1, ADRS(offset), val); in cpld_write() 31 cobalt_info("\t\tSystem control: 0x%04x (0x0f00)\n", in cpld_info_ver3() 32 cpld_read(cobalt, 0)); in cpld_info_ver3() 34 cobalt_info("\t\tClock control: 0x%04x (0x0000)\n", in cpld_info_ver3() 35 cpld_read(cobalt, 0x04)); in cpld_info_ver3() 36 …cobalt_info("CPLD HSMA Clk Osc register (read/write) - Must set wr trigger to load default values\… in cpld_info_ver3() [all …]
|