Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dmcount_dyn.S31 PTR_S t0, sp, PT_R1 /* Save parent ra at PT_R1(RA) */
109 PTR_L ra, sp, PT_R1
114 PTR_L t0, sp, PT_R1
139 PTR_ADDI a1, sp, PT_R1 /* arg1: parent */
H A Dentry.S44 cfi_st ra, PT_R1
H A Drethook_trampoline.S8 cfi_st ra, PT_R1
H A Dasm-offsets.c26 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
/linux/arch/mips/kernel/
H A Dmcount.S25 PTR_S AT, PT_R1(sp)
40 PTR_L AT, PT_R1(sp)
173 PTR_LA a0, PT_R1(sp) /* leaf func: the location in current stack */
H A Dasm-offsets.c39 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
/linux/arch/loongarch/power/
H A Dhibernate_asm.S16 PTR_S ra, t0, PT_R1
50 PTR_L ra, t0, PT_R1
H A Dsuspend_asm.S18 REG_S $r1, sp, PT_R1
36 REG_L $r1, sp, PT_R1
/linux/arch/microblaze/kernel/
H A Dentry.S284 swi r11, r1, PT_R1; /* Store user SP. */ \
360 swi r11, r1, PT_R1; /* Store user SP. */
482 lwi r1, r1, PT_R1 - PT_SIZE;/* Restore user stack pointer. */
668 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer. */
726 swi r11, r1, PT_R1;
767 lwi r1, r1, PT_R1 - PT_SIZE;
983 swi r11, r1, PT_R1
1008 swi r11, r1, PT_R1; /* Store user SP. */
1051 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer */
H A Dasm-offsets.c32 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
H A Dhw_exception_handler.S93 lwi r1, r1, PT_R1;
316 swi r1, r0, TOPHYS(pt_pool_space + PT_R1); /* GET_SP */
/linux/arch/nios2/include/asm/
H A Dentry.h38 2 : stw r1, PT_R1(sp)
66 ldw r1, PT_R1(sp) /* Restore registers */
/linux/arch/mips/alchemy/common/
H A Dsleeper.S25 sw $1, PT_R1(sp)
244 lw $1, PT_R1(sp)
/linux/arch/powerpc/perf/
H A Dcallchain_64.c105 read_user_stack_64(&uregs[PT_R1], &sp)) in perf_callchain_user_64()
H A Dcallchain_32.c163 read_user_stack_32(&uregs[PT_R1], &sp)) in perf_callchain_user_32()
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h69 #define PT_R1 1 macro
/linux/arch/nios2/kernel/
H A Dasm-offsets.c30 OFFSET(PT_R1, pt_regs, r1); in main()
H A Dinsnemu.S21 ldw r1, PT_R1(sp) // Restore registers
/linux/arch/loongarch/include/asm/
H A Dstackframe.h172 cfi_st ra, PT_R1, \docfi
246 cfi_ld ra, PT_R1, \docfi
/linux/arch/mips/include/asm/
H A Dstackframe.h54 cfi_st $1, PT_R1, \docfi
301 cfi_ld $1, PT_R1, \docfi
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c388 CHECK_REG(PT_R1, gpr[1]); in pt_regs_check()