Home
last modified time | relevance | path

Searched +full:a +full:- +full:za +full:- +full:z0 +full:- +full:9 +full:- (Results 1 – 25 of 84) sorted by relevance

1234

/kernel/liteos_a/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <!--
19 -->
27 … <policyitem type="license" name="BSD-3-Clause" path=".*" desc="Liteos kernel use bsd3 license"/>
37 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
38 …<!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering sc…
[all …]
/kernel/liteos_m/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
26 … <policyitem type="license" name="BSD-3-Clause" path=".*" desc="Liteos kernel use bsd3 license"/>
27 … <policyitem type="license" name="BSD-3-Clause" path=".*" desc="Liteos kernel use bsd3 license"/>
32 …<filteritem type="filepath" name="arch/risc-v/nuclei/gcc/nmsis/Library/.*" desc="文件属于三方芯片的二进制代码,属于…
36 … <filteritem type="filepath" name="arch/risc-v/nuclei" desc="该文件的license为apache 2.0符合"/>
39 …<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan result…
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dparse-events.l3 %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 …]
/kernel/linux/linux-4.19/tools/perf/util/
Dparse-events.l3 %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-5.10/scripts/
Dmarkup_oops.pl2 # 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 …]
Dheaders_check.pl2 # SPDX-License-Identifier: GPL-2.0
4 # headers_check.pl execute a number of trivial consistency checks
58 $inc =~ s#asm/#asm-$arch/#;
87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
Dkernel-doc2 # SPDX-License-Identifier: GPL-2.0
10 ## Copyright (C) 2005-2012 Randy Dunlap ##
19 # 18/01/2001 - Cleanups
22 # -- huggie@earth.li
24 # 27/06/2001 - Allowed whitespace after initial "/**" and
26 # -- Christian Kreibich <ck@whoop.org>
29 # - add perldoc documentation
30 # - Look more closely at some of the scarier bits :)
32 # 26/05/2001 - Support for separate source and object trees.
36 # 23/09/2001 - Added support for typedefs, structs, enums and unions
[all …]
Dheaders_install.sh2 # SPDX-License-Identifier: GPL-2.0
4 if [ $# -ne 2 ]
24 trap 'rm -f $OUTFILE $TMPFILE' EXIT
26 # SPDX-License-Identifier with GPL variants must have "WITH Linux-syscall-note"
27 if [ -n "$(sed -n -e "/SPDX-License-Identifier:.*GPL-/{/WITH Linux-syscall-note/!p}" $INFILE)" ]; t…
28 echo "error: $INFILE: missing \"WITH Linux-syscall-note\" for SPDX-License-Identifier" >&2
32 sed -E -e '
36 s/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g
41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ $TMPFILE > $OUTFILE
42 [ $? -gt 1 ] && exit 1
[all …]
/kernel/linux/linux-4.19/scripts/
Dmarkup_oops.pl25 '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 …]
Dheaders_install.sh2 # SPDX-License-Identifier: GPL-2.0
4 if [ $# -lt 2 ]
30 trap 'rm -f "$OUTDIR/$FILE" "$OUTDIR/$FILE.sed"' EXIT
34 sed -E \
35 -e 's/([[:space:](])(__user|__force|__iomem)[[:space:]]/\1/g' \
36 -e 's/__attribute_const__([[:space:]]|$)/\1/g' \
37 -e 's@^#include <linux/compiler(|_types).h>@@' \
38 -e 's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \
39 -e 's/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g' \
40 -e 's@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @' \
[all …]
Dheaders_check.pl2 # SPDX-License-Identifier: GPL-2.0
4 # headers_check.pl execute a number of trivial consistency checks
58 $inc =~ s#asm/#asm-$arch/#;
87 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
Dkernel-doc2 # SPDX-License-Identifier: GPL-2.0
10 ## Copyright (C) 2005-2012 Randy Dunlap ##
19 # 18/01/2001 - Cleanups
22 # -- huggie@earth.li
24 # 27/06/2001 - Allowed whitespace after initial "/**" and
26 # -- Christian Kreibich <ck@whoop.org>
29 # - add perldoc documentation
30 # - Look more closely at some of the scarier bits :)
32 # 26/05/2001 - Support for separate source and object trees.
36 # 23/09/2001 - Added support for typedefs, structs, enums and unions
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/
Dthermal-zones.yaml1 # 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/
Dallwinner,sun50i-a64-de2.yaml1 # 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/arch/nds32/kernel/vdso/
Dgen_vdso_offsets.sh4 # Match symbols in the DSO that look like VDSO_*; produce a header file
7 # Doing this inside the Makefile will break the $(filter-out) function,
8 # causing Kbuild to rebuild the vdso-offsets header file every time.
14 sed -n -e 's/^00*/0/' -e \
15 's/^\([0-9a-fA-F]*\) . VDSO_\([a-zA-Z0-9_]*\)$/\#define vdso_offset_\2\t0x\1/p'
/kernel/linux/linux-4.19/arch/nds32/kernel/vdso/
Dgen_vdso_offsets.sh4 # Match symbols in the DSO that look like VDSO_*; produce a header file
7 # Doing this inside the Makefile will break the $(filter-out) function,
8 # causing Kbuild to rebuild the vdso-offsets header file every time.
14 sed -n -e 's/^00*/0/' -e \
15 's/^\([0-9a-fA-F]*\) . VDSO_\([a-zA-Z0-9_]*\)$/\#define vdso_offset_\2\t0x\1/p'
/kernel/linux/linux-4.19/arch/arm64/kernel/vdso/
Dgen_vdso_offsets.sh2 # SPDX-License-Identifier: GPL-2.0
5 # Match symbols in the DSO that look like VDSO_*; produce a header file
8 # Doing this inside the Makefile will break the $(filter-out) function,
9 # causing Kbuild to rebuild the vdso-offsets header file every time.
15 sed -n -e 's/^00*/0/' -e \
16 's/^\([0-9a-fA-F]*\) . VDSO_\([a-zA-Z0-9_]*\)$/\#define vdso_offset_\2\t0x\1/p'
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
Dgen_vdso_offsets.sh2 # SPDX-License-Identifier: GPL-2.0
5 # Match symbols in the DSO that look like VDSO_*; produce a header file
8 # Doing this inside the Makefile will break the $(filter-out) function,
9 # causing Kbuild to rebuild the vdso-offsets header file every time.
15 sed -n -e 's/^00*/0/' -e \
16 's/^\([0-9a-fA-F]*\) . VDSO_\([a-zA-Z0-9_]*\)$/\#define vdso_offset_\2\t0x\1/p'
/kernel/linux/linux-5.10/scripts/dtc/
Ddtc-lexer.l1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 %option noyywrap nounput noinput never-interactive
12 PROPNODECHAR [a-zA-Z0-9,._+*#?@-]
14 LABEL [a-zA-Z_][a-zA-Z0-9_]*
24 #include "dtc-parser.tab.h"
56 yytext[yyleng-1] = '\0';
60 <*>^"#"(line)?[ \t]+[0-9]+[ \t]+{STRING}([ \t]+[0-9]+)? {
72 for (fnend = yytext + yyleng - 1;
73 *fnend != '"'; fnend--)
78 fnend - fnstart - 1);
[all …]
Ddt_to_config2 # SPDX-License-Identifier: GPL-2.0-only
13 $VUFX = "160610a";
19 # ----- constants for print_flags()
21 # Position in string $pr_flags. Range of 0..($num_pr_flags - 1).
31 $pr_flag_pos_config_none = 9;
39 # expessions to work for --include_flags and --exclude_flags.
61 # -----
67 # expected values are: "y", "m", a decimal number, a
68 # hex number, or a string
70 # ----- magic compatibles, do not have a driver
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dmerge_config.sh2 # 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/Documentation/devicetree/bindings/spi/
Dst,stm32-spi.yaml1 # 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 …]
/kernel/linux/linux-4.19/scripts/dtc/
Ddtc-lexer.l12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * You should have received a copy of the GNU General Public License
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21 %option noyywrap nounput noinput never-interactive
27 PROPNODECHAR [a-zA-Z0-9,._+*#?@-]
29 LABEL [a-zA-Z_][a-zA-Z0-9_]*
39 #include "dtc-parser.tab.h"
71 yytext[yyleng-1] = '\0';
75 <*>^"#"(line)?[ \t]+[0-9]+[ \t]+{STRING}([ \t]+[0-9]+)? {
87 for (fnend = yytext + yyleng - 1;
[all …]
Ddt_to_config14 $VUFX = "160610a";
20 # ----- constants for print_flags()
22 # Position in string $pr_flags. Range of 0..($num_pr_flags - 1).
32 $pr_flag_pos_config_none = 9;
40 # expessions to work for --include_flags and --exclude_flags.
62 # -----
68 # expected values are: "y", "m", a decimal number, a
69 # hex number, or a string
71 # ----- magic compatibles, do not have a driver
78 'simple-bus' => '1',
[all …]
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
Dftrace2bconf.sh2 # 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 …]

1234