Home
last modified time | relevance | path

Searched refs:PT_R1 (Results 1 – 25 of 25) sorted by relevance

/arch/mips/kernel/
Dmcount.S24 PTR_S AT, PT_R1(sp)
39 PTR_L AT, PT_R1(sp)
170 PTR_LA a0, PT_R1(sp) /* leaf func: the location in current stack */
Dasm-offsets.c28 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
/arch/cris/include/uapi/asm/
Dptrace_v10.h26 #define PT_R1 14 macro
Dptrace_v32.h8 #define PT_R1 2 macro
/arch/m32r/include/uapi/asm/
Dptrace.h21 #define PT_R1 5 macro
/arch/nios2/include/asm/
Dentry.h38 2 : stw r1, PT_R1(sp)
65 ldw r1, PT_R1(sp) /* Restore registers */
/arch/microblaze/kernel/
Dentry.S272 swi r11, r1, PT_R1; /* Store user SP. */ \
310 swi r11, r1, PT_R1; /* Store user SP. */
432 lwi r1, r1, PT_R1 - PT_SIZE;/* Restore user stack pointer. */
618 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer. */
676 swi r11, r1, PT_R1;
717 lwi r1, r1, PT_R1 - PT_SIZE;
784 swi r11, r1, PT_R1
809 swi r11, r1, PT_R1; /* Store user SP. */
852 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer */
Dentry-nommu.S111 swi r11, r1, PT_R1
195 lwi r1, r1, PT_R1
271 swi r11, r1, PT_R1
362 swi r11, r1, PT_R1
570 lwi r1, r1, PT_R1
Dasm-offsets.c31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
Dhw_exception_handler.S97 lwi r1, r1, PT_R1;
332 swi r1, r0, TOPHYS(pt_pool_space + PT_R1); /* GET_SP */
/arch/blackfin/include/uapi/asm/
Dptrace.h108 #define PT_R1 200 macro
/arch/score/include/asm/
Dasmmacro.h23 sw r1, [r0, PT_R1]
120 lw r1, [r0, PT_R1]
/arch/mips/alchemy/common/
Dsleeper.S29 sw $1, PT_R1(sp)
248 lw $1, PT_R1(sp)
/arch/powerpc/include/uapi/asm/
Dptrace.h63 #define PT_R1 1 macro
/arch/nios2/kernel/
Dasm-offsets.c42 OFFSET(PT_R1, pt_regs, r1); in main()
Dinsnemu.S33 ldw r1, PT_R1(sp) // Restore registers
/arch/ia64/include/uapi/asm/
Dptrace_offsets.h226 #define PT_R1 0x0888 macro
/arch/powerpc/perf/
Dcallchain.c274 read_user_stack_64(&uregs[PT_R1], &sp)) in perf_callchain_user_64()
473 read_user_stack_32(&uregs[PT_R1], &sp)) in perf_callchain_user_32()
/arch/mips/include/asm/
Dstackframe.h31 LONG_S $1, PT_R1(sp)
245 LONG_L $1, PT_R1(sp)
/arch/score/kernel/
Dasm-offsets.c37 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
/arch/mips/kvm/
Dlocore.S58 LONG_S $1, PT_R1(k1)
563 LONG_L $1, PT_R1(k1)
/arch/blackfin/kernel/
Dasm-offsets.c56 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
/arch/m32r/kernel/
Dptrace.c63 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
/arch/blackfin/mach-common/
Dentry.S592 r1 = [sp + PT_R1];
691 r1 = [sp + PT_R1];
/arch/ia64/kernel/
Dptrace.c2002 case PT_R1 ... PT_R3: in access_uarea()
2003 pos = addr - PT_R1 + ELF_GR_OFFSET(1); in access_uarea()