Home
last modified time | relevance | path

Searched refs:PT_R11 (Results 1 – 16 of 16) sorted by relevance

/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S17 cfi_st a7, PT_R11
52 cfi_ld a7, PT_R11
H A Dmcount_dyn.S39 PTR_S a7, sp, PT_R11
105 PTR_L a7, sp, PT_R11
H A Dentry.S52 cfi_st a7, PT_R11
/linux/arch/mips/kernel/
H A Dmcount.S34 PTR_S a7, PT_R11(sp)
49 PTR_L a7, PT_R11(sp)
H A Dscall64-o32.S129 sd a7, PT_R11(sp) # For indirect syscalls
145 ld a7, PT_R11(sp) # For indirect syscalls
H A Dasm-offsets.c41 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
/linux/arch/nios2/include/asm/
H A Dentry.h48 stw r11, PT_R11(sp)
76 ldw r11, PT_R11(sp)
/linux/arch/mips/include/asm/
H A Dirqflags.h154 LONG_L $11, PT_R11(sp); \
/linux/arch/nios2/kernel/
H A Dasm-offsets.c39 OFFSET(PT_R11, pt_regs, r11); in main()
H A Dinsnemu.S31 ldw r11, PT_R11(sp)
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h79 #define PT_R11 11 macro
/linux/arch/loongarch/include/asm/
H A Dstackframe.h154 cfi_st a7, PT_R11, \docfi
228 cfi_ld a7, PT_R11, \docfi
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c41 DEFINE(PT_R11, offsetof(struct pt_regs, r11)); in main()
H A Dhw_exception_handler.S91 lwi r11, r1, PT_R11; \
325 swi r11, r1, PT_R11
H A Dentry.S189 swi r11, r1, PT_R11; /* save clobbered regs after rval */\
223 lwi r11, r1, PT_R11; /* restore clobbered regs after rval */\
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c398 CHECK_REG(PT_R11, gpr[11]); in pt_regs_check()