Home
last modified time | relevance | path

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

/openbmc/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
104 PTR_L a7, sp, PT_R11
H A Dentry.S50 cfi_st a7, PT_R11
H A Dasm-offsets.c31 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/include/asm/
H A Dentry.h48 stw r11, PT_R11(sp)
76 ldw r11, PT_R11(sp)
/openbmc/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()
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S37 LONG_S $11, PT_R11(sp)
113 LONG_L $11, PT_R11(sp)
H A Dasm-offsets.c31 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h72 #define PT_R11 11 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h68 #define PT_R11 11 macro
/openbmc/linux/arch/mips/include/asm/
H A Dirqflags.h154 LONG_L $11, PT_R11(sp); \
H A Dstackframe.h74 cfi_st $11, PT_R11, \docfi
328 cfi_ld $11, PT_R11, \docfi
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h142 cfi_st a7, PT_R11, \docfi
215 cfi_ld a7, PT_R11, \docfi
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h79 #define PT_R11 11 macro
/openbmc/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)
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h237 #define PT_R11 0x08d8 macro
/openbmc/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 */\
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c401 CHECK_REG(PT_R11, gpr[11]); in pt_regs_check()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1844 case PT_R8 ... PT_R11: in access_uarea()