Searched refs:PT_R1 (Results 1 – 16 of 16) sorted by relevance
/linux/arch/mips/kernel/ |
A D | mcount.S | 25 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 */
|
A D | asm-offsets.c | 30 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
|
/linux/arch/microblaze/kernel/ |
A D | entry.S | 282 swi r11, r1, PT_R1; /* Store user SP. */ \ 320 swi r11, r1, PT_R1; /* Store user SP. */ 442 lwi r1, r1, PT_R1 - PT_SIZE;/* Restore user stack pointer. */ 628 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer. */ 686 swi r11, r1, PT_R1; 727 lwi r1, r1, PT_R1 - PT_SIZE; 789 swi r11, r1, PT_R1 814 swi r11, r1, PT_R1; /* Store user SP. */ 857 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer */
|
A D | asm-offsets.c | 31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
|
A D | hw_exception_handler.S | 93 lwi r1, r1, PT_R1; 316 swi r1, r0, TOPHYS(pt_pool_space + PT_R1); /* GET_SP */
|
/linux/arch/nios2/include/asm/ |
A D | entry.h | 38 2 : stw r1, PT_R1(sp) 65 ldw r1, PT_R1(sp) /* Restore registers */
|
/linux/arch/mips/alchemy/common/ |
A D | sleeper.S | 25 sw $1, PT_R1(sp) 244 lw $1, PT_R1(sp)
|
/linux/arch/nios2/kernel/ |
A D | asm-offsets.c | 29 OFFSET(PT_R1, pt_regs, r1); in main()
|
A D | insnemu.S | 21 ldw r1, PT_R1(sp) // Restore registers
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 69 #define PT_R1 1 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace_offsets.h | 227 #define PT_R1 0x0888 macro
|
/linux/arch/powerpc/perf/ |
A D | callchain_64.c | 133 read_user_stack_64(&uregs[PT_R1], &sp)) in perf_callchain_user_64()
|
A D | callchain_32.c | 164 read_user_stack_32(&uregs[PT_R1], &sp)) in perf_callchain_user_32()
|
/linux/arch/mips/include/asm/ |
A D | stackframe.h | 54 cfi_st $1, PT_R1, \docfi 301 cfi_ld $1, PT_R1, \docfi
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 393 CHECK_REG(PT_R1, gpr[1]); in pt_regs_check()
|
/linux/arch/ia64/kernel/ |
A D | ptrace.c | 1897 case PT_R1 ... PT_R3: in access_uarea() 1898 pos = addr - PT_R1 + ELF_GR_OFFSET(1); in access_uarea()
|
Completed in 25 milliseconds