Home
last modified time | relevance | path

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

12345678910>>...44

/linux/scripts/
H A 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 …]
H A Drecordmcount.pl2 # SPDX-License-Identifier: GPL-2.0-only
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
58 # .quad func2 - 0x10
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
[all …]
/linux/Documentation/filesystems/
H A D9p.rst1 .. 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
29 * CellFS: A New Programming Model for the Cell BE
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
34 https://kernel.org/doc/ols/2010/ols2010-pages-109-120.pdf
[all …]
/linux/include/net/9p/
H A D9p.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * 9P protocol definitions.
14 * enum p9_debug_flags - bits for mount time debug parameter
16 * @P9_DEBUG_9P: 9P protocol tracing
25 * @P9_DEBUG_FSC: FS-cache tracing
41 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
[all …]
/linux/tools/perf/pmu-events/arch/x86/pantherlake/
H A Dfrontend.json7 …the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predict…
14 "Counter": "0,1,2,3,4,5,6,7,8,9",
17 … the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unk…
23 "BriefDescription": "Counts the number of BACLEARS due to a conditional jump.",
41 "BriefDescription": "Counts the number of BACLEARS due to a return branch.",
50 "BriefDescription": "Counts the number of BACLEARS due to a direct, unconditional jump.",
60 "Counter": "0,1,2,3,4,5,6,7,8,9",
63 … the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Leng…
70 "Counter": "0,1,2,3,4,5,6,7,8,9",
78 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
[all …]
H A Dpipeline.json4 "Counter": "0,1,2,3,4,5,6,7,8,9",
8 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
15 "Counter": "0,1,2,3,4,5,6,7,8,9",
25 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.",
26 "Counter": "0,1,2,3,4,5,6,7,8,9",
29 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard…
36 "Counter": "0,1,2,3,4,5,6,7,8,9",
48 … in which the instruction pointer (IP) of the processor is resteered due to a branch instruction a…
54 "Counter": "0,1,2,3,4,5,6,7,8,9",
63 "Counter": "0,1,2,3,4,5,6,7,8,9",
[all …]
H A Dvirtual-memory.json3 …"BriefDescription": "Counts the number of page walks initiated by a demand load that missed the fi…
12 …s but second level hits due to a demand load that did not start a page walk. Accounts for all page…
22 "Counter": "0,1,2,3,4,5,6,7,8,9",
31 … "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.",
32 "Counter": "0,1,2,3,4,5,6,7,8,9",
36 …ounts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.…
52 …"BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page size…
53 "Counter": "0,1,2,3,4,5,6,7,8,9",
56 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
62 "BriefDescription": "Page walks completed due to a demand data load to a 1G page.",
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dqcom,spmi-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SPMI PMICs multi-function device
13 16-bit SPMI peripheral address space into 256 smaller fixed-size regions, 256 bytes
14 each. A function can consume one or more of these fixed-size register regions.
17 PMICs. These PMICs use a "QPNP" scheme through SPMI interface.
18 QPNP is effectively a partitioning scheme for dividing the SPMI extended
24 - Stephen Boyd <sboyd@kernel.org>
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-ahub.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ahub.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The Audio Hub (AHUB) comprises a collection of hardware accelerators
11 for audio pre-processing, post-processing and a programmable full
17 - Jon Hunter <jonathanh@nvidia.com>
18 - Sameer Pujar <spujar@nvidia.com>
22 pattern: "^ahub@[0-9a-f]*$"
26 - enum:
[all …]
/linux/tools/perf/pmu-events/arch/x86/lunarlake/
H A Dfrontend.json7 …the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predict…
14 "Counter": "0,1,2,3,4,5,6,7,8,9",
17 … the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unk…
23 "BriefDescription": "Counts the number of BACLEARS due to a conditional jump.",
41 "BriefDescription": "Counts the number of BACLEARS due to a return branch.",
50 "BriefDescription": "Counts the number of BACLEARS due to a direct, unconditional jump.",
60 "Counter": "0,1,2,3,4,5,6,7,8,9",
63 … the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Leng…
70 "Counter": "0,1,2,3,4,5,6,7,8,9",
78 …"BriefDescription": "Counts the number of times a decode restriction reduces the decode throughput…
[all …]
H A Dpipeline.json14 "Counter": "0,1,2,3,4,5,6,7,8,9",
18 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
53 "Counter": "0,1,2,3,4,5,6,7,8,9",
81 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.",
82 "Counter": "0,1,2,3,4,5,6,7,8,9",
85 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard…
92 "Counter": "0,1,2,3,4,5,6,7,8,9",
104 … in which the instruction pointer (IP) of the processor is resteered due to a branch instruction a…
110 "Counter": "0,1,2,3,4,5,6,7,8,9",
128 "Counter": "0,1,2,3,4,5,6,7,8,9",
[all …]
/linux/net/9p/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # 9P protocol configuration
7 tristate "Plan 9 Resource Sharing Support (9P2000)"
11 Plan 9 resource sharing via the 9P2000 protocol.
23 tristate "9P FD Transport"
30 tristate "9P Virtio Transport"
32 This builds support for a transports between
33 guest partitions and a host partition.
38 tristate "9P Xen Transport"
40 This builds support for a transport for 9pfs between
[all …]
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
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
16 * For the safety-conscious it has to be noted that they might be vulnerable
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
32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */
40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d)
[all …]
/linux/tools/perf/pmu-events/arch/x86/arrowlake/
H A Dfrontend.json7 …the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predict…
14 "Counter": "0,1,2,3,4,5,6,7,8,9",
17 … the front-end is resteered when it finds a branch instruction in a fetch line. This is called Unk…
27 …the Branch Target Buffer (BTB) prediction or lack thereof, was corrected by a later branch predict…
34 "Counter": "0,1,2,3,4,5,6,7,8,9",
37 … the number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Leng…
44 "Counter": "0,1,2,3,4,5,6,7,8,9",
52 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
53 "Counter": "0,1,2,3,4,5,6,7,8,9",
56a Uop-cache that holds translations of previously fetched instructions that were decoded by the le…
[all …]
H A Dpipeline.json14 "Counter": "0,1,2,3,4,5,6,7,8,9",
18 …y executing divide or square root operations. Accounts for integer and floating-point operations.",
35 "Counter": "0,1,2,3,4,5,6,7,8,9",
45 … "BriefDescription": "Number of occurrences where a microcode assist is invoked by hardware.",
46 "Counter": "0,1,2,3,4,5,6,7,8,9",
49 …"PublicDescription": "Counts the number of occurrences where a microcode assist is invoked by hard…
56 "Counter": "0,1,2,3,4,5,6,7,8,9",
68 … in which the instruction pointer (IP) of the processor is resteered due to a branch instruction a…
74 "Counter": "0,1,2,3,4,5,6,7,8,9",
87 … in which the instruction pointer (IP) of the processor is resteered due to a branch instruction a…
[all …]
/linux/security/apparmor/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o
6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \
10 apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o
12 obj-$(CONFIG_SECURITY_APPARMOR_KUNIT_TEST) += apparmor_policy_unpack_test.o
13 apparmor_policy_unpack_test-objs += policy_unpack_test.o
15 clean-files := capability_names.h rlim_names.h net_names.h
17 # Build a lower case string table of address family names
30 quiet_cmd_make-af = GEN $@
31 cmd_make-af = echo "static const char *const address_family_names[] = {" > $@ ;\
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-device.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps
17 Four types of device-tree nodes are defined: "host-controller nodes"
22 A combined node shall be used instead of a device node and an interface node
23 for devices of class 0 or 9 (hub) with a single configuration and a single
26 A "hub node" is a combined node or an interface node that represents a USB
[all …]
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dringbuffer_subbuf_size.tc2 # SPDX-License-Identifier: GPL-2.0
3 # description: Change the ringbuffer sub-buffer size
8 sed -ne 's/^.*data.*size:\([0-9][0-9]*\).*/\1/p' events/header_page
12 sed -ne 's/^.*data.*offset:\([0-9][0-9]*\).*/\1/p' events/header_page
16 type_len=`sed -ne 's/^.*type_len.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
17 time_len=`sed -ne 's/^.*time_delta.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
18 array_len=`sed -ne 's/^.*array.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
25 sed -ne 's/^.*buf.*offset:\([0-9][0-9]*\).*/\1/p' events/ftrace/print/format
37 printf -- 'X%.0s' $(seq $cnt)
60 # the size must be greater than or equal to page_size - data_offset
[all …]
/linux/arch/arm/mach-omap1/
H A Dmux.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * linux/arch/arm/mach-omap1/mux.c
7 * Copyright (C) 2003 - 2008 Nokia Corporation
15 #include <linux/soc/ti/omap1-io.h>
30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0)
31 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0)
44 MUX_CFG("UART3_CLKREQ", 9, 27, 0, 2, 5, 0, NA, 0, 0)
45 MUX_CFG("UART3_BCLK", A, 0, 0, 2, 6, 0, NA, 0, 0)
46 MUX_CFG("Y15_1610_UART3_RTS", A, 0, 1, 2, 6, 0, NA, 0, 0)
53 MUX_CFG("R18_USB_VBUS", 7, 9, 2, 1, 11, 0, NA, 0, 1)
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstream.c1 // SPDX-License-Identifier: GPL-2.0
32 prog_fd = bpf_program__fd(skel->progs.stream_syscall);
38 ret = -errno;
39 ASSERT_EQ(ret, -EINVAL, "bad prog_fd");
42 ret = -errno;
43 ASSERT_EQ(ret, -ENOENT, "bad stream id");
46 ret = -errno; in match_regex()
47 ASSERT_EQ(ret, -EFAUL in match_regex()
[all...]
/linux/Documentation/devicetree/bindings/mailbox/
H A Dnvidia,tegra186-hsp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/nvidia,tegra186-hsp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
15 communicate together. It provides a set of hardware synchronization
30 - bits 15..8:
31 A bit mask of flags that further specifies the type of shared
33 specified then, 32-bit shared mailbox is used.
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh2 # SPDX-License-Identifier: GPL-2.0+
4 # Run a series of tests under KVM. By default, this series is specified
5 # by the relevant CFLIST file, but can be overridden by the --configs
6 # command-line argument.
17 T="`mktemp -d ${TMPDIR-/tmp}/kvm.sh.XXXXXX`"
18 trap 'rm -rf $T' 0
23 LANG=en_US.UTF-8; export LANG
57 ds=`date +%Y.%m.%d-%H.%M.%S`
58 jitter="-1"
65 echo " --allcpus"
[all …]
/linux/lib/crypto/arm/
H A Dblake2s-core.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
18 // load the words on-demand.
27 .macro __ldrd a, b, src, offset
29 ldrd \a, \b, [\src, #\offset]
31 ldr \a, [\src, #\offset]
36 .macro __strd a, b, dst, offset
38 strd \a, \b, [\dst, #\offset]
40 str \a, [\dst, #\offset]
45 .macro _le32_bswap a, tmp
47 rev_l \a, \tmp
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dmq.json4 "name": "Add mq Qdisc to multi-queue device (4 queues)",
18 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
26 "name": "Add mq Qdisc to multi-queue device (256 queues)",
40 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-9,a-f][0-9,a-f]{0,2}",
63 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
70 "id": "128a",
85 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
109 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
117 "name": "Add mq Qdisc to single-queue device",
131 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
[all …]
/linux/fs/smb/common/
H A Dcifs_md4.c1 // SPDX-License-Identifier: GPL-2.0
12 * Copyright (c) Andrew Tridgell 1997-1998.
33 return ((x << s) & 0xFFFFFFFF) | (x >> (32 - s)); in lshift()
51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
57 u32 a, b, c, d; in md4_transform() local
59 a = hash[0]; in md4_transform()
64 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
65 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
[all …]

12345678910>>...44