Searched refs:PT_R11 (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | rethook_trampoline.S | 17 cfi_st a7, PT_R11 52 cfi_ld a7, PT_R11
|
| H A D | mcount_dyn.S | 39 PTR_S a7, sp, PT_R11 104 PTR_L a7, sp, PT_R11
|
| H A D | entry.S | 52 cfi_st a7, PT_R11
|
| H A D | asm-offsets.c | 35 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
|
| /linux/arch/mips/kernel/ |
| H A D | mcount.S | 34 PTR_S a7, PT_R11(sp) 49 PTR_L a7, PT_R11(sp)
|
| H A D | scall64-o32.S | 129 sd a7, PT_R11(sp) # For indirect syscalls 145 ld a7, PT_R11(sp) # For indirect syscalls
|
| H A D | asm-offsets.c | 49 OFFSET(PT_R11, pt_regs, regs[11]); in output_ptreg_defines()
|
| /linux/arch/nios2/include/asm/ |
| H A D | entry.h | 48 stw r11, PT_R11(sp) 76 ldw r11, PT_R11(sp)
|
| /linux/arch/mips/include/asm/ |
| H A D | irqflags.h | 154 LONG_L $11, PT_R11(sp); \
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ptrace.h | 79 #define PT_R11 11 macro
|
| /linux/arch/nios2/kernel/ |
| H A D | asm-offsets.c | 40 OFFSET(PT_R11, pt_regs, r11); in main()
|
| H A D | insnemu.S | 31 ldw r11, PT_R11(sp)
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackframe.h | 180 cfi_st a7, PT_R11, \docfi 254 cfi_ld a7, PT_R11, \docfi
|
| /linux/arch/microblaze/kernel/ |
| H A D | asm-offsets.c | 42 DEFINE(PT_R11, offsetof(struct pt_regs, r11)); in main()
|
| H A D | hw_exception_handler.S | 91 lwi r11, r1, PT_R11; \ 325 swi r11, r1, PT_R11
|
| H A D | entry.S | 189 swi r11, r1, PT_R11; /* save clobbered regs after rval */\ 223 lwi r11, r1, PT_R11; /* restore clobbered regs after rval */\
|