Searched refs:ldr (Results 201 - 225 of 230) sorted by relevance

12345678910

/linux-master/arch/arm/kernel/
H A Dphys2virt.S56 ldr r0, [r6, #HIGH_OFFSET] @ pv_offset high word
57 ldr r6, [r6, #LOW_OFFSET] @ pv_offset low word
187 .Lloop: ldr ip, [r7, r4]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S345 ldr q0, [buf], #16
367 ldr q0, [buf, #-16]
442 ldr q7, [buf], #0x10
H A Daes-ce-ccm-core.S52 ldr x8, [x6, #8] /* load lower ctr */
H A Dsm3-neon-core.S123 ldr t5, [sp, #(wtype##_W1_ADDR(round, widx))]; \
127 ldr t6, [sp, #(wtype##_W1W2_ADDR(round, widx))]; \
/linux-master/arch/arm/vfp/
H A Dvfphw.S20 ldr r0, =1f
/linux-master/arch/arm64/mm/
H A Dproc.S125 ldr x18, [x0, #96]
211 ldr \type, [cur_\type\()p], #8 // Load the entry and advance
/linux-master/arch/arm64/include/asm/
H A Del2_setup.h242 ldr \tmp2, [\tmp1, FTR_OVR_VAL_OFFSET]
243 ldr \tmp1, [\tmp1, FTR_OVR_MASK_OFFSET]
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S176 ldr r4, [sp, #8]
202 ldr r4, [sp, #8]
489 ldr r6, [sp, #28]
496 ldr r6, [sp, #24] @ load AES key 2
H A Dcrc32-ce-core.S263 ldr r3, [r1], #4
H A Dsha1-armv7-neon.S89 ldr RT3, [sp, WK_offs(i)]; \
103 ldr RT3, [sp, WK_offs(i)]; \
116 ldr RT3, [sp, WK_offs(i)]; \
589 ldr RT0, [RSTATE, #state_h4];
622 ldr RT0, [RSTATE, #state_h4];
H A Dcurve25519-core.S1507 ldr r2, [sp, #456]
1508 ldr r4, [sp, #460]
1971 ldr r2, [r1], #4
1972 ldr r3, [r1], #4
1973 ldr r4, [r1], #4
1974 ldr r5, [r1], #4
1975 ldr r6, [r1], #4
1976 ldr r7, [r1], #4
1977 ldr r8, [r1], #4
1978 ldr r
[all...]
H A Daes-neonbs-core.S625 ldr r5, [sp, #16] // number of blocks
1041 ldr ip, [sp, #8] // reorder final tweak?
/linux-master/arch/arm64/kvm/hyp/
H A Dhyp-entry.S58 ldr x1, [sp] // Guest's x0
/linux-master/arch/arm/mm/
H A Dcache-v7.S298 ldr r3, =icache_size
299 ldr r2, [r3, #0]
H A Dproc-xscale.S87 ldr \rs, =clean_addr
88 ldr \rd, [\rs]
499 ldr ip, [ip, r1]
H A Dcache-v7m.S28 ldr \rt, [\rt]
H A Dproc-v6.S242 ldr r6, =0x4107b362 @ id for ARM1136 r0p2
H A Dproc-feroceon.S49 ldr r1, __cache_params
153 ldr r1, __cache_params
H A Dproc-xsc3.S408 ldr ip, [ip, r1]
/linux-master/arch/arm/lib/
H A Ddiv64.S206 ldr pc, [sp], #8
H A Dcsumpartialcopygeneric.S160 ldr sum, [sp, #0] @ dst
H A Dlib1funcs.S369 ldr pc, [sp], #8
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl157 ldr $in0,0+LSB($inp)
158 ldr $in1,8+LSB($inp)
314 ldr $in0,0+LSB($inp)
315 ldr $in1,8+LSB($inp)
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S86 #define LOADR ldr
/linux-master/arch/mips/lib/
H A Dmemcpy.S151 #define LOADR(reg, addr, handler) EXC(ldr, LD_INSN, reg, addr, handler)

Completed in 207 milliseconds

12345678910