Searched refs:r15 (Results 76 - 100 of 228) sorted by relevance

12345678910

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S13 std r15, 152(%r1)
51 li r15, 0x1515
52 std r15, -176(%r1)
111 cmpwi r15, 0x1515
157 li r15, 0xbe
203 ld r15, -176(%r1)
204 cmpwi r15, 0x1515
253 ld r15, 152(%r1)
/linux-master/arch/microblaze/lib/
H A Duaccess_old.S92 rtsd r15, 8
139 rtsd r15, 8
158 rtsd r15, 8
169 rtsd r15,8
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h34 __u32 r15; member in struct:cpu_context
/linux-master/arch/csky/include/asm/
H A Dthread_info.h43 ((unsigned long)(((struct switch_stack *)(tsk->thread.sp))->r15))
/linux-master/arch/powerpc/kernel/
H A Dswsusp_asm64.S91 SAVE_REGISTER(r15)
147 li r15,PAGE_SIZE>>3
152 mtctr r15
207 RESTORE_REGISTER(r15)
H A Dhead_85xx.S713 stw r15, THREAD_NORMSAVE(5)(r12)
719 lwz r15, TASK_CPU-THREAD(r12)
722 rlwinm r15, r15, 2, 0, 29
723 lwzx r16, r14, r15
730 lwz r15, 0(r17) /* r15 = next_tlbcam_idx */
733 rlwimi r14, r15, 16, 4, 15 /* next_tlbcam_idx entry */
741 addi r15, r15,
[all...]
/linux-master/arch/powerpc/boot/
H A Dppc_asm.h40 #define r15 15 macro
/linux-master/arch/x86/kernel/
H A Dasm-offsets_64.c43 ENTRY(r15);
/linux-master/arch/s390/kernel/
H A Dmcount.S26 /* packed stack: allocate just enough for r14, r15 and backchain */
46 stg %r14,(__SF_GPRS+8*8)(%r15) # save traced function caller
55 lgr %r1,%r15
57 aghi %r15,-TRACED_FUNC_FRAME_SIZE
58 stg %r1,__SF_BACKCHAIN(%r15)
59 stg %r0,(__SF_GPRS+8*8)(%r15)
60 stg %r15,(__SF_GPRS+9*8)(%r15)
62 aghi %r15,-STACK_FRAME_SIZE_FREGS
63 stg %r1,(STACK_FREGS_PTREGS_GPRS+15*8)(%r15)
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dtdx.c43 .r15 = value,
/linux-master/arch/x86/include/asm/
H A Dswitch_to.h25 unsigned long r15; member in struct:inactive_task_frame
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S47 ld r15,STK_REG(R15)(r1)
64 ld r15,STK_REG(R15)(r1)
123 std r15,STK_REG(R15)(r1)
148 err2; ld r15,72(r4)
165 err2; std r15,72(r3)
178 ld r15,STK_REG(R15)(r1)
384 std r15,STK_REG(R15)(r1)
389 li r15,96
406 err4; lvx v1,r4,r15
415 err4; stvx v1,r3,r15
[all...]
H A Dmemcpy_power7.S67 std r15,STK_REG(R15)(r1)
92 ld r15,72(r4)
109 std r15,72(r3)
122 ld r15,STK_REG(R15)(r1)
330 std r15,STK_REG(R15)(r1)
335 li r15,96
352 lvx v1,r4,r15
361 stvx v1,r3,r15
367 ld r15,STK_REG(R15)(r1)
516 std r15,STK_RE
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S47 ld r15,STK_REG(R15)(r1)
64 ld r15,STK_REG(R15)(r1)
123 std r15,STK_REG(R15)(r1)
148 err2; ld r15,72(r4)
165 err2; std r15,72(r3)
178 ld r15,STK_REG(R15)(r1)
384 std r15,STK_REG(R15)(r1)
389 li r15,96
406 err4; lvx v1,r4,r15
415 err4; stvx v1,r3,r15
[all...]
H A Dmemcpy_power7.S67 std r15,STK_REG(R15)(r1)
92 ld r15,72(r4)
109 std r15,72(r3)
122 ld r15,STK_REG(R15)(r1)
330 std r15,STK_REG(R15)(r1)
335 li r15,96
352 lvx v1,r4,r15
361 stvx v1,r3,r15
367 ld r15,STK_REG(R15)(r1)
516 std r15,STK_RE
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h11 #define R15 r15
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S83 push %r15
159 mov VCPU_R15(%_ASM_AX), %r15
221 mov %r15, VCPU_R15(%_ASM_AX)
288 pop %r15
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S105 push %r15
168 mov VCPU_R15(%_ASM_DI), %r15
197 mov %r15, VCPU_R15(%_ASM_AX)
264 pop %r15
324 mov %r15, SEV_ES_R15 (%rdx)
/linux-master/arch/powerpc/crypto/
H A Daes-spe-keys.S22 stw r15,12(r1); \
27 lwz r15,12(r1); \
90 LS_BOX(r14, r15, r4)
136 LS_BOX(r14, r15, r4)
190 LS_BOX(r14, r15, r4)
197 LS_BOX(r14, r15, r4) /* apply LS_BOX to 4th temp */
/linux-master/arch/sh/lib/
H A Dashlsi3.S61 mov.l r4,@-r15
67 mov.l @r15+,r0
H A Dlshrsi3.S60 mov.l r4,@-r15
66 mov.l @r15+,r0
H A Dashrsi3.S60 mov.l r4,@-r15
66 mov.l @r15+,r0
/linux-master/arch/microblaze/kernel/
H A Dunwind.c118 * @leaf_return : r15 value within current function. If the current function
176 * @leaf_return : Value of r15 at pc. If the function is a leaf, this is
280 regs->r15, trace, loglvl);
290 cpu_context->r15,
/linux-master/arch/hexagon/include/asm/
H A Delf.h117 DEST.r15 = REGS->r15; \
/linux-master/arch/csky/abiv1/inc/abi/
H A Dentry.h120 stm r8-r15, (sp)
124 ldm r8-r15, (sp)

Completed in 371 milliseconds

12345678910