Searched refs:w7 (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm64/crypto/
H A 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
397 encrypt_block v4, w3, x5, x6, w7 /* first tweak */
450 encrypt_block v0, w3, x2, x6, w7
465 cbz w7, .LxtsdecloopNx
469 encrypt_block v4, w3, x5, x6, w7 /* first tweak */
522 decrypt_block v0, w3, x2, x6, w7
/linux-4.4.14/arch/arm64/kvm/
H A Dvgic-v2-switch.S52 ldr w7, [x2, #GICH_EISR0]
59 CPU_BE( rev w7, w7 )
67 CPU_LE( str w7, [x3, #VGIC_V2_CPU_EISR] )
71 CPU_BE( str w7, [x3, #(VGIC_V2_CPU_EISR + 4)] )
H A Dvgic-v3-switch.S58 str w7, [x3, #VGIC_V3_CPU_EISR]
/linux-4.4.14/arch/powerpc/crypto/
H A Dsha1-spe-asm.S135 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \
137 evmergelohi rT0,w7,w6; /* W[-3] */ \
161 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \
162 evmergelohi rT0,w7,w6; /* W[-3] */ \
185 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \
187 evmergelohi rT0,w7,w6; /* W[-3] */ \
213 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \
214 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
H A Dsha256-spe-asm.S161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \
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.4.14/drivers/input/serio/
H A Dhp_sdc.c476 uint8_t w7[4]; hp_sdc_put() local
489 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; hp_sdc_put()
490 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; hp_sdc_put()
491 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; hp_sdc_put()
492 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; hp_sdc_put()
495 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { hp_sdc_put()
499 while (i < 4 && w7[i] == hp_sdc.r7[i]) hp_sdc_put()
517 hp_sdc_data_out8(w7[hp_sdc.wi - 0x70]); hp_sdc_put()
518 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; hp_sdc_put()
523 while ((i < 4) && w7[i] == hp_sdc.r7[i]) hp_sdc_put()
/linux-4.4.14/drivers/block/paride/
H A Dfit3.c34 #define w7(byte) {out_p(7,byte);} macro
/linux-4.4.14/arch/arm64/kernel/vdso/
H A Dgettimeofday.S29 use_syscall .req w7
/linux-4.4.14/arch/arm64/lib/
H A Dmemset.S52 A_lw .req w7
/linux-4.4.14/arch/arm64/kernel/
H A Dentry.S455 uxtw scno, w7 // syscall number in w7 (r7)
/linux-4.4.14/arch/arm/mach-omap2/
H A Dmux34xx.c874 _OMAP3_BALLENTRY(MCSPI2_CLK, "w7", NULL),
1257 _OMAP3_BALLENTRY(UART1_TX, "w7", NULL),
/linux-4.4.14/drivers/media/usb/gspca/
H A Dsonixj.c2657 * w6 w7 w8 set_lum()
2665 + (data[35] << 8) + data[36] /* w7 */ set_lum()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_hw.h2919 uint32_t rsvd6; /* w7 */

Completed in 381 milliseconds