Home
last modified time | relevance | path

Searched refs:PT_R0 (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/arch/cris/include/uapi/asm/
Dptrace_v10.h27 #define PT_R0 15 macro
Dptrace_v32.h7 #define PT_R0 1 macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dptrace.h20 #define PT_R0 4 macro
/linux-4.4.14/arch/score/include/asm/
Dasmmacro.h21 sw r30, [r0, PT_R0]
155 lw r0, [r0, PT_R0]
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dptrace.h107 #define PT_R0 204 macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h62 #define PT_R0 0 macro
/linux-4.4.14/arch/microblaze/kernel/
Dentry.S314 swi r12, r1, PT_R0;
335 addik r5, r1, PT_R0
400 addik r5, r1, PT_R0
770 swi r0, r1, PT_R0; /* R0 must be saved too */
Dasm-offsets.c30 DEFINE(PT_R0, offsetof(struct pt_regs, r0)); in main()
/linux-4.4.14/arch/blackfin/mach-common/
Dentry.S529 [sp + PT_R0] = r7; /* return value from system call */
591 r0 = [sp + PT_R0];
602 [sp + PT_R0] = r0;
690 r0 = [sp + PT_R0];
705 [sp + PT_R0] = r0;
/linux-4.4.14/arch/mips/kvm/
Dlocore.S57 LONG_S $0, PT_R0(k1)
561 LONG_L $0, PT_R0(k1)
/linux-4.4.14/arch/score/kernel/
Dasm-offsets.c36 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
Dentry.S477 sw r4, [r0, PT_R0] # set flag for syscall
/linux-4.4.14/arch/blackfin/kernel/
Dasm-offsets.c55 DEFINE(PT_R0, offsetof(struct pt_regs, r0)); in main()
/linux-4.4.14/arch/mips/include/asm/
Dstackframe.h200 LONG_S $0, PT_R0(sp)
/linux-4.4.14/arch/m32r/kernel/
Dptrace.c63 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
/linux-4.4.14/arch/mips/kernel/
Dscall64-n32.S65 sd t1, PT_R0(sp) # save it for syscall restarting
Dscall64-64.S75 sd t1, PT_R0(sp) # save it for syscall restarting
Dscall64-o32.S100 sd t1, PT_R0(sp) # save it for syscall restarting
Dscall32-o32.S111 sw t1, PT_R0(sp) # save it for syscall restarting
Dasm-offsets.c27 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()