Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S34 PTR_S a7, PT_R11(sp)
49 PTR_L a7, PT_R11(sp)
H A Dscall64-o32.S113 sd a7, PT_R11(sp) # For indirect syscalls
144 ld a7, PT_R11(sp) # For indirect syscalls
H A Dasm-offsets.c40 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h48 stw r11, PT_R11(sp)
76 ldw r11, PT_R11(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S38 LONG_S $11, PT_R11(sp)
114 LONG_L $11, PT_R11(sp)
H A Dasm-offsets.c32 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S78 swi r11, r1, PT_R11
185 lwi r11, r1, PT_R11
228 swi r11, r1, PT_R11
321 swi r11, r1, PT_R11
560 lwi r11, r1, PT_R11
H A Dhw_exception_handler.S92 lwi r11, r1, PT_R11; \
340 swi r11, r1, PT_R11
406 swi r11, r1, PT_R11
445 lwi r11, r1, PT_R11
H A Dasm-offsets.c41 DEFINE(PT_R11, offsetof(struct pt_regs, r11)); in main()
H A Dentry.S187 swi r11, r1, PT_R11; /* save clobbered regs after rval */\
221 lwi r11, r1, PT_R11; /* restore clobbered regs after rval */\
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h72 #define PT_R11 11 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h68 #define PT_R11 11 macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h79 #define PT_R11 11 macro
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h237 #define PT_R11 0x08d8 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c445 CHECK_REG(PT_R11, gpr[11]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1900 case PT_R8 ... PT_R11: in access_uarea()