| /kernel/linux/linux-4.19/scripts/ |
| D | markup_oops.pl | 52 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 58 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 63 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 68 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { 73 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) { 77 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) { 82 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) { 107 if ($line =~ /([0-9a-zA-Z\,\%\(\)\-\+]+)$/) { 119 $clobber =~ s/\([a-z0-9\%\,]+\)//g; 140 # we print it with a =>, and then delete its value [all …]
|
| D | recordmcount.pl | 5 # recordmcount.pl - makes a section called __mcount_loc that holds 9 # What we want to end up with this is that each object file will have a 22 # functions in a section that has a call site to mcount, will have the 30 # The trick is to change the call offset referring the start of a section to 31 # referring a function symbol in this section. During the link step, 'ld' will 54 # offset from .sched.text. If we choose global symbol func2 as a reference and 66 # in this section. In such a case we have to select a local one. E.g. func1: 83 # an undefined reference to func1 or a wrong reference to another global 87 # a way to make tmp.o reference the local objects of the original object 89 # into a global symbol before linking tmp.o. Then after we link tmp.o [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; 137 # we print it with a =>, and then delete its value [all …]
|
| D | recordmcount.pl | 5 # recordmcount.pl - makes a section called __mcount_loc that holds 9 # What we want to end up with this is that each object file will have a 22 # functions in a section that has a call site to mcount, will have the 30 # The trick is to change the call offset referring the start of a section to 31 # referring a function symbol in this section. During the link step, 'ld' will 54 # offset from .sched.text. If we choose global symbol func2 as a reference and 66 # in this section. In such a case we have to select a local one. E.g. func1: 83 # an undefined reference to func1 or a wrong reference to another global 87 # a way to make tmp.o reference the local objects of the original object 89 # into a global symbol before linking tmp.o. Then after we link tmp.o [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | 9p.txt | 1 v9fs: Plan 9 Resource Sharing for Linux 7 v9fs is a Unix implementation of the Plan 9 9p remote filesystem protocol. 16 the 9p client is available in the form of a USENIX paper: 24 * CellFS: A New Programming Model for the Cell BE 26 * PROSE I/O: Using 9p to enable Application Partitions 28 * VirtFS: A Virtualization Aware File System pass-through 36 mount -t 9p 10.10.1.2 /mnt/9 38 For Plan 9 From User Space applications (http://swtch.com/plan9) 40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 44 mount -t 9p -o trans=virtio <mount_tag> /mnt/9 [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: 29 * CellFS: A New Programming Model for the Cell BE 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):: 45 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 49 mount -t 9p -o trans=virtio <mount_tag> /mnt/9 [all …]
|
| /kernel/linux/linux-4.19/include/net/9p/ |
| D | 9p.h | 2 * include/net/9p/9p.h 4 * 9P protocol definitions. 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * You should have received a copy of the GNU General Public License 33 * @P9_DEBUG_9P: 9P protocol tracing 58 P9_DEBUG_FID = (1<<9), 77 * enum p9_msg_t - 9P message types 79 * @P9_RLERROR: response for any failed request for 9P2000.L 84 * @P9_TMKNOD: create a special file object request 85 * @P9_RMKNOD: create a special file object response [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 69 * @P9_TMKNOD: create a special file object request 70 * @P9_RMKNOD: create a special file object response 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 [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 15 * crypto/aes_generic.c and are designed to be simply accessed by a combination 16 * of rlwimi/lwz instructions with a minimum of table registers (usually only 24 * This is a quite good tradeoff for low power devices (e.g. routers) without 30 #define R(a, b, c, d) \ argument 31 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 45 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 46 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 52 .long R(23, 9c, 9c, bf), R(53, a4, a4, f7) 53 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 55 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 10 * crypto/aes_generic.c and are designed to be simply accessed by a combination 11 * of rlwimi/lwz instructions with a minimum of table registers (usually only 19 * This is a quite good tradeoff for low power devices (e.g. routers) without 25 #define R(a, b, c, d) \ argument 26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 47 .long R(23, 9c, 9c, bf), R(53, a4, a4, f7) 48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) [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" 23 This builds support for a transports between 24 guest partitions and a host partition. 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.
|
| /kernel/linux/linux-4.19/net/9p/ |
| D | Kconfig | 2 # 9P protocol configuration 7 tristate "Plan 9 Resource Sharing Support (9P2000)" 10 Plan 9 resource sharing via the 9P2000 protocol. 20 tristate "9P Virtio Transport" 22 This builds support for a transports between 23 guest partitions and a host partition. 28 tristate "9P Xen Transport" 30 This builds support for a transport for 9pfs between 36 tristate "9P RDMA Transport (Experimental)" 43 Say Y if you want the 9P subsystem to log debug information.
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | Makefile | 13 # Build a lower case string table of address family names 29 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ 33 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/\L\1/p'\ 36 # Build a lower case string table of sock type names 44 -e 's/^\tSOCK_([A-Z0-9_]+)[\t]+=[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ 47 # Build a lower case string table of capability names 55 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/[\2] = "\L\1",/p';\ 59 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/\L\1/p' | \ 63 # Build a lower case string table of rlimit names. 69 # and build a second integer table (with the second sed cmd), that maps [all …]
|
| /kernel/linux/linux-4.19/security/apparmor/ |
| D | Makefile | 13 # Build a lower case string table of address family names 29 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ 33 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/\L\1/p'\ 36 # Build a lower case string table of sock type names 44 -e 's/^\tSOCK_([A-Z0-9_]+)[\t]+=[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ 47 # Build a lower case string table of capability names 55 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/[\2] = "\L\1",/p';\ 59 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/\L\1/p' | \ 63 # Build a lower case string table of rlimit names. 69 # and build a second integer table (with the second sed cmd), that maps [all …]
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | blake2s-generic.c | 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
| D | mux.c | 31 MUX_CFG_7XX("C2_7XX_KBC0", 13, 9, 0, 8, 1, 0) 44 MUX_CFG_7XX("MMC_7XX_CMD", 2, 9, 0, 8, 1, 0) 54 MUX_CFG_7XX("SPI_7XX_2", 6, 9, 4, 8, 1, 0) 58 MUX_CFG_7XX("SPI_7XX_6", 9, 5, 0, 4, 0, 0) 76 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 77 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0) 90 MUX_CFG("UART3_CLKREQ", 9, 27, 0, 2, 5, 0, NA, 0, 0) 91 MUX_CFG("UART3_BCLK", A, 0, 0, 2, 6, 0, NA, 0, 0) 92 MUX_CFG("Y15_1610_UART3_RTS", A, 0, 1, 2, 6, 0, NA, 0, 0) 99 MUX_CFG("R18_USB_VBUS", 7, 9, 2, 1, 11, 0, NA, 0, 1) [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap1/ |
| D | mux.c | 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * You should have received a copy of the GNU General Public License 45 MUX_CFG_7XX("C2_7XX_KBC0", 13, 9, 0, 8, 1, 0) 58 MUX_CFG_7XX("MMC_7XX_CMD", 2, 9, 0, 8, 1, 0) 68 MUX_CFG_7XX("SPI_7XX_2", 6, 9, 4, 8, 1, 0) 72 MUX_CFG_7XX("SPI_7XX_6", 9, 5, 0, 4, 0, 0) 90 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 91 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0) 104 MUX_CFG("UART3_CLKREQ", 9, 27, 0, 2, 5, 0, NA, 0, 0) 105 MUX_CFG("UART3_BCLK", A, 0, 0, 2, 6, 0, NA, 0, 0) [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/rcutorture/bin/ |
| D | kvm.sh | 3 # Run a series of tests under KVM. By default, this series is specified 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # You should have received a copy of the GNU General Public License 90 …checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '… 103 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--' 123 checkarg --duration "(minutes)" $# "$2" '^[0-9]*$' '^error' 131 …checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$… 136 …onfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A-Z0-9_]\+=\([… 146 checkarg --mac "(MAC address)" $# "$2" '^\([0-9a-fA-F]\{2\}:\)\{5\}[0-9a-fA-F]\{2\}$' error 151 checkarg --memory "(memory size)" $# "$2" '^[0-9]\+[MG]\?$' error [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
| D | sigtramp.S | 3 * Signal trampolines for 32 bits processes in a ppc64 kernel for 16 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from 18 call instruction. Since we don't have a call here, we artificially 19 extend the range covered by the unwind info by adding a nop before 37 .section .eh_frame,"a",@progbits 39 /* Register r1 can be found at offset 4 of a pt_regs structure. 40 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */ 43 .uleb128 9f - 1f; /* length */ \ 49 9: 51 /* Register REGNO can be found at offset OFS of a pt_regs structure. [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/vdso32/ |
| D | sigtramp.S | 2 * Signal trampolines for 32 bits processes in a ppc64 kernel for 20 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from 22 call instruction. Since we don't have a call here, we artificially 23 extend the range covered by the unwind info by adding a nop before 41 .section .eh_frame,"a",@progbits 43 /* Register r1 can be found at offset 4 of a pt_regs structure. 44 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */ 47 .uleb128 9f - 1f; /* length */ \ 53 9: 55 /* Register REGNO can be found at offset OFS of a pt_regs structure. [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_insformat.h | 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * including a substantially similar Disclaimer requirement for further 31 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 51 source : 9, 52 destination : 9, 60 destination : 9, 61 source : 9, 70 source : 9, 71 destination : 9, 79 destination : 9, [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_insformat.h | 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * including a substantially similar Disclaimer requirement for further 31 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 51 source : 9, 52 destination : 9, 60 destination : 9, 61 source : 9, 70 source : 9, 71 destination : 9, 79 destination : 9, [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/vdso64/ |
| D | sigtramp.S | 2 * Signal trampoline for 64 bits processes in a ppc64 kernel for 21 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from 23 call instruction. Since we don't have a call here, we artificially 37 chosen in such a way that older libgcc unwind code returns a zero 38 for a sigcontext pointer. */ 42 /* Register r1 can be found at offset 8 of a pt_regs structure. 43 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */ 46 .uleb128 9f - 1f; /* length */ \ 52 9: 54 /* Register REGNO can be found at offset OFS of a pt_regs structure. [all …]
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | mips-r2-to-r6-emul.c | 73 * for performance instead of the traditional way of using a stack trampoline 193 * movf_func - Emulate a MOVF instruction 216 * movt_func - Emulate a MOVT instruction 239 * jr_func - Emulate a JR instruction. 298 * movz_func - Emulate a MOVZ instruction 314 * movn_func - Emulate a MOVZ instruction 330 * mfhi_func - Emulate a MFHI instruction 347 * mthi_func - Emulate a MTHI instruction 363 * mflo_func - Emulate a MFLO instruction 380 * mtlo_func - Emulate a MTLO instruction [all …]
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| D | ktti.c | 5 ktti.c is a low-level protocol driver for the KT Technology 24 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument 44 { int a, b, r; in ktti_read_regr() local 48 w0(r); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_regr() 49 a = r1(); w2(0xc); b = r1(); w2(9); w2(0xc); w2(9); in ktti_read_regr() 50 return j44(a,b); in ktti_read_regr() 56 { int k, a, b; in ktti_read_block() local 59 w0(0x10); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_block() 60 a = r1(); w2(0xc); b = r1(); w2(9); in ktti_read_block() 61 buf[2*k] = j44(a,b); in ktti_read_block() [all …]
|