Home
last modified time | relevance | path

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

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