Home
last modified time | relevance | path

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

12345678910>>...62

/kernel/linux/linux-6.6/scripts/
Dmarkup_oops.pl49 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 …]
Drecordmcount.pl5 # 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/
Dmarkup_oops.pl49 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 …]
Drecordmcount.pl5 # 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/Documentation/filesystems/
D9p.rst4 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-6.6/Documentation/filesystems/
D9p.rst4 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-5.10/include/net/9p/
D9p.h3 * 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-6.6/include/net/9p/
D9p.h3 * 9P protocol definitions.
16 * @P9_DEBUG_9P: 9P protocol 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
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
75 * @P9_TMKDIR: create a directory request
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dnvidia,tegra210-ahub.yaml10 The Audio Hub (AHUB) comprises a collection of hardware accelerators
11 for audio pre-processing, post-processing and a programmable full
22 pattern: "^ahub@[0-9a-f]*$"
69 '^port@[0-9]':
74 '^i2s@[0-9a-f]+$':
77 '^dmic@[0-9a-f]+$':
81 '^admaif@[0-9a-f]+$':
85 '^dspk@[0-9a-f]+$':
89 '^mvc@[0-9a-f]+$':
93 '^sfc@[0-9a-f]+$':
[all …]
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Daes-tab-4k.S10 * 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-6.6/arch/powerpc/crypto/
Daes-tab-4k.S10 * 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-6.6/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.yaml14 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
30 - pattern: '^pm(a|s)?[0-9]*@.*$'
121 "^adc@[0-9a-f]+$":
128 "^adc-tm@[0-9a-f]+$":
132 "^audio-codec@[0-9a-f]+$":
136 "^charger@[0-9a-f]+$":
143 "gpio@[0-9a-f]+$":
147 "^led-controller@[0-9a-f]+$":
[all …]
/kernel/linux/linux-6.6/net/9p/
DKconfig3 # 9P protocol configuration
7 tristate "Plan 9 Resource Sharing Support (9P2000)"
10 Plan 9 resource sharing via the 9P2000 protocol.
22 tristate "9P FD Transport"
29 tristate "9P Virtio Transport"
31 This builds support for a transports between
32 guest partitions and a host partition.
37 tristate "9P Xen Transport"
39 This builds support for a transport for 9pfs between
45 tristate "9P RDMA Transport (Experimental)"
[all …]
/kernel/linux/linux-5.10/net/9p/
DKconfig3 # 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-6.6/security/apparmor/
DMakefile17 # Build a lower case string table of address family names
33 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\
37 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/\L\1/p'\
40 # Build a lower case string table of sock type names
48 -e 's/^\tSOCK_([A-Z0-9_]+)[\t]+=[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\
51 # Build a lower case string table of capability names
59 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/[\2] = "\L\1",/p';\
63 -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/\L\1/p' | \
67 # Build a lower case string table of rlimit names.
73 # and build a second integer table (with the second sed cmd), that maps
[all …]
/kernel/linux/linux-5.10/security/apparmor/
DMakefile13 # 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-6.6/Documentation/devicetree/bindings/usb/
Dusb-device.yaml22 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
31 pattern: "^usb[0-9a-f]{1,4},[0-9a-f]{1,4}$"
37 but a device adhering to this binding may leave out all except
54 "^interface@[0-9a-f]{1,2}(,[0-9a-f]{1,2})$":
62 pattern: "^usbif[0-9a-f]{1,4},[0-9a-f]{1,4}.config[0-9a-f]{1,2}.[0-9a-f]{1,2}$"
69 also be used, but a device adhering to this binding may leave out
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/msm/
Dgpu.yaml20 … - pattern: '^qcom,adreno-[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$'
26 - pattern: '^qcom,adreno-[3-6][0-9][0-9]\.[0-9]$'
90 For a5xx and a6xx devices this node contains a memory-region that
114 For GMU attached devices a phandle to the GMU device that will
130 pattern: '^qcom,adreno-[3-5][0-9][0-9]\.[0-9]$'
206 pattern: '^qcom,adreno-6[0-9][0-9]\.[0-9]$'
/kernel/linux/linux-5.10/lib/crypto/
Dblake2s-generic.c3 * 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-6.6/arch/arm/mach-omap1/
Dmux.c30 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)
54 MUX_CFG("R18_1510_USB_GPIO0", 7, 9, 0, 1, 11, 1, NA, 0, 1)
63 MUX_CFG("USB1_SE0", 9, 0, 2, 1, 28, 0, NA, 0, 1)
64 MUX_CFG("W13_1610_USB1_SE0", 9, 0, 4, 1, 28, 0, NA, 0, 1)
65 MUX_CFG("USB1_TXEN", 9, 3, 2, 1, 29, 0, NA, 0, 1)
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dmux.c31 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-6.6/lib/crypto/
Dblake2s-generic.c3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
20 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
21 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
22 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
23 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
24 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
25 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
26 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
27 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
28 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dmq.json18 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
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]",
131 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent 1:[1-4]",
153 "matchPattern": "class mq 1:[0-9]+ root",
176 "matchPattern": "qdisc [a-zA-Z0-9_]+ 0: parent ffff",
/kernel/linux/linux-6.6/arch/arm/crypto/
Dblake2s-core.S24 .macro __ldrd a, b, src, offset
26 ldrd \a, \b, [\src, #\offset]
28 ldr \a, [\src, #\offset]
33 .macro __strd a, b, dst, offset
35 strd \a, \b, [\dst, #\offset]
37 str \a, [\dst, #\offset]
42 .macro _le32_bswap a, tmp
44 rev_l \a, \tmp
48 .macro _le32_bswap_8x a, b, c, d, e, f, g, h, tmp
49 _le32_bswap \a, \tmp
[all …]
/kernel/linux/linux-6.6/include/dt-bindings/memory/
Dmt8186-memory-port.h17 * a) Make sure all the ports inside a larb are in one range.
26 * N/A 12G ~ 16G
27 * CCU0 0x24000_0000 ~ 0x243ff_ffff larb13: port 9/10
62 #define IOMMU_PORT_L4_HW_VDEC_AVC_MV_EXT MTK_M4U_ID(4, 9)
78 #define IOMMU_PORT_L7_JPGENC_Y_RDMA MTK_M4U_ID(7, 9)
88 /* LARB 9 -- IMG-1 */
89 #define IOMMU_PORT_L9_IMG_IMGI_D1 MTK_M4U_ID(9, 0)
90 #define IOMMU_PORT_L9_IMG_IMGBI_D1 MTK_M4U_ID(9, 1)
91 #define IOMMU_PORT_L9_IMG_DMGI_D1 MTK_M4U_ID(9, 2)
92 #define IOMMU_PORT_L9_IMG_DEPI_D1 MTK_M4U_ID(9, 3)
[all …]

12345678910>>...62