Home
last modified time | relevance | path

Searched +full:6 +full:e (Results 1 – 25 of 1530) sorted by relevance

12345678910>>...62

/Linux-v5.15/arch/alpha/lib/
Dev6-memchr.S26 * E - either cluster
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
67 extqh $6, $16, $6 # U : 2 cycle stall for $6
[all …]
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
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
66 inswl $17,6,$2 # U : chch000000000000
68 or $17,$3,$17 # E : 00000000chchchch
69 or $2,$5,$2 # E : chchchch00000000
[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)
69 and $16,7,$6 # E : src misalignment
74 extql $0,$6,$0 # U :
75 extqh $1,$6,$22 # U :
79 cmoveq $6,$31,$22 # E : src aligned?
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
84 or $0,$22,$0 # E : 1st src word complete
85 extql $1,$6,$1 # U :
86 or $18,$4,$18 # E : 000000CCDDAABBCC
[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 …]
/Linux-v5.15/arch/x86/crypto/
Dsha256-avx-asm.S104 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
174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
[all …]
Dsha256-ssse3-asm.S97 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
169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
[all …]
Dsha256-avx2-asm.S97 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
172 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
[all …]
Dsha512-ssse3-asm.S118 mov e_64, tmp0 # tmp = e
120 ror $23, tmp0 # 41 # tmp = e ror 23
121 and e_64, T1 # T1 = (f ^ g) & e
122 xor e_64, tmp0 # tmp = (e ror 23) ^ e
123 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
126 ror $4, tmp0 # 18 # tmp = ((e ror 23) ^ e) ror 4
127 xor e_64, tmp0 # tmp = (((e ror 23) ^ e) ror 4) ^ e
129 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
130 ror $14, tmp0 # 14 # tmp = ((((e ror23)^e)ror4)^e)ror14 = S1(e)
131 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
[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
35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
36 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
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)
58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e)
61 .long R(0e, 07, 07, 09), R(24, 12, 12, 36)
63 .long R(cd, eb, eb, 26), R(4e, 27, 27, 69)
[all …]
Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
103 rotrwi rT0,e,6; /* 1: S1 = e rotr 6 */ \
104 rotrwi rT1,e,11; /* 1: S1' = e rotr 11 */ \
105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \
107 and rT3,e,f; /* 1: ch = e and f */ \
109 andc rT1,g,e; /* 1: ch' = ~e and g */ \
128 rotrwi rT0,d,6; /* 2: S1 = e rotr 6 */ \
130 rotrwi rT1,d,11; /* 2: S1' = e rotr 11 */ \
132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \
134 and rT3,d,e; /* 2: ch = e and f */ \
[all …]
/Linux-v5.15/Documentation/driver-api/media/drivers/ccs/
Dccs-regs.asc6 # - 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
40 - e ts 0
41 - e es 1
[all …]
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-tpm97 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
130 B4 76 41 82 C9 20 2C 10 18 40 BC 8B E5 44 4C 6C
132 1E E4 81 84 CE B2 F2 45 1C F0 85 99 61 02 4D EB
133 86 C4 F7 F3 29 60 52 93 6B B2 E5 AB 8B A9 09 E3
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/tools/perf/pmu-events/arch/x86/
Dmapfile.csv2 GenuineIntel-6-56,v5,broadwellde,core
3 GenuineIntel-6-3D,v17,broadwell,core
4 GenuineIntel-6-47,v17,broadwell,core
5 GenuineIntel-6-4F,v10,broadwellx,core
6 GenuineIntel-6-1C,v4,bonnell,core
7 GenuineIntel-6-26,v4,bonnell,core
8 GenuineIntel-6-27,v4,bonnell,core
9 GenuineIntel-6-36,v4,bonnell,core
10 GenuineIntel-6-35,v4,bonnell,core
11 GenuineIntel-6-5C,v8,goldmont,core
[all …]
/Linux-v5.15/arch/m68k/fpsp040/
Dtbldo.S55 .long smovcr |$00-6 fmovecr all
64 .long serror |$01-6 fint ERROR
73 .long serror |$02-6 fsinh ERROR
82 .long serror |$03-6 fintrz ERROR
91 .long serror |$04-6 ERROR - illegal extension
100 .long serror |$05-6 ERROR - illegal extension
109 .long serror |$06-6 flognp1 ERROR
118 .long serror |$07-6 ERROR - illegal extension
127 .long serror |$08-6 fetoxm1 ERROR
136 .long serror |$09-6 ftanh ERROR
[all …]
/Linux-v5.15/tools/testing/selftests/net/
Dfib_tests.sh53 set -e
63 $IP -6 address add 2001:db8:1::1/64 dev dummy0
64 set +e
80 addr=$($IP -6 -br addr show dev ${dev} | \
107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
110 set -e
112 set +e
117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
131 set -e
135 $IP -6 address add 2001:db8:2::1/64 dev dummy1
[all …]
/Linux-v5.15/arch/arm/boot/dts/
Dstm32mp15-pinctrl.dtsi55 pinmux = <STM32_PINMUX('B', 6, AF5)>;
64 pinmux = <STM32_PINMUX('B', 6, ANALOG)>; /* HDMI_CEC */
84 <STM32_PINMUX('A', 6, AF13)>,/* DCMI_PIXCLK */
92 <STM32_PINMUX('E', 6, AF13)>,/* DCMI_D7 */
105 <STM32_PINMUX('A', 6, ANALOG)>,/* DCMI_PIXCLK */
113 <STM32_PINMUX('E', 6, ANALOG)>,/* DCMI_D7 */
125 <STM32_PINMUX('A', 6, AF13)>,/* DCMI_PIXCLK */
126 <STM32_PINMUX('C', 6, AF13)>,/* DCMI_D0 */
129 <STM32_PINMUX('E', 1, AF13)>,/* DCMI_D3 */
130 <STM32_PINMUX('E', 11, AF13)>,/* DCMI_D4 */
[all …]
/Linux-v5.15/drivers/media/rc/
Dir-rc6-decoder.c13 * RC6-6A-20 (no toggle bit)
14 * RC6-6A-24 (no toggle bit)
15 * RC6-6A-32 (MCE version with toggle bit in body)
23 #define RC6_PREFIX_PULSE (6 * RC6_UNIT)
29 #define RC6_SUFFIX_SPACE (6 * RC6_UNIT)
33 #define RC6_6A_LCC_MASK 0xffff0000 /* RC6-6A-32 long customer code mask */
64 case 6: in rc6_mode()
254 dev_dbg(&dev->dev, "RC6(6A) unsupported length\n"); in ir_rc6_decode()
258 dev_dbg(&dev->dev, "RC6(6A) proto 0x%04x, scancode 0x%08x (toggle: %u)\n", in ir_rc6_decode()
313 struct ir_raw_event *e = events; in ir_rc6_encode() local
[all …]
/Linux-v5.15/Documentation/i2c/
Di2c_bus.svg93 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
169 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
184 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
199 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
214 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
229 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
298 id="EmptyTriangleOutL-6"
363 id="path4502-57-6"
378 id="path4369-6"
380 …72895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
[all …]
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-lpc18xx.c35 #define LPC18XX_SCU_PIN_EZI BIT(6)
246 LPC_P(1,6, GPIO, CTIN, R, EMC, R, R, SGPIO, SDMMC, 0, ND);
267 LPC_P(2,6, SGPIO, UART0, EMC, USB0, GPIO, CTIN, TIMER3, R, 0, ND);
281 LPC_P(3,6, GPIO, SPI, SSP0, SPIFI, R, SSP0_ALT, R, R, 0, ND);
290 LPC_P(4,6, GPIO, CTOUT, LCD, R, R, R, R, SGPIO, 0, ND);
301 LPC_P(5,6, GPIO, MCTRL, EMC, R, UART1, TIMER1, R, R, 0, ND);
303 LPC_P(6,0, R, I2S0_RX_MCLK,R, R, I2S0_RX_SCK, R, R, R, 0, ND);
304 LPC_P(6,1, GPIO, EMC, UART0, I2S0_RX_WS, R, TIMER2, R, R, 0, ND);
305 LPC_P(6,2, GPIO, EMC, UART0, I2S0_RX_SDA, R, TIMER2, R, R, 0, ND);
306 LPC_P(6,3, GPIO, USB0, SGPIO, EMC, R, TIMER2, R, R, 0, ND);
[all …]
/Linux-v5.15/lib/crypto/
Dsha256.c51 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25))
65 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
67 t1 = h + e1(e) + Ch(e, f, g) + SHA256_K[i] + W[i]; \
75 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
86 LOAD_OP(i + 6, W, input); in sha256_transform()
98 BLEND_OP(i + 6, W); in sha256_transform()
104 e = state[4]; f = state[5]; g = state[6]; h = state[7]; in sha256_transform()
108 SHA256_ROUND(i + 0, a, b, c, d, e, f, g, h); in sha256_transform()
109 SHA256_ROUND(i + 1, h, a, b, c, d, e, f, g); in sha256_transform()
110 SHA256_ROUND(i + 2, g, h, a, b, c, d, e, f); in sha256_transform()
[all …]
/Linux-v5.15/include/linux/
Dintel-iommu.h47 #define DMA_FL_PTE_DIRTY BIT_ULL(6)
170 #define cap_phmr(c) (((c) >> 6) & 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
186 #define ecap_dit(e) (((e) >> 41) & 0x1) argument
[all …]
/Linux-v5.15/
DCREDITS4 scripts. The fields are: name (N), email (E), web-address
13 E: mpm@selenic.com
17 E: mea@nic.funet.fi
24 E: thomas.ab@samsung.com
28 E: dragos@iname.com
31 S: C. Negri 6, bl. D3
36 E: madler@alumni.caltech.edu
41 E: magrawal@nortelnetworks.com
48 E: airlied@linux.ie
56 E: tigran@aivazian.fsnet.co.uk
[all …]
/Linux-v5.15/crypto/
Dsm3_generic.c44 static inline u32 gg(unsigned int n, u32 e, u32 f, u32 g) in gg() argument
46 return (n < 16) ? (e ^ f ^ g) : ((e & f) | ((~e) & g)); in gg()
65 w[i] = p1(tmp) ^ (rol32(w[i - 13], 7)) ^ w[i - 6]; in sm3_expand()
78 u32 a, b, c, d, e, f, g, h; in sm3_compress() local
85 e = m[4]; in sm3_compress()
87 g = m[6]; in sm3_compress()
92 ss1 = rol32((rol32(a, 12) + e + rol32(t(i), i & 31)), 7); in sm3_compress()
99 tt2 = gg(i, e, f, g) + h + ss1 + *w; in sm3_compress()
108 f = e; in sm3_compress()
109 e = p0(tt2); in sm3_compress()
[all …]
/Linux-v5.15/Documentation/leds/
Dleds-blinkm.rst25 $ ls -h /sys/class/leds/blinkm-6-*
26 /sys/class/leds/blinkm-6-9-blue:
29 /sys/class/leds/blinkm-6-9-green:
32 /sys/class/leds/blinkm-6-9-red:
35 (same is /sys/bus/i2c/devices/6-0009/leds)
40 E.g.::
42 $ cat blinkm-6-9-blue/brightness
45 $ echo 200 > blinkm-6-9-blue/brightness
49 $ echo heartbeat > blinkm-6-9-green/trigger
58 E.g. below /sys/bus/i2c/devices/6-0009/blinkm
[all …]
/Linux-v5.15/drivers/misc/habanalabs/include/gaudi/
Dgaudi_fw_if.h24 #define HBM_TEMP_ADJUST_COEFF 6
40 * (i.e. TXE0 or TXE1).
41 * @pad[6]: padding structure to 64bit.
46 __u8 pad[6];
52 * @bad_format_cnt: e.g. CRC.
53 * @responder_out_of_sequence_psn_cnt: e.g NAK.
55 * @correctable_err_cnt: e.g. bit-flip.
56 * @uncorrectable_err_cnt: e.g. MAC errors.

12345678910>>...62