Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dirqflags.h159 LONG_L $6, PT_R6(sp); \
166 LONG_L $6, PT_R6(sp); \
/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S12 cfi_st a2, PT_R6
47 cfi_ld a2, PT_R6
H A Dmcount_dyn.S34 PTR_S a2, sp, PT_R6
100 PTR_L a2, sp, PT_R6
H A Dentry.S47 cfi_st a2, PT_R6
/linux/arch/mips/kernel/
H A Dmcount.S28 PTR_S a2, PT_R6(sp)
43 PTR_L a2, PT_R6(sp)
H A Dscall64-n32.S85 ld a2, PT_R6(sp)
H A Dscall64-n64.S95 ld a2, PT_R6(sp)
H A Dscall64-o32.S140 ld a2, PT_R6(sp)
H A Dscall32-o32.S137 lw a2, PT_R6(sp)
H A Dasm-offsets.c36 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
/linux/arch/nios2/include/asm/
H A Dentry.h43 stw r6, PT_R6(sp)
71 ldw r6, PT_R6(sp)
/linux/arch/mips/alchemy/common/
H A Dsleeper.S30 sw $6, PT_R6(sp)
249 lw $6, PT_R6(sp)
/linux/arch/nios2/kernel/
H A Dasm-offsets.c34 OFFSET(PT_R6, pt_regs, r6); in main()
H A Dentry.S258 ldw r6, PT_R6(sp)
324 ldw r6, PT_R6(sp)
H A Dinsnemu.S26 ldw r6, PT_R6(sp)
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h74 #define PT_R6 6 macro
/linux/arch/loongarch/include/asm/
H A Dstackframe.h149 cfi_st a2, PT_R6, \docfi
223 cfi_ld a2, PT_R6, \docfi
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c36 DEFINE(PT_R6, offsetof(struct pt_regs, r6)); in main()
H A Dentry.S184 swi r6, r1, PT_R6; \
218 lwi r6, r1, PT_R6; \
390 lwi r6, r1, PT_R6;
H A Dhw_exception_handler.S90 lwi r6, r1, PT_R6; \
323 swi r6, r1, PT_R6
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c393 CHECK_REG(PT_R6, gpr[6]); in pt_regs_check()