Searched refs:r15 (Results 101 - 125 of 228) sorted by last modified time

12345678910

/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S364 pushq %r15
469 popq %r15
H A Dsha256-avx-asm.S355 pushq %r15
456 popq %r15
H A Dsha1_avx2_x86_64_asm.S126 #define WK_BUF %r15
632 push %r15
660 pop %r15
H A Ddes3_ede-asm_64.S57 #define RT0 %r15
183 pushq %r15;
248 popq %r15;
464 pushq %r15;
557 popq %r15;
H A Dcast6-avx-x86_64-asm_64.S35 #define CTX %r15
260 pushq %r15;
289 popq %r15;
308 pushq %r15;
337 popq %r15;
353 pushq %r15;
364 popq %r15;
376 pushq %r15;
387 popq %r15;
400 pushq %r15;
[all...]
H A Dcast5-avx-x86_64-asm_64.S35 #define CTX %r15
237 pushq %r15;
276 popq %r15;
310 pushq %r15;
350 popq %r15;
371 pushq %r15;
396 popq %r15;
409 pushq %r15;
434 popq %r15;
447 pushq %r15;
[all...]
H A Dsm3-avx-asm_64.S348 movq %r15, (STACK_REG_SAVE + 1 * 8)(%rsp);
502 movq (STACK_REG_SAVE + 1 * 8)(%rsp), %r15;
H A Dpoly1305-x86_64-cryptogams.pl318 push %r15
319 .cfi_push %r15
324 mov $len,%r15 # reassign $len
351 dec %r15 # len-=16
361 mov 8(%rsp),%r15
362 .cfi_restore %r15
632 push %r15
633 .cfi_push %r15
636 mov $len,%r15 # reassign $len
709 sub \$16,%r15
[all...]
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S62 std r15,EX_TLB_R15(r12)
82 ld r15,EX_TLB_R15(r12)
115 srdi r15,r16,60 /* get region */
121 cmpwi r15,0 /* user vs kernel check */
140 * r15 = crap (free to use)
146 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
148 clrrdi r15,r15,3
151 ldx r14,r14,r15 /* grab pgd entry */
153 rldicl r15,r1
[all...]
/linux-master/arch/alpha/kernel/
H A Dsignal.c175 err |= __get_user(sw->r15, sc->sc_regs+15);
298 err |= __put_user(sw->r15 , sc->sc_regs+15);
H A Dptrace.c87 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15),
/linux-master/arch/alpha/include/uapi/asm/
H A Dptrace.h65 unsigned long r15; member in struct:switch_stack
/linux-master/arch/nios2/kernel/
H A Dprocess.c88 pr_notice("r13: %08lx r14: %08lx r15: %08lx\n",
89 regs->r13, regs->r14, regs->r15);
185 pr_emerg("r12: %08lx r13: %08lx r14: %08lx r15: %08lx\n",
186 fp->r12, fp->r13, fp->r14, fp->r15);
H A Dsignal.c66 err |= __get_user(regs->r15, &gregs[14]);
149 err |= __put_user(regs->r15, &gregs[14]);
/linux-master/arch/microblaze/kernel/
H A Dprocess.c34 pr_info(" r13=%08lX, r14=%08lX, r15=%08lX, r16=%08lX\n",
35 regs->r13, regs->r14, regs->r15, regs->r16);
74 ti->cpu_context.r15 = (unsigned long)ret_from_kernel_thread - 8;
104 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8;
H A Dentry.S193 swi r15, r1, PT_R15; /* Save LP */ \
227 lwi r15, r1, PT_R15; /* restore LP */ \
309 rtsd r15, 8
327 rtsd r15, 8
367 /* where the trap should return need -8 to adjust for rtsd r15, 8*/
384 brlid r15, do_syscall_trace_enter
423 /* where the trap should return need -8 to adjust for rtsd r15, 8 */
424 addi r15, r0, ret_from_trap-8
449 brlid r15, do_syscall_trace_leave
460 bralid r15, schedul
[all...]
H A Dasm-offsets.c45 DEFINE(PT_R15, offsetof(struct pt_regs, r15));
99 DEFINE(CC_R15, offsetof(struct cpu_context, r15));
/linux-master/arch/csky/kernel/
H A Dprocess.c53 childstack->r15 = (unsigned long) ret_from_kernel_thread;
66 childstack->r15 = (unsigned long) ret_from_fork;
/linux-master/arch/x86/mm/
H A Dmem_encrypt_boot.S108 push %r15
118 mov %rdx, %r15 /* Save original PAT value */
151 mov %r15, %rdx /* Restore original PAT value */
155 pop %r15
/linux-master/include/uapi/linux/
H A Dacrn.h223 * @r15: Value of register R15
241 __le64 r15; member in struct:acrn_gp_regs
/linux-master/arch/x86/kernel/
H A Dasm-offsets_64.c43 ENTRY(r15);
H A Duprobes.c426 * Register numbering is ax,cx,dx,bx, sp,bp,si,di, r8..r15.
806 reg_offset = offsetof(struct pt_regs, r15);
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S173 stw r15, VCPU_GPR(R15)(r4)
253 lwz r15, VCPU_GPR(R15)(r4)
291 stw r15, VCPU_GPR(R15)(r4)
311 lwz r15, HOST_NV_GPR(R15)(r1)
355 stw r15, HOST_NV_GPR(R15)(r1)
375 lwz r15, VCPU_GPR(R15)(r4)
/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)
/linux-master/arch/powerpc/boot/
H A Dppc_asm.h40 #define r15 15 macro

Completed in 597 milliseconds

12345678910