Home
last modified time | relevance | path

Searched refs:w7 (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/arch/arm64/crypto/
Daes-ce-ccm-core.S26 0: ldrb w7, [x1], #1 /* get 1 byte of input */
29 ins v1.b[0], w7
38 sub w7, w5, #2 /* modified # of rounds */
51 subs w7, w7, #3
68 7: ldrb w7, [x1], #1
70 eor w6, w6, w7
76 8: mov w7, w8
79 adds w7, w7, #1
137 sub w7, w4, #2 /* get modified # of rounds */
158 subs w7, w7, #3
[all …]
Daes-modes.S43 encrypt_block2x v0, v1, w3, x2, x6, w7
48 decrypt_block2x v0, v1, w3, x2, x6, w7
55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
89 encrypt_block2x v0, v1, w3, x2, x6, w7
93 decrypt_block2x v0, v1, w3, x2, x6, w7
97 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
101 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
344 encrypt_block v0, w3, x2, x6, w7
393 cbz w7, .LxtsencloopNx
[all …]
/linux-4.1.27/arch/arm64/kvm/
Dvgic-v2-switch.S53 ldr w7, [x2, #GICH_EISR0]
61 CPU_BE( rev w7, w7 )
70 CPU_LE( str w7, [x3, #VGIC_V2_CPU_EISR] )
74 CPU_BE( str w7, [x3, #(VGIC_V2_CPU_EISR + 4)] )
Dvgic-v3-switch.S60 str w7, [x3, #VGIC_V3_CPU_EISR]
/linux-4.1.27/arch/powerpc/crypto/
Dsha1-spe-asm.S135 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
137 evmergelohi rT0,w7,w6; /* W[-3] */ \
161 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
162 evmergelohi rT0,w7,w6; /* W[-3] */ \
185 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
187 evmergelohi rT0,w7,w6; /* W[-3] */ \
213 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
214 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
Dsha256-spe-asm.S161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
177 evsrwiu rT0,w7,10; /* s1 = w[-2] >> 10 */ \
179 evrlwi rT1,w7,15; /* s1' = w[-2] rotr 17 */ \
183 evrlwi rT1,w7,13; /* s1' = w[-2] rotr 19 */ \
/linux-4.1.27/drivers/input/serio/
Dhp_sdc.c476 uint8_t w7[4]; in hp_sdc_put() local
489 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; in hp_sdc_put()
490 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; in hp_sdc_put()
491 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; in hp_sdc_put()
492 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; in hp_sdc_put()
495 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()
499 while (i < 4 && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
517 hp_sdc_data_out8(w7[hp_sdc.wi - 0x70]); in hp_sdc_put()
518 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()
523 while ((i < 4) && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
/linux-4.1.27/drivers/block/paride/
Dfit3.c34 #define w7(byte) {out_p(7,byte);} macro
/linux-4.1.27/arch/arm64/lib/
Dmemset.S52 A_lw .req w7
/linux-4.1.27/arch/arm64/kernel/vdso/
Dgettimeofday.S29 use_syscall .req w7
/linux-4.1.27/arch/arm64/kernel/
Dentry.S457 uxtw scno, w7 // syscall number in w7 (r7)