Home
last modified time | relevance | path

Searched refs:w4 (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/arch/arm64/crypto/
Daes-modes.S61 subs w4, w4, #MAX_STRIDE
71 adds w4, w4, #MAX_STRIDE
77 subs w4, w4, #1
92 subs w4, w4, #MAX_STRIDE
102 adds w4, w4, #MAX_STRIDE
108 subs w4, w4, #1
143 subs w4, w4, #4
158 adds w4, w4, #4
165 subs w4, w4, #1
193 subs w4, w4, #MAX_STRIDE
[all …]
Daes-cipher-core.S85 ldp w4, w5, [in]
90 CPU_BE( rev w4, w4 )
95 eor w4, w4, w8
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
115 CPU_BE( rev w4, w4 )
120 stp w4, w5, [out]
Dsha256-core.S_shipped106 ldp w3,w4,[x1],#2*4
134 rev w4,w4 // 1
143 add w26,w26,w4 // h+=X[i]
489 ror w9,w4,#7
496 eor w9,w9,w4,ror#18
504 eor w9,w9,w4,lsr#3 // sigma0(X[i+1])
541 add w4,w4,w13
545 add w4,w4,w10
547 add w4,w4,w9
557 add w26,w26,w4 // h+=X[i]
[all …]
Dsha2-ce-core.S96 ldr_l w4, sha256_ce_offsetof_finalize, x4
97 ldr w4, [x19, x4]
153 ldr_l w4, sha256_ce_offsetof_count, x4
Dsha1-ce-core.S86 ldr_l w4, sha1_ce_offsetof_finalize, x4
87 ldr w4, [x19, x4]
146 ldr_l w4, sha1_ce_offsetof_count, x4
Daes-ce-ccm-core.S135 cmp w4, #12 /* which key size? */
136 sub w7, w4, #2 /* get modified # of rounds */
/Linux-v5.4/drivers/block/paride/
Don26.c67 case 4: w3(1); w3(1); w2(5); w4(r); w2(4); in on26_read_regr()
91 case 4: w3(1); w3(1); w2(5); w4(r); w2(4); in on26_write_regr()
93 w2(5); w4(val); w2(4); in on26_write_regr()
94 w2(5); w4(val); w2(4); in on26_write_regr()
211 case 2: w3(1); w3(1); w2(5); w4(1); w2(4); in on26_read_block()
218 case 3: w3(1); w3(1); w2(5); w4(1); w2(4); in on26_read_block()
225 case 4: w3(1); w3(1); w2(5); w4(1); w2(4); in on26_read_block()
253 case 2: w3(1); w3(1); w2(5); w4(1); w2(4); in on26_write_block()
256 for (k=0;k<count;k++) w4(buf[k]); in on26_write_block()
260 case 3: w3(1); w3(1); w2(5); w4(1); w2(4); in on26_write_block()
[all …]
Dfit3.c55 w4(val); w4(0); in fit3_write_regr()
149 for (k=0;k<count;k++) w4(buf[k]); in fit3_write_block()
Dkbic.c92 w4(val); w4(val); in kbic_write_regr()
209 w4(buf[2*k+1]); in kbic_write_block()
210 w4(buf[2*k]); in kbic_write_block()
Dcomm.c85 case 4: w3(r); (void)r1(); w4(val); in comm_write_regr()
164 for (k=0;k<count;k++) w4(buf[k^1]); in comm_write_block()
Ddstr.c92 case 4: w4(val); in dstr_write_regr()
175 for (k=0;k<count;k++) w4(buf[k]); in dstr_write_block()
Depia.c99 w3(r); w4(val); w2(4); in epia_write_regr()
217 for (k=0;k<count;k++) w4(buf[k]); in epia_write_block()
Depat.c62 case 5: w3(0x40+r); w4(val); in epat_write_regr()
181 for(k=0;k<count;k++) w4(buf[k]); in epat_write_block()
Dparide.h111 #define w4(byte) {out_p(4,byte);} macro
/Linux-v5.4/kernel/debug/kdb/
Dkdb_support.c408 __u32 w4; in kdb_getphysword() local
424 diag = kdb_getphys(&w4, addr, sizeof(w4)); in kdb_getphysword()
426 *word = w4; in kdb_getphysword()
458 __u32 w4; in kdb_getword() local
473 diag = kdb_getarea(w4, addr); in kdb_getword()
475 *word = w4; in kdb_getword()
507 __u32 w4; in kdb_putword() local
519 w4 = word; in kdb_putword()
520 diag = kdb_putarea(addr, w4); in kdb_putword()
/Linux-v5.4/arch/powerpc/crypto/
Dsha1-spe-asm.S130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
136 evxor w0,w0,w4; /* W = W xor W[-8] */ \
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
161 evxor w0,w0,w4; /* W = W xor W[-8] */ \
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
186 evxor w0,w0,w4; /* W = W xor W[-8] */ \
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
209 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
/Linux-v5.4/include/rdma/
Dib.h70 __be32 w1, __be32 w2, __be32 w3, __be32 w4) in ib_addr_set() argument
75 addr->sib_addr32[3] = w4; in ib_addr_set()
/Linux-v5.4/arch/arm64/kernel/
Dsleep.S85 ldp w3, w4, [x9, #MPIDR_HASH_SHIFTS]
118 ldp w3, w4, [x8, #MPIDR_HASH_SHIFTS]
/Linux-v5.4/arch/arm64/lib/
Dcrc32.S42 lsr w4, w3, #16
44 csel w3, w3, w4, eq
Dcopy_template.S30 tmp2w .req w4
Dmemmove.S34 tmp2w .req w4
/Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c376 u8 w0, w1, w2, w3, w4; in bcm47xxnflash_ops_bcm4706_init() local
415 w4 = bcm47xxnflash_ops_bcm4706_ns_to_cycle(100, clock); in bcm47xxnflash_ops_bcm4706_init()
417 (w4 << 24 | w3 << 18 | w2 << 12 | w1 << 6 | w0)); in bcm47xxnflash_ops_bcm4706_init()
/Linux-v5.4/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S41 #define w4 0x24(%r8) macro
140 # combine r4,u4,w4,y4 and s4=r4*5,v4=u4*5,x4=w4*5,z4=y4*5
142 vmovd w4,t1x
301 # t1 = [ hc0[3] * r4, hc0[2] * u4, hc0[1] * w4, hc0[0] * y4 ]
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dvxlan_asymmetric.sh301 hx_create "vrf-h2" w4 10.1.2.102 10.1.2.1
368 ip link add name w3 type veth peer name w4
414 local h2_ns_mac=$(in_ns ns1 mac_get w4)
485 ip neigh replace 10.1.2.102 lladdr $(in_ns ns1 mac_get w4) nud noarp \
Dvxlan_symmetric.sh332 hx_create "vrf-h2" w4 10.1.2.102 10.1.2.1
411 ip link add name w3 type veth peer name w4
457 local h2_ns_mac=$(in_ns ns1 mac_get w4)

12