Searched +full:a +full:- +full:za +full:- +full:z (Results 1 – 25 of 60) sorted by relevance
123
| /kernel/linux/linux-4.19/arch/parisc/boot/ |
| D | Makefile | 2 # Makefile for the linux parisc-specific parts of the boot image creator. 6 tr -c '[0-9A-Za-z]' '_'`__`date | \ 7 tr -c '[0-9A-Za-z]' '_'`_t 9 ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I. 13 subdir- := compressed 25 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | parse-events.l | 3 %option bison-bridge 6 %option bison-locations 16 #include "parse-events.h" 17 #include "parse-events-bison.h" 32 yylval->num = num; in __value() 50 yylval->str = strdup(text); in str() 53 * If a text tag specified on the command line in str() 61 yylval->str = strndup(&text[1], strlen(text) - 2); in str() 84 if ((text[len - 1] == 'c' || text[len - 1] == 'o') && in isbpf_suffix() 85 text[len - 2] == '.') in isbpf_suffix() [all …]
|
| D | demangle-rust.c | 1 // SPDX-License-Identifier: GPL-2.0 5 #include "demangle-rust.h" 16 * The last component of the path is a 64-bit hash in lowercase hex, prefixed 17 * with "h". Rust does not have a global namespace between crates, an illusion 21 * Any path component not starting with a XID_Start character is prefixed with 40 * A double ".." means "::" and a single "." means "-". 42 * The only characters allowed in the mangled symbol are a-zA-Z0-9 and _.:$ 55 * sym: symbol that has been through BFD-demangling 61 * 2. As a sanity check, the hash must use between 5 and 15 of the 16 possible 63 * may see a false negative. The point is to notice path components that [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Amit Kucheria <amitk@kernel.org> 18 The following node types are used to completely describe a thermal management 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-zones. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | allwinner,sun50i-a64-de2.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/bus/allwinner,sun50i-a64-de2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 15 pattern: "^bus(@[0-9a-f]+)?$" 17 "#address-cells": 20 "#size-cells": 25 - const: allwinner,sun50i-a64-de2 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | st,stm32-spi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/st,stm32-spi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 the Serial Peripheral Interface. It supports full-duplex, half-duplex and 13 from 4 to 32-bit data size. 16 - Erwan Leray <erwan.leray@st.com> 17 - Fabrice Gasnier <fabrice.gasnier@st.com> 20 - $ref: "spi-controller.yaml#" 21 - if: [all …]
|
| D | spi-pl022.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/spi-pl022.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: "spi-controller.yaml#" 15 # We need a select here so we don't match all nodes with 'arm,primecell' 22 - compatible 27 - const: arm,pl022 28 - const: arm,primecell [all …]
|
| /kernel/linux/linux-4.19/scripts/ |
| D | profile2linkerlist.pl | 2 # SPDX-License-Identifier: GPL-2.0 5 # Takes a (sorted) output of readprofile and turns it into a list suitable for 9 # readprofile | sort -rn | perl profile2linkerlist.pl > functionlist 16 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
|
| D | markup_oops.pl | 25 'cross-compile|c=s' => \$cross_compile, 31 my $kerver = `uname -r`; 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\,\%\(\)\-\+]+)$/) { [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | profile2linkerlist.pl | 2 # SPDX-License-Identifier: GPL-2.0 5 # Takes a (sorted) output of readprofile and turns it into a list suitable for 9 # readprofile | sort -rn | perl profile2linkerlist.pl > functionlist 16 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
|
| 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]+)/) { 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]+)/) { [all …]
|
| D | tags.sh | 2 # SPDX-License-Identifier: GPL-2.0-only 12 set -x 15 # RCS_FIND_IGNORE has escaped ()s -- remove them. 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 21 # to force full paths for a non-O= build 22 if [ "${srctree}" = "." -o -z "${srctree}" ]; then 29 if [ -n "$COMPILED_SOURCE" ]; then 30 ignore="$ignore ( -path ./tools ) -prune -o" 32 ignore="$ignore ( -path ${tree}tools ) -prune -o" 39 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | demangle-rust.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include "demangle-rust.h" 17 * The last component of the path is a 64-bit hash in lowercase hex, prefixed 18 * with "h". Rust does not have a global namespace between crates, an illusion 22 * Any path component not starting with a XID_Start character is prefixed with 41 * A double ".." means "::" and a single "." means "-". 43 * The only characters allowed in the mangled symbol are a-zA-Z0-9 and _.:$ 56 * sym: symbol that has been through BFD-demangling 62 * 2. As a sanity check, the hash must use between 5 and 15 of the 16 possible 64 * may see a false negative. The point is to notice path components that [all …]
|
| D | parse-events.l | 3 %option bison-bridge 6 %option bison-locations 16 #include "parse-events.h" 17 #include "parse-events-bison.h" 31 yylval->num = num; in __value() 57 yylval->str = strdup(text); in str() 60 * If a text tag specified on the command line in str() 68 yylval->str = strndup(&text[1], strlen(text) - 2); in str() 80 if ((text[len - 1] == 'c' || text[len - 1] == 'o') && in isbpf_suffix() 81 text[len - 2] == '.') in isbpf_suffix() [all …]
|
| /kernel/linux/linux-4.19/tools/objtool/arch/x86/tools/ |
| D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
| /kernel/linux/linux-4.19/arch/x86/tools/ |
| D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/intel-pt-decoder/ |
| D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | merge_config.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # merge_config.sh - Takes a list of config fragment values, and merges 10 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/kconf_check 11 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/generate_cfg 13 # Copyright (c) 2009-2010 Wind River Systems, Inc. 16 set -e 19 rm -f $TMP_FILE 20 rm -f $MERGE_FILE 25 echo " -h display this help text" 26 echo " -m only merge the fragments, do not execute the make command" [all …]
|
| /kernel/linux/linux-5.10/tools/arch/x86/tools/ |
| D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
| /kernel/linux/linux-5.10/arch/x86/tools/ |
| D | gen-insn-attr-x86.awk | 1 #!/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 3 # gen-insn-attr-x86.awk: Instruction attribute table generator 6 # Usage: awk -f gen-insn-attr-x86.awk x86-opcode-map.txt > inat-tables.c 11 return "Your awk has a printf-format problem." 21 eid = -1 # escape id 22 gid = -1 # group id 23 aid = -1 # AVX id 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 46 opnd_expr = "^[A-Za-z/]" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | st,stmfx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectonics Multi-Function eXpander (STMFX) bindings 9 description: ST Multi-Function eXpander (STMFX) is a slave controller using I2C for 15 - Amelie Delaunay <amelie.delaunay@st.com> 19 const: st,stmfx-0300 27 drive-open-drain: true 29 vdd-supply: 37 const: st,stmfx-0300-pinctrl [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | build_OID_registry | 1 #!/usr/bin/perl -w 2 # SPDX-License-Identifier: GPL-2.0-or-later 4 # Build a static ASN.1 Object Identified (OID) registry 16 print STDERR "Format: ", $0, " <in-h-file> <out-c-file>\n"; 26 if (m!\s+OID_([a-zA-z][a-zA-Z0-9_]+),\s+/[*]\s+([012][.0-9]*)\s+[*]/!) { 71 # Emit the look-up-by-OID index table 104 for (; $tmp > 0; $tmp--) { 114 # Create a hash value for each OID 150 my @octets_a = @{$encoded_oids[$a]}; 153 return $hash_values[$a] <=> $hash_values[$b] [all …]
|
| /kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
| D | ftrace2bconf.sh | 2 # SPDX-License-Identifier: GPL-2.0-only 5 echo "Dump boot-time tracing bootconfig from ftrace" 6 echo "Usage: $0 [--debug] [ > BOOTCONFIG-FILE]" 13 "--debug") 15 -*) 23 set -x 26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "` 27 if [ -z "$TRACEFS" ]; then 28 if ! grep -wq debugfs /proc/mounts; then 32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing [all …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | build_OID_registry | 1 #!/usr/bin/perl -w 3 # Build a static ASN.1 Object Identified (OID) registry 20 print STDERR "Format: ", $0, " <in-h-file> <out-c-file>\n"; 30 if (m!\s+OID_([a-zA-z][a-zA-Z0-9_]+),\s+/[*]\s+([012][.0-9]*)\s+[*]/!) { 75 # Emit the look-up-by-OID index table 108 for (; $tmp > 0; $tmp--) { 118 # Create a hash value for each OID 154 my @octets_a = @{$encoded_oids[$a]}; 157 return $hash_values[$a] <=> $hash_values[$b] 158 if ($hash_values[$a] != $hash_values[$b]); [all …]
|
| /kernel/linux/linux-4.19/usr/ |
| D | gen_initramfs_list.sh | 2 # Copyright (C) Martin Schlemmer <azarah@nosferatu.za.org> 7 # Generate a cpio packed initramfs. It uses gen_init_cpio to generate 13 set -e 18 $0 [-o <file>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ... 19 -o <file> Create compressed initramfs file named <file> using 21 -u <uid> User ID to map to user ID 0 (root). 22 <uid> is only meaningful if <cpio_source> is a 24 -g <gid> Group ID to map to group ID 0 (root). 25 <gid> is only meaningful if <cpio_source> is a 28 If <cpio_source> is a .cpio file it will be used [all …]
|
123