Searched refs:r7 (Results 151 - 175 of 326) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dhead_64.S409 LOAD_REG_IMMEDIATE(r7, NR_CPUS)
411 LOAD_REG_ADDR(r7, nr_cpu_ids) /* Load nr_cpu_ids address */
412 lwz r7,0(r7) /* also the max paca allocated */
422 cmpw r5,r7 /* Check if more pacas exist */
522 * in r3...r7
594 mr r27,r7
614 mr r7,r27
629 lwz r7,(FIXED_SYMBOL_ABS_ADDR(__run_at_load))(r26)
630 cmplwi cr0,r7,
[all...]
H A Dexceptions-64e.S379 mfctr r7; /* save CTR in stackframe */ \
390 std r7,_CTR(r1); \
450 rlwinm r7,r10,0,~_TLF_NAPPING; \
452 std r7,TI_LOCAL_FLAGS(r11); \
1120 mfmsr r7
1121 rlwinm r5,r7,27,31,31 /* extract MSR[IS] */
1122 mfspr r7,SPRN_PID
1123 slwi r7,r7,16
1124 or r7,r
[all...]
H A Dcpu_setup_e500.S243 rlwinm r7,r3,0,0xff /* Extract number of KiB in the cache */
244 mulli r7,r7,13 /* An 8-way cache will require 13
247 slw r7,r7,r6
257 mtctr r7
265 mtctr r7
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low.S102 oris r7,r6,0x8000 /* specify way explicitly */
105 tlbwe r4,r7,0 /* write it */
137 lis r7,0x8000 /* Specify way explicitly */
155 rlwimi r7,r5,0,1,2 /* Insert way number */
157 tlbwe r6,r7,0 /* Write it */
204 li r7,32
206 add r6,r6,r7
208 add r6,r6,r7
372 * Must preserve r7, r8, r9, r10, r11, r12
427 mr r7,r
[all...]
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S436 rev r8, r7
438 add r7, r7, #1
451 rev r8, r7
453 add r7, r7, #1
455 rev ip, r7
457 add r7, r7, #1
459 rev r8, r7
[all...]
H A Dblake2s-core.S143 _blake2s_quarterround r2, r6, r8, r10, r3, r7, r9, r11, \
164 _blake2s_quarterround r2, r7, r8, r10, r3, r4, r9, r11, \
201 _le32_bswap_8x r2, r3, r4, r5, r6, r7, r8, r9, r14
204 _le32_bswap_8x r2, r3, r4, r5, r6, r7, r8, r9, r14
215 ldm r12, {r2-r7} // load IV[3..7]
219 eor r7, r7, r1 // v[15] = IV[7] ^ f[1]
220 push {r2-r7} // push v[9..15]
224 ldm r14, {r0-r7}
264 eor r3, r3, r7, ro
[all...]
/linux-master/arch/microblaze/kernel/
H A Dhead.S79 /* r7 may point to an FDT, or there may be one linked in.
80 if it's in r7, we've got to save it away ASAP.
81 We ensure r7 points to a valid FDT, just in case the bootloader
83 beqi r7, no_fdt_arg /* NULL pointer? don't copy */
84 /* Does r7 point to a valid FDT? Load HEADER magic number */
89 lw r11, r0, r7 /* Big endian load in delay slot */
90 lwr r11, r0, r7 /* Little endian load */
94 or r7, r0, r0 /* clear R7 when not valid DTB */
101 lw r12, r7, r11 /* r12 = r7
[all...]
H A Dentry.S185 swi r7, r1, PT_R7; \
219 lwi r7, r1, PT_R7; \
299 lwi r7, r3, CI_DCS
301 sub r9, r7, r8
317 lwi r7, r3, CI_ICS
319 sub r9, r7, r8
391 lwi r7, r1, PT_R7;
540 mfs r7, rfsr; /* save FSR */
576 addik r7, r1, 0 /* parameter struct pt_regs * regs */
604 mfs r7, res
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dreset-handler.S188 ldr r7, [r12, #RESET_DATA(MASK_PRESENT)]
189 tst r7, r11 @ if !present
240 mov32 r7, TEGRA_PMC_BASE
241 str lr, [r7, #PMC_SCRATCH41]
243 mov32 r7, TEGRA_CLK_RESET_BASE
252 str r1, [r7, #0x340] @ CLK_RST_CPU_CMPLX_SET
284 str r0, [r7, #348] @ CLK_CPU_CMPLX_SET
H A Dsleep-tegra20.S215 ldr r7, [r2, r5] @ r7 is the addr in the pad_address
218 str r1, [r7] @ restore the value in pad_save
226 mov32 r7, TEGRA_TMRUS_BASE
227 ldr r1, [r7]
229 wait_until r1, r7, r9
293 mov32 r7, TEGRA_TMRUS_BASE
294 ldr r1, [r7]
296 wait_until r1, r7, r9
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s185 ld b32 $r7 D[$r5 + $r6 * 4]
188 iowr I[$r8] $r7
262 ld b32 $r7 D[$r0 + #ctx_cond_off]
263 and $r6 $r7
313 iord $r7 I[$r4 + 0x100]
314 cmpu b32 $r6 $r7
463 ld b32 $r7 D[$r0 + #ctx_dst_address_low]
464 shr b32 $r8 $r7 8
467 and $r7 $r7
[all...]
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S141 err2; ld r7,16(r4)
158 err2; std r7,16(r3)
195 err1; ld r7,16(r4)
204 err1; std r7,16(r3)
216 err1; ld r7,16(r4)
221 err1; std r7,16(r3)
292 srdi r7,r5,7 /* length in cachelines, capped at 0x3FF */
293 cmpldi r7,0x3FF
295 li r7,0x3FF
297 sldi r7,r
[all...]
H A Dmemcpy_power7.S85 ld r7,16(r4)
102 std r7,16(r3)
139 ld r7,16(r4)
148 std r7,16(r3)
160 ld r7,16(r4)
165 std r7,16(r3)
238 srdi r7,r5,7 /* length in cachelines, capped at 0x3FF */
239 cmpldi r7,0x3FF
241 li r7,0x3FF
243 sldi r7,r
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dhvcall.S119 std r7, -40(r1); \
135 std r7, 0(r11); \
225 std r7, -32(r1); \
239 std r7, 0(r11); \
254 std r7, -32(r1); \
269 std r7, 0(r11); \
286 std r7, -32(r1); \
302 std r7, 0(r11); \
321 std r7, -32(r1); \
338 std r7,
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S141 err2; ld r7,16(r4)
158 err2; std r7,16(r3)
195 err1; ld r7,16(r4)
204 err1; std r7,16(r3)
216 err1; ld r7,16(r4)
221 err1; std r7,16(r3)
292 srdi r7,r5,7 /* length in cachelines, capped at 0x3FF */
293 cmpldi r7,0x3FF
295 li r7,0x3FF
297 sldi r7,r
[all...]
H A Dmemcpy_power7.S85 ld r7,16(r4)
102 std r7,16(r3)
139 ld r7,16(r4)
148 std r7,16(r3)
160 ld r7,16(r4)
165 std r7,16(r3)
238 srdi r7,r5,7 /* length in cachelines, capped at 0x3FF */
239 cmpldi r7,0x3FF
241 li r7,0x3FF
243 sldi r7,r
[all...]
/linux-master/arch/nios2/kernel/
H A Dentry.S206 * Set r7 to 1 to indicate error,
209 * Set r7 to 0.
259 ldw r7, PT_R7(sp)
272 * Set r7 to 1 to indicate error,
275 * Set r7 to 0.
325 ldw r7, PT_R7(sp)
484 rdctl r7, status /* save thread status reg */
485 stw r7, TASK_THREAD + THREAD_KPSR(r4)
487 andi r7, r7,
[all...]
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S80 mflr r7
82 PPC_STL r7, _NIP(r1)
84 PPC_STL r7, LRSAVE+SWITCH_FRAME_SIZE(r1)
100 mr r14, r7 /* remember old NIP */
104 subi r3, r7, MCOUNT_INSN_SIZE
/linux-master/arch/sh/lib/
H A Dcopy_page.S21 * r0, r1, r2, r3, r4, r5, r6, r7 --- scratch
46 mov.l @r11+,r7
53 mov.l r7,@-r10
194 EX( mov.l @r5+,r7 )
209 EX( mov.l r7,@(12,r4) )
234 mov r2,r7
235 shlr2 r7
236 shlr r7
237 tst r7,r7
[all...]
/linux-master/arch/csky/abiv2/inc/abi/
H A Dentry.h272 bmaski r7, (PAGE_SHIFT + 1) /* r7 = 0x1fff */ variable
273 andn r6, r7
277 movi r7, 0x00000006 variable
278 or r8, r7
280 movi r7, 0x00001006 variable
281 or r8, r7
/linux-master/arch/nios2/boot/compressed/
H A Dhead.S78 stw r7, 12(sp)
85 ldw r7, 12(sp)
/linux-master/arch/powerpc/boot/
H A Dps3-hvcall.S23 * 3: r7,r8 <-> r5
25 * 5: 8(r1),12(r1) <-> r7
78 LOAD_64_REG r5,r7,r8
86 LOAD_64_STACK r7,8
/linux-master/arch/arc/include/asm/
H A Dunwind.h21 unsigned long r7; member in struct:arc700_regs
80 PTREGS_INFO(r7), \
/linux-master/arch/s390/include/asm/
H A Dsyscall.h101 #define SYSCALL_FMT_6 , "d" (r7) SYSCALL_FMT_5
128 register long r7 asm("7") = arg6
/linux-master/arch/arm/include/asm/
H A Dthread_info.h49 __u32 r7; member in struct:cpu_context_save
99 ((unsigned long)(task_thread_info(tsk)->cpu_context.r7))

Completed in 324 milliseconds

1234567891011>>