Home
last modified time | relevance | path

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

12345678910>>...50

/linux/scripts/
H A 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 …]
H A 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 …]
/linux/Documentation/filesystems/
H A 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 …]
/linux/include/net/9p/
H A 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 …]
/linux/Documentation/devicetree/bindings/mfd/
H A 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]*@.*$'
127 "^adc@[0-9a-f]+$":
134 "^adc-tm@[0-9a-f]+$":
138 "^audio-codec@[0-9a-f]+$":
142 "^battery@[0-9a-f]+$":
147 "^charger@[0-9a-f]+$":
155 "gpio@[0-9a-f]+$":
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A 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 …]
/linux/arch/powerpc/crypto/
H A 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 …]
H A Dpoly1305-p10le_64.S18 # a += m
19 # a = (r + a) % p
20 # a += s
26 # to 9 vectors for multiplications.
40 # Each word in a vector consists a member of a "r/s" in [a * r/s].
116 addi 9, 1, 256
117 SAVE_VRS 20, 0, 9
118 SAVE_VRS 21, 16, 9
119 SAVE_VRS 22, 32, 9
120 SAVE_VRS 23, 48, 9
[all …]
/linux/net/9p/
H A DKconfig3 # 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
44 tristate "9P USB Gadget Transport"
[all …]
/linux/security/apparmor/
H A 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 …]
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dringbuffer_subbuf_size.tc8 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
66 # Now add a little more the meta data overhead will overflow
89 for a in 4 8 16 32 ; do
90 echo $a > buffer_subbuf_size_kb
91 test_buffer $a
/linux/Documentation/devicetree/bindings/usb/
H A 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
/linux/arch/arm/mach-omap1/
H A 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 …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh4 # Run a series of tests under KVM. By default, this series is specified
111 checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '^--'
119 checkarg --configs "(list of config files)" "$#" "$2" '^[^/.a-z]\+$' '^--'
124 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
138 checkarg --datestamp "(relative pathname)" "$#" "$2" '^[a-zA-Z0-9._/-]*$' '^--'
162 checkarg --duration "(minutes)" $# "$2" '^[0-9][
[all...]
/linux/arch/arm/crypto/
H A 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 …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A 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",
/linux/fs/smb/common/
H A Dcifs_md4.c51 #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()
66 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
67 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
68 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
/linux/lib/crypto/
H A 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 …]
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c73 * 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 …]
/linux/crypto/
H A Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
69 u32 a, b, c, d; in md4_transform() local
71 a = hash[0]; in md4_transform()
76 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
77 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
78 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
79 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
80 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
H A Dblake2b_generic.c26 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
27 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
28 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
29 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
30 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
31 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
32 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
33 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
34 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
35 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },
[all …]
/linux/include/dt-bindings/memory/
H A 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 …]
/linux/arch/powerpc/kernel/vdso/
H A Dsigtramp32.S3 * 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 …]
/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,mdss.yaml19 pattern: "^display-subsystem@[0-9a-f]+$"
102 "^display-controller@[1-9a-f][0-9a-f]*$":
110 "^dsi@[1-9a-f][0-9a-f]*$":
118 "^phy@[1-9a-f][0-9a-f]*$":
139 "^hdmi-tx@[1-9a-f][0-9a-f]*$":
/linux/drivers/ata/pata_parport/
H A Dktti.c5 * ktti.c is a low-level protocol driver for the KT Technology
20 #define j44(a, b) (((a >> 4) & 0x0f) | (b & 0xf0)) argument
38 int a, b, r; in ktti_read_regr() local
42 w0(r); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_regr()
43 a = r1(); w2(0xc); b = r1(); w2(9); w2(0xc); w2(9); in ktti_read_regr()
44 return j44(a, b); in ktti_read_regr()
49 int k, a, b; in ktti_read_block() local
52 w0(0x10); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_block()
53 a = r1(); w2(0xc); b = r1(); w2(9); in ktti_read_block()
54 buf[2*k] = j44(a, b); in ktti_read_block()
[all …]

12345678910>>...50