Home
last modified time | relevance | path

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

12345678910>>...50

/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.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.
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.10/drivers/block/paride/
Dktti.c5 ktti.c is a low-level protocol driver for the KT Technology
24 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
44 { int a, b, r; in ktti_read_regr() local
48 w0(r); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_regr()
49 a = r1(); w2(0xc); b = r1(); w2(9); w2(0xc); w2(9); in ktti_read_regr()
50 return j44(a,b); in ktti_read_regr()
56 { int k, a, b; in ktti_read_block() local
59 w0(0x10); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_block()
60 a = r1(); w2(0xc); b = r1(); w2(9); in ktti_read_block()
61 buf[2*k] = j44(a,b); in ktti_read_block()
[all …]
/Linux-v5.10/crypto/
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 …]
/Linux-v5.10/arch/powerpc/kernel/vdso32/
Dsigtramp.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-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm.sh4 # Run a series of tests under KVM. By default, this series is specified
92 …checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '…
105 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
131 checkarg --duration "(minutes)" $# "$2" '^[0-9]*$' '^error'
147 …checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$…
152 …onfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A-Z0-9_]\+=\([…
168 checkarg --mac "(MAC address)" $# "$2" '^\([0-9a-fA-F]\{2\}:\)\{5\}[0-9a-fA-F]\{2\}$' error
173 checkarg --memory "(memory size)" $# "$2" '^[0-9]\+[MG]\?$' error
196 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
244 # Create a file of test-name/#cpus pairs, sorted by decreasing #cpus.
[all …]
/Linux-v5.10/arch/mips/kernel/
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-v5.10/Documentation/devicetree/bindings/soundwire/
Dsoundwire-controller.yaml14 SoundWire busses can be described with a node for the SoundWire controller
15 device and a set of child nodes for each SoundWire slave on the bus.
28 "^.*@[0-9a-f],[0-9a-f]$":
33 pattern: "^sdw[0-9a-f]{1}[0-9a-f]{4}[0-9a-f]{4}[0-9a-f]{2}$"
/Linux-v5.10/arch/csky/lib/
Dusercopy.c25 * copy a null terminated string from userspace.
48 ".section __ex_table, \"a\" \n" \
61 * __strncpy_from_user: - Copy a NUL terminated string from userspace,
68 * Copies a NUL-terminated string from userspace to kernel space.
91 * strncpy_from_user: - Copy a NUL terminated string from userspace.
97 * Copies a NUL-terminated string from userspace to kernel space.
119 * strlen_user: - Get the size of a string in user space.
123 * Get the size of a NUL-terminated string in user space.
127 * If the string is too long, returns a value greater than @n.
152 ".section __ex_table, \"a\" \n" in strnlen_user()
[all …]
/Linux-v5.10/arch/powerpc/kernel/vdso64/
Dsigtramp.S3 * Signal trampoline for 64 bits processes in a ppc64 kernel for
30 chosen in such a way that older libgcc unwind code returns a zero
31 for a sigcontext pointer. */
35 /* Register r1 can be found at offset 8 of a pt_regs structure.
36 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */
39 .uleb128 9f - 1f; /* length */ \
45 9:
47 /* Register REGNO can be found at offset OFS of a pt_regs structure.
48 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */
52 .uleb128 9f - 1f; /* length */ \
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/soc/ti/
Dti,pruss.yaml16 (PRU-ICSS a.k.a. PRUSS) is present on various TI SoCs such as AM335x, AM437x,
17 Keystone 66AK2G, OMAP-L138/DA850 etc. A PRUSS consists of dual 32-bit RISC
30 - an Industrial Ethernet Timer with 7/9 capture and 16 compare events
31 - a 16550-compatible UART to support PROFIBUS
34 A PRU-ICSS subsystem can have up to three shared data memories. A PRU core
35 acts on a primary Data RAM (there are usually 2 Data RAMs) at its address
36 0x0, but also has access to a secondary Data RAM (primary to the other PRU
37 core) at its address 0x2000. A shared Data RAM, if present, can be accessed
38 by both the PRU cores. The Interrupt Controller (INTC) and a CFG module are
39 common to both the PRU cores. Each PRU core also has a private instruction
[all …]
/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * including a substantially similar Disclaimer requirement for further
31 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
51 source : 9,
52 destination : 9,
60 destination : 9,
61 source : 9,
70 source : 9,
71 destination : 9,
79 destination : 9,
[all …]
/Linux-v5.10/Documentation/trace/postprocess/
Dtrace-vmscan-postprocess.pl2 # This is a POC for reading the text representation of trace output related to
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
110 my $regex_direct_begin_default = 'order=([0-9]*) may_writepage=([0-9]*) gfp_flags=([A-Z_|]*)';
111 my $regex_direct_end_default = 'nr_reclaimed=([0-9]*)';
112 my $regex_kswapd_wake_default = 'nid=([0-9]*) order=([0-9]*)';
113 my $regex_kswapd_sleep_default = 'nid=([0-9]*)';
114 my $regex_wakeup_kswapd_default = 'nid=([0-9]*) zid=([0-9]*) order=([0-9]*) gfp_flags=([A-Z_|]*)';
115 …e_mode=([0-9]*) classzone_idx=([0-9]*) order=([0-9]*) nr_requested=([0-9]*) nr_scanned=([0-9]*) nr…
1169]*) nr_scanned=([0-9]*) nr_reclaimed=([0-9]*) nr_dirty=([0-9]*) nr_writeback=([0-9]*) nr_congeste…
117 my $regex_lru_shrink_active_default = 'lru=([A-Z_]*) nr_scanned=([0-9]*) nr_rotated=([0-9]*) priori…
[all …]
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dsimple.json17 "cmdUnderTest": "$TC actions add action simple sdata \"A triumph\" index 60",
20 "matchPattern": "action order [0-9]*: Simple <A triumph>.*index 60 ref",
45 "matchPattern": "action order [0-9]*: Simple <Jamaica>.*ref",
72 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",
97 "matchPattern": "action order [0-9]*: Simple <Blinkenlights>.*index 1 ref",
119 "$TC actions add action simple sdata \"McCoy\" index 9"
124 "matchPattern": "action order [0-9]*: Simple <[A-Z][a-z]*>",
149 "matchPattern": "action order [0-9]*: Simple <hello>.*index 90 ref",
/Linux-v5.10/block/
Dblk-lib.c59 bs_mask = (bdev_logical_block_size(bdev) >> 9) - 1; in __blkdev_issue_discard()
66 /* In case the discard request is in a partition */ in __blkdev_issue_discard()
78 * Check whether the discard bio starts at a discard_granularity in __blkdev_issue_discard()
82 * start at a discard_granularity aligned LBA on the device. in __blkdev_issue_discard()
95 WARN_ON_ONCE((req_sects << 9) > UINT_MAX); in __blkdev_issue_discard()
102 bio->bi_iter.bi_size = req_sects << 9; in __blkdev_issue_discard()
107 * We can loop for a long time in here, if someone does in __blkdev_issue_discard()
121 * blkdev_issue_discard - queue a discard
129 * Issue a discard request for the sectors in question.
180 bs_mask = (bdev_logical_block_size(bdev) >> 9) - 1; in __blkdev_issue_write_same()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dethernet-phy.yaml14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
28 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
36 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
45 bits of a vendor specific ID.
47 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
50 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
163 Specifies a reference to a node representing a SFP cage.
/Linux-v5.10/arch/alpha/kernel/
Dsys_sx164.c5 * Copyright (C) 1995 David A Rusling
6 * Copyright (C) 1996 Jay A Estabrook
73 * 8 Interrupt Line A from slot 3
74 * 9 Interrupt Line A from slot 2
75 *10 Interrupt Line A from slot 1
76 *11 Interrupt Line A from slot 0
95 * 9 32 bit PCI option slot 3
103 { 16+ 9, 16+ 9, 16+13, 16+17, 16+21}, /* IdSel 5 slot 2 J17 */ in sx164_map_irq()
107 { 16+ 8, 16+ 8, 16+12, 16+16, 16+20} /* IdSel 9 slot 3 J15 */ in sx164_map_irq()
109 const long min_idsel = 5, max_idsel = 9, irqs_per_slot = 5; in sx164_map_irq()
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dtimex.h199 * tod_to_ns - convert a TOD format value to nanoseconds
203 * Converting a 64 Bit TOD format value to nanoseconds means that the value
207 * ns = (todval * 125) >> 9;
210 * With a split todval == 2^9 * th + tl (th upper 55 bits, tl lower 9 bits)
213 * ns = ((2^9 * th + tl) * 125 ) >> 9;
214 * -> ns = (th * 125) + ((tl * 125) >> 9);
219 return ((todval >> 9) * 125) + (((todval & 0x1ff) * 125) >> 9); in tod_to_ns()
224 * @a: first 64 bit TOD timestamp
227 * Returns: true if a is later than b
229 static inline int tod_after(unsigned long long a, unsigned long long b) in tod_after() argument
[all …]

12345678910>>...50