/kernel/linux/linux-5.10/lib/zlib_inflate/ |
D | inffixed.h | 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}, 20 {0,9,248},{16,7,3},{0,8,82},{0,8,18},{21,8,163},{19,7,35},{0,8,114}, 21 {0,8,50},{0,9,196},{17,7,11},{0,8,98},{0,8,34},{0,9,164},{0,8,2}, [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
D | qp_tables.h | 29 { 6, { 0, 4, 5, 6, 6, 6, 6, 7, 7, 8, 9, 9, 9, 12, 16} }, 30 { 6.5, { 0, 4, 5, 6, 6, 6, 6, 7, 7, 8, 9, 9, 9, 12, 16} }, 31 { 7, { 0, 4, 5, 6, 6, 6, 6, 7, 7, 7, 9, 9, 9, 11, 15} }, 32 { 7.5, { 0, 2, 4, 6, 6, 6, 6, 7, 7, 7, 8, 9, 9, 11, 15} }, 33 { 8, { 0, 2, 3, 5, 5, 6, 6, 7, 7, 7, 8, 8, 9, 11, 14} }, 34 { 8.5, { 0, 2, 3, 4, 5, 5, 5, 6, 6, 7, 8, 8, 9, 11, 14} }, 35 { 9, { 0, 2, 3, 4, 5, 5, 5, 6, 6, 7, 8, 8, 9, 11, 13} }, 36 { 9.5, { 0, 2, 3, 4, 4, 5, 5, 6, 6, 7, 8, 8, 9, 11, 13} }, 37 { 10, { 0, 2, 2, 3, 4, 5, 5, 6, 6, 7, 8, 8, 9, 11, 12} }, 38 {10.5, { 0, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 11, 12} }, [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | wii-head.S | 28 mfmsr 9 29 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 36 mtsrr1 9 63 li 9, 0x0002 /* rw */ 64 mtspr 0x211, 9 /* IBAT0L */ 66 mtspr 0x219, 9 /* DBAT0L */ 71 lis 9, 0x0c00 72 ori 9, 9, 0x002a /* uncached, guarded, rw */ 73 mtspr 0x21b, 9 /* DBAT1L */ 78 lis 9, 0x0100 [all …]
|
D | gamecube-head.S | 27 mfmsr 9 28 rlwinm 9, 9, 0, ~((1<<4)|(1<<5)) /* MSR_DR|MSR_IR */ 35 mtsrr1 9 53 li 9, 0x0002 /* rw */ 54 mtspr 0x211, 9 /* IBAT0L */ 56 mtspr 0x219, 9 /* DBAT0L */ 61 lis 9, 0x0c00 62 ori 9, 9, 0x002a /* uncached, guarded, rw */ 63 mtspr 0x21b, 9 /* DBAT1L */ 68 lis 9, 0x0100 [all …]
|
/kernel/linux/linux-5.10/fs/9p/ |
D | Kconfig | 2 config 9P_FS 3 tristate "Plan 9 Resource Sharing Support (9P2000)" 7 Plan 9 resource sharing via the 9P2000 protocol. 13 if 9P_FS 14 config 9P_FSCACHE 15 bool "Enable 9P client caching support" 16 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y 19 caching support for 9p clients using FS-Cache 22 config 9P_FS_POSIX_ACL 23 bool "9P POSIX Access Control Lists" [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | markup_oops.pl | 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]+)/) { 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { 70 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) { 74 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) { 79 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) { 104 if ($line =~ /([0-9a-zA-Z\,\%\(\)\-\+]+)$/) { 116 $clobber =~ s/\([a-z0-9\%\,]+\)//g; 158 if ($line =~ /EIP: 0060:\[\<([a-z0-9]+)\>\]/) { [all …]
|
D | checkstack.pl | 53 $x = "[0-9a-f]"; # hex character 54 $xs = "[0-9a-f ]"; # hex character or space 59 $re = qr/^.*stp.*sp, \#-([0-9]{1,8})\]\!/o; 63 $re = qr/.*sub.*sp, sp, #([0-9]{1,4})/o; 73 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o; 77 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 80 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 83 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 86 $re = qr/.*addi.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 88 # c000043c: 9c 21 fe f0 l.addi r1,r1,-272 [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | 9p.rst | 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: 31 * PROSE I/O: Using 9p to enable Application Partitions 41 mount -t 9p 10.10.1.2 /mnt/9 43 For Plan 9 From User Space applications (http://swtch.com/plan9):: 45 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 49 mount -t 9p -o trans=virtio <mount_tag> /mnt/9 52 mount points. Each 9P export is seen by the client as a virtio device with an 54 seen by reading /sys/bus/virtio/drivers/9pnet_virtio/virtio<n>/mount_tag files. [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | rate.c | 29 /* 0 1 2 3 4 5 6 7 8 9 */ 46 {6500, 13500, CEIL(6500 * 10, 9), CEIL(13500 * 10, 9), 0x00, 49 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x08, 52 {19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x0A, 55 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x10, 58 {39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x12, 61 {52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0x19, 64 {58500, 121500, CEIL(58500 * 10, 9), CEIL(121500 * 10, 9), 0x1A, 67 {65000, 135000, CEIL(65000 * 10, 9), CEIL(135000 * 10, 9), 0x1C, 70 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x40, [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | radix-4k.h | 6 * For 4K page size supported index is 13/9/9/9 8 #define RADIX_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 4K = 2MB 9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB 10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | sha1-ce-core.S | 90 add_update c, 0, k0, 8, 9, 10, 11, dgb 91 add_update c, 1, k0, 9, 10, 11, 8 92 add_update c, 0, k0, 10, 11, 8, 9 93 add_update c, 1, k0, 11, 8, 9, 10 94 add_update c, 0, k1, 8, 9, 10, 11 96 add_update p, 1, k1, 9, 10, 11, 8 97 add_update p, 0, k1, 10, 11, 8, 9 98 add_update p, 1, k1, 11, 8, 9, 10 99 add_update p, 0, k1, 8, 9, 10, 11 100 add_update p, 1, k2, 9, 10, 11, 8 [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 92 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*use mark 789.*index … 116 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 65676… 140 …"matchPattern": "action order [0-9]*: ife encode action jump 1.*type 0[xX]ED3E.*use mark 65.*index… 164 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 42949… 188 …"matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark 42949672959… 207 "cmdUnderTest": "$TC actions add action ife encode allow prio pass index 9", 209 "verifyCmd": "$TC actions get action ife index 9", [all …]
|
D | mpls.json | 20 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pipe.*index 8 ref", 44 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*pass.*index 8 ref", 68 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*drop.*index 8 ref", 92 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*reclassify.*index 8 ref", 116 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*continue.*index 8 ref", 140 "matchPattern": "action order [0-9]+: mpls.*jump 10.*index 8 ref", 164 "matchPattern": "action order [0-9]+: mpls.*dec_ttl trap.*index 8 ref", 188 "matchPattern": "action order [0-9]+: mpls.*dec_ttl pipe.*index 8 ref.*cookie aabbccddeeff", 212 …"matchPattern": "action order [0-9]+: mpls.*dec_ttl continue.*index 8 ref.*cookie aa11bb22cc33dd44… 236 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*foo.*index 8 ref", [all …]
|
D | gact.json | 20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", 92 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref", 99 "id": "9a52", 116 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref", 140 "matchPattern": "action order [0-9]*: gact action.*index 386 ref", 165 "matchPattern": "action order [0-9]*: gact action drop.*index 15 ref", 189 "matchPattern": "action order [0-9]*: gact action drop.*index 4294967296 ref", 213 "matchPattern": "action order [0-9]*: gact action drop.*index 4294967295 ref", [all …]
|
D | skbedit.json | 20 "matchPattern": "action order [0-9]*: skbedit mark 1", 44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1", 68 "matchPattern": "action order [0-9]*: skbedit mark", 90 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabb", 114 "matchPattern": "action order [0-9]*: skbedit mark 1/0xffffffff", 138 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabbccddeeff112233", 160 "matchPattern": "action order [0-9]*: skbedit mark 1/-1234", 183 "matchPattern": "action order [0-9]*: skbedit mark 1/0xaabb", 207 "matchPattern": "action order [0-9]*: skbedit priority :99", 231 "matchPattern": "action order [0-9]*: skbedit priority", [all …]
|
/kernel/linux/linux-5.10/net/9p/ |
D | Kconfig | 3 # 9P protocol configuration 8 tristate "Plan 9 Resource Sharing Support (9P2000)" 11 Plan 9 resource sharing via the 9P2000 protocol. 21 tristate "9P Virtio Transport" 29 tristate "9P Xen Transport" 31 This builds support for a transport for 9pfs between 37 tristate "9P RDMA Transport (Experimental)" 44 Say Y if you want the 9P subsystem to log debug information.
|
D | Makefile | 2 obj-$(CONFIG_NET_9P) := 9pnet.o 3 obj-$(CONFIG_NET_9P_XEN) += 9pnet_xen.o 4 obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o 5 obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o 7 9pnet-objs := \ 15 9pnet_virtio-objs := \ 18 9pnet_xen-objs := \ 21 9pnet_rdma-objs := \
|
D | mod.c | 3 * net/9p/9p.c 5 * 9P entry point 18 #include <net/9p/9p.h> 21 #include <net/9p/client.h> 22 #include <net/9p/transport.h> 30 MODULE_PARM_DESC(debug, "9P debugging level"); 65 * v9fs_register_trans - register a new transport with 9p 78 * v9fs_unregister_trans - unregister a 9p transport 166 pr_info("Installing 9P2000 support\n"); in init_p9() 179 pr_info("Unloading 9P2000 support\n"); in exit_p9() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 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, 97 source : 9, [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.yaml | 47 minItems: 9 51 minItems: 9 55 - pattern: "^ch([0-9]|1[0-5])$" 56 - pattern: "^ch([0-9]|1[0-5])$" 57 - pattern: "^ch([0-9]|1[0-5])$" 58 - pattern: "^ch([0-9]|1[0-5])$" 59 - pattern: "^ch([0-9]|1[0-5])$" 60 - pattern: "^ch([0-9]|1[0-5])$" 61 - pattern: "^ch([0-9]|1[0-5])$" 62 - pattern: "^ch([0-9]|1[0-5])$" [all …]
|
/kernel/linux/linux-5.10/include/net/9p/ |
D | 9p.h | 3 * include/net/9p/9p.h 5 * 9P protocol definitions. 18 * @P9_DEBUG_9P: 9P protocol tracing 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 71 * @P9_TLCREATE: prepare a handle for I/O on an new file for 9P2000.L 72 * @P9_RLCREATE: response with file access information for 9P2000.L 106 * There are 14 basic operations in 9P2000, paired as 187 * enum p9_open_mode_t - 9P open modes [all …]
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | sha1-ce-core.S | 95 add_update c, ev, k0, 8, 9, 10, 11, dgb 96 add_update c, od, k0, 9, 10, 11, 8 97 add_update c, ev, k0, 10, 11, 8, 9 98 add_update c, od, k0, 11, 8, 9, 10 99 add_update c, ev, k1, 8, 9, 10, 11 101 add_update p, od, k1, 9, 10, 11, 8 102 add_update p, ev, k1, 10, 11, 8, 9 103 add_update p, od, k1, 11, 8, 9, 10 104 add_update p, ev, k1, 8, 9, 10, 11 105 add_update p, od, k2, 9, 10, 11, 8 [all …]
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
D | clk-sr.c | 52 .mdiv = REG_VAL(0x18, 0, 9), 58 .mdiv = REG_VAL(0x18, 10, 9), 64 .mdiv = REG_VAL(0x18, 20, 9), 69 .enable = ENABLE_VAL(0x4, 9, 3, 15), 70 .mdiv = REG_VAL(0x1c, 0, 9), 76 .mdiv = REG_VAL(0x1c, 10, 9), 82 .mdiv = REG_VAL(0x1c, 20, 9), 112 .mdiv = REG_VAL(0x18, 0, 9), 118 .mdiv = REG_VAL(0x18, 10, 9), 124 .mdiv = REG_VAL(0x18, 20, 9), [all …]
|
/kernel/linux/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 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 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]+`. 35 What: /sys/devices/platform/sh_mobile_lcdc_fb.[0-3]/graphics/fb[0-9]/ovl_rop3 39 This file is only available on fb[0-9] devices corresponding
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
D | ipu3-tables.c | 29 { 0, -9, 118, 7, 23, -4, 0 }, 35 { 0, -15, 100, 7, 52, -9, 0 }, 45 { 0, -9, 52, 7, 100, -15, 0 }, 51 { 0, -4, 23, 7, 118, -9, 0 }, 66 { 0, -15, 102, 7, 50, -9, 0 }, 77 { 0, -9, 50, 7, 102, -15, 0 }, 94 { 0, -9, 118, 7, 23, -4, 0 }, 100 { 0, -15, 100, 7, 52, -9, 0 }, 110 { 0, -9, 52, 7, 100, -15, 0 }, 116 { 0, -4, 23, 7, 118, -9, 0 }, [all …]
|