Searched refs:PT_R3 (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/arch/loongarch/kernel/ |
D | entry.S | 29 cfi_st t2, PT_R3 30 cfi_rel_offset sp, PT_R3
|
D | asm-offsets.c | 22 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | stackframe.h | 112 cfi_st t0, PT_R3, \docfi 113 cfi_rel_offset sp, PT_R3, \docfi 208 cfi_ld sp, PT_R3, \docfi
|
/linux-6.1.9/arch/mips/kernel/ |
D | mcount.S | 208 PTR_S v1, PT_R3(sp) 214 PTR_L v1, PT_R3(sp)
|
D | asm-offsets.c | 32 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | entry.h | 40 stw r3, PT_R3(sp) 68 ldw r3, PT_R3(sp)
|
/linux-6.1.9/arch/mips/alchemy/common/ |
D | sleeper.S | 27 sw $3, PT_R3(sp) 246 lw $3, PT_R3(sp)
|
/linux-6.1.9/arch/mips/include/asm/ |
D | stackframe.h | 247 cfi_st v1, PT_R3, \docfi 376 cfi_ld $3, PT_R3, \docfi 420 cfi_ld $3, PT_R3, \docfi
|
/linux-6.1.9/arch/nios2/kernel/ |
D | asm-offsets.c | 31 OFFSET(PT_R3, pt_regs, r3); in main()
|
D | insnemu.S | 23 ldw r3, PT_R3(sp)
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 71 #define PT_R3 3 macro
|
/linux-6.1.9/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 229 #define PT_R3 0x0898 macro
|
/linux-6.1.9/arch/microblaze/kernel/ |
D | entry.S | 181 swi r3, r1, PT_R3; \ 215 lwi r3, r1, PT_R3; \ 355 swi r0, r1, PT_R3 383 swi r3, r1, PT_R3 435 swi r3, r1, PT_R3
|
D | asm-offsets.c | 33 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main()
|
D | hw_exception_handler.S | 87 lwi r3, r1, PT_R3; \ 320 swi r3, r1, PT_R3
|
/linux-6.1.9/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 393 CHECK_REG(PT_R3, gpr[3]); in pt_regs_check()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | ptrace.c | 1840 case PT_R1 ... PT_R3: in access_uarea()
|