Home
last modified time | relevance | path

Searched +full:3 +full:e (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/Linux-v5.15/arch/alpha/lib/
Dev6-memset.S15 * E - either cluster
53 and $17,255,$1 # E : 00000000000000ch
55 bis $16,$16,$0 # E : return value
58 addq $18,$16,$6 # E : max address to write to
59 bis $1,$2,$17 # E : 000000000000chch
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
68 or $17,$3,$17 # E : 00000000chchchch
[all …]
Dev6-csum_ipv6_magic.S17 * E - either cluster
36 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
47 * add the 3 low ushorts together, generating a uint
64 ldq_u $0,0($16) # L : Latency: 3
66 ldq_u $1,8($16) # L : Latency: 3
69 and $16,7,$6 # E : src misalignment
70 ldq_u $5,15($16) # L : Latency: 3
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
76 ldq_u $3,8($17) # L : Latency: 3
79 cmoveq $6,$31,$22 # E : src aligned?
[all …]
Dev6-memchr.S26 * E - either cluster
49 ldq_u $1, 0($16) # L : load first quadword Latency=3
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
54 or $2, $17, $17 # E : 000000000000chch
55 lda $3, -1($31) # E : U L L U
58 addq $16, $5, $5 # E : Max search address
59 or $2, $17, $17 # E : 00000000chchchch
62 or $2, $17, $17 # E : chchchchchchchch
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
[all …]
Dev6-memcpy.S16 * E - either cluster
34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
37 and $1, 7, $1 # E : are they the same mod 8?
41 and $16, 7, $1 # E : Are both 0mod8?
43 nop # E :
53 subq $18, 1, $18 # E : count--
54 addq $17, 1, $17 # E : src++
56 addq $16, 1, $16 # E : dest++
57 and $16, 7, $1 # E : Are we at 0mod8 yet?
[all …]
Dev6-copy_user.S21 * E - either cluster
49 mov $18, $0 # .. .. .. E
50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
51 nop # .. E .. ..
54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
59 * The fetcher stall also hides the 1 cycle cross-cluster stall for $3 (L --> U)
65 addq $16,1,$16 # .. .. E .. : Section 3.8 in the CWG
66 addq $3,1,$3 # .. E .. .. :
[all …]
Dev6-clear_user.S18 * E - either cluster
53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
56 addq $0, $4, $1 # .. .. .. E : bias counter
57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
70 addq $16, 8, $16 # E .. .. .. : L U U L
73 subq $1, 1, $1 # .. .. E .. :
74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
75 subq $0, 8, $0 # E .. .. .. : U L U L
86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
[all …]
Dev6-stxncpy.S36 * E - either cluster
66 lda t2, -1 # E : build a mask against false zero
69 ornot t1, t2, t2 # E : (stall)
72 cmpbge zero, t2, t8 # E : bits set iff null found
73 or t0, t3, t0 # E : (stall)
91 addq a0, 8, a0 # E :
92 subq a2, 1, a2 # E :
96 addq a1, 8, a1 # E :
97 cmpbge zero, t0, t8 # E :
113 negq t8, t12 # E : find low bit set
[all …]
Dev6-stxcpy.S28 * E - either cluster
58 lda t2, -1 # E : build a mask against false zero
61 ornot t1, t2, t2 # E : (stall)
64 cmpbge zero, t2, t8 # E : bits set iff null found
65 or t0, t3, t1 # E : (stall)
75 addq a0, 8, a0 # E :
79 ldq_u t1, 0(a1) # L : Latency=3
80 addq a1, 8, a1 # E :
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
89 negq t8, t6 # E : find low bit set
[all …]
Dev67-strncat.S18 * E - either cluster
38 lda $2, -1($31) # E :
41 andnot $16, 7, $16 # E :
42 nop # E :
43 or $2, $1, $1 # E :
45 nop # E :
46 nop # E :
47 cmpbge $31, $1, $2 # E : bits set iff byte == 0
51 addq $16, 8, $16 # E :
52 cmpbge $31, $1, $2 # E :
[all …]
Dev67-strrchr.S17 * E - either cluster
35 and a1, 0xff, t2 # E : 00000000000000ch
38 ldq_u t0, 0(a0) # L : load first quadword Latency=3
40 mov zero, t6 # E : t6 is last match aligned addr
41 or t2, t4, a1 # E : 000000000000chch
43 mov zero, t8 # E : t8 is last match byte compare mask
45 andnot a0, 7, v0 # E : align source addr
46 or t5, t3, t3 # E : 00000000chch0000
50 or t4, a1, a1 # E : chch00000000chch
51 or t2, t3, t2 # E : 0000chchchch0000
[all …]
/Linux-v5.15/Documentation/driver-api/media/drivers/ccs/
Dccs-regs.asc1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
6 # - e enum value # after a field
7 # - e enum value [LSB MSB]
23 - e GRBG 0
24 - e RGGB 1
25 - e BGGR 2
26 - e GBRG 3
28 - e v1_0 0x10
29 - e v1_1 0x11
31 - f minor 0 3
[all …]
/Linux-v5.15/arch/x86/crypto/
Dsha1_ssse3_asm.S117 mov 16(HASH_PTR), E
127 RR F1,A,B,C,D,E,0
128 RR F1,D,E,A,B,C,2
129 RR F1,B,C,D,E,A,4
130 RR F1,E,A,B,C,D,6
131 RR F1,C,D,E,A,B,8
133 RR F1,A,B,C,D,E,10
134 RR F1,D,E,A,B,C,12
135 RR F1,B,C,D,E,A,14
136 RR F1,E,A,B,C,D,16
[all …]
Dsha256-avx-asm.S97 NUM_BLKS = %rdx # 3rd arg
104 e = %edx define
145 f = e
146 e = d define
157 mov e, y0 # y0 = e
158 MY_ROR (25-11), y0 # y0 = e >> (25-11)
162 xor e, y0 # y0 = e ^ (e >> (25-11))
164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
169 and e, y2 # y2 = (f^g)&e
[all …]
Dsha256-ssse3-asm.S90 NUM_BLKS = %rdx # 3rd arg
97 e = %edx define
139 f = e
140 e = d define
151 mov e, y0 # y0 = e
152 ror $(25-11), y0 # y0 = e >> (25-11)
156 xor e, y0 # y0 = e ^ (e >> (25-11))
158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
164 and e, y2 # y2 = (f^g)&e
[all …]
Dsha256-avx2-asm.S92 NUM_BLKS = %rdx # 3rd arg
97 e = %edx # clobbers NUM_BLKS define
145 f = e
146 e = d define
157 rorx $25, e, y0 # y0 = e >> 25 # S1A
158 rorx $11, e, y1 # y1 = e >> 11 # S1B
166 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
168 vpaddd X0, XTMP0, XTMP0 # XTMP0 = W[-7] + W[-16]# y1 = (e >> 6)# S1
169 rorx $6, e, y1 # y1 = (e >> 6) # S1
171 and e, y2 # y2 = (f^g)&e # CH
[all …]
/Linux-v5.15/security/apparmor/
Dpolicy_unpack_test.c14 (3 + strlen(TEST_STRING_NAME) + 1)
19 (TEST_STRING_BUF_OFFSET + 3 + strlen(TEST_STRING_DATA) + 1)
21 (TEST_NAMED_U32_BUF_OFFSET + 3 + strlen(TEST_U32_NAME) + 1)
23 #define TEST_U16_OFFSET (TEST_U32_BUF_OFFSET + 3)
30 (TEST_NAMED_U64_BUF_OFFSET + 3 + strlen(TEST_U64_NAME) + 1)
37 (TEST_NAMED_BLOB_BUF_OFFSET + 3 + strlen(TEST_BLOB_NAME) + 1)
44 (TEST_NAMED_ARRAY_BUF_OFFSET + 3 + strlen(TEST_ARRAY_NAME) + 1)
47 struct aa_ext *e; member
55 struct aa_ext *e; in build_aa_ext_struct() local
60 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct()
[all …]
/Linux-v5.15/arch/powerpc/crypto/
Daes-tab-4k.S14 * instructions. E.g. evldw, evlwwsplat, ...
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
44 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b)
50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
56 .long R(62, 31, 31, 53), R(2a, 15, 15, 3f)
58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e)
61 .long R(0e, 07, 07, 09), R(24, 12, 12, 36)
62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d)
63 .long R(cd, eb, eb, 26), R(4e, 27, 27, 69)
[all …]
/Linux-v5.15/sound/pci/hda/
Dhda_eld.c29 CEA_EDID_VER_CEA861BCD = 3,
37 "3-reserved"
44 AUDIO_CODING_TYPE_MPEG1 = 3,
67 AUDIO_CODING_XTYPE_MPEG_SURROUND = 3,
74 /* 2 */ "AC-3",
75 /* 3 */ "MPEG1",
82 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)",
95 * - CEA E-EDID Extension (sink to source)
105 AC_SUPPCM_BITS_24, /* 3: 24 bits */
115 SNDRV_PCM_RATE_48000, /* 3: 48000Hz */
[all …]
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-tpm50 Description: The "durations" property shows the 3 vendor-specific values
97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
131 3A B2 92 0C A4 9B 2A 83 EB 5C 12 85 04 48 A0 B6
132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB
134 D7 0E 7D CA 41 BF 43 07 65 86 3C 8C 13 7A D0 8B
135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26
[all …]
/Linux-v5.15/lib/
Dlist-test.c348 struct list_head entries[3], *cur; in list_test_list_cut_position()
376 struct list_head entries[3], *cur; in list_test_list_cut_before()
412 list_add_tail(&entries[3], &list2); in list_test_list_splice()
415 /* before: [list1]->e[0]->e[1]->e[4], [list2]->e[2]->e[3] */ in list_test_list_splice()
417 /* after: [list1]->e[0]->e[1]->e[2]->e[3]->e[4], [list2] uninit */ in list_test_list_splice()
437 list_add_tail(&entries[3], &list2); in list_test_list_splice_tail()
440 /* before: [list1]->e[0]->e[1]->e[4], [list2]->e[2]->e[3] */ in list_test_list_splice_tail()
442 /* after: [list1]->e[0]->e[1]->e[2]->e[3]->e[4], [list2] uninit */ in list_test_list_splice_tail()
462 list_add_tail(&entries[3], &list2); in list_test_list_splice_init()
465 /* before: [list1]->e[0]->e[1]->e[4], [list2]->e[2]->e[3] */ in list_test_list_splice_init()
[all …]
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
57 E += TEMP + rol32(A,5) + (fn) + (constant); \
60 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
62 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
63 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
64 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
86 __u32 A, B, C, D, E; in sha1_transform() local
91 D = digest[3]; in sha1_transform()
92 E = digest[4]; in sha1_transform()
[all …]
/Linux-v5.15/sound/usb/
Dmixer_s1810c.c45 * * e 0-> disconnect, 0x01000000-> connect,
47 * e is also used for setting volume levels
63 * 3 -> S/PDIF
71 * * e sets the setting for that control.
78 * * e I guess the same as with mixer except 0x0109
91 u32 e; member
96 #define SC1810C_CTL_AB_SW 3
111 #define SC1810C_STATE_F2_IDX 3
136 u32 b, u32 c, u32 d, u32 e) in snd_s1810c_send_ctl_packet() argument
153 pkt.e = (c == 4) ? 0 : e; in snd_s1810c_send_ctl_packet()
[all …]
/Linux-v5.15/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c18 int efd[3];
52 struct epoll_event e; in waiter_entry1a() local
55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
64 struct epoll_event e; in waiter_entry1ap() local
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
79 struct epoll_event e; in waiter_entry1o() local
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
91 struct epoll_event e; in waiter_entry1op() local
97 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1op()
149 write(ctx->sfd[3], "w", 1); in emitter_entry2()
[all …]
/Linux-v5.15/arch/arm/crypto/
Dsha1-armv4-large.S44 @ diverse as ARM ones: e.g., there are only two arithmetic
45 @ instructions with 3 arguments, no [fixed] rotate, addressing
83 ldrb r9,[r1,#3]
85 add r7,r8,r7,ror#2 @ E+=K_00_19
90 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
94 add r7,r8,r7,ror#2 @ E+=K_00_19
96 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
102 add r7,r7,r9 @ E+=X[i]
105 add r7,r7,r10 @ E+=F_00_19(B,C,D)
108 ldrb r9,[r1,#3]
[all …]
/Linux-v5.15/include/linux/
Dintel-iommu.h56 #define CONTEXT_PASIDE BIT_ULL(3)
131 #define DMAR_IQER_REG_IQEI(reg) FIELD_GET(GENMASK_ULL(3, 0), reg)
173 #define cap_afl(c) (((c) >> 3) & 1)
179 #define ecap_rps(e) (((e) >> 49) & 0x1) argument
180 #define ecap_smpwc(e) (((e) >> 48) & 0x1) argument
181 #define ecap_flts(e) (((e) >> 47) & 0x1) argument
182 #define ecap_slts(e) (((e) >> 46) & 0x1) argument
183 #define ecap_slads(e) (((e) >> 45) & 0x1) argument
184 #define ecap_vcs(e) (((e) >> 44) & 0x1) argument
185 #define ecap_smts(e) (((e) >> 43) & 0x1) argument
[all …]

12345678910>>...59