Home
last modified time | relevance | path

Searched refs:PT_R9 (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S35 LONG_S $9, PT_R9(sp)
86 LONG_S $9, PT_R9(sp)
111 LONG_L $9, PT_R9(sp)
156 LONG_L $9, PT_R9(sp)
H A Dasm-offsets.c30 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackframe.h71 cfi_st $9, PT_R9, \docfi
267 cfi_st $9, PT_R9, \docfi
325 cfi_ld $9, PT_R9, \docfi
414 cfi_ld $9, PT_R9, \docfi
H A Dirqflags.h156 LONG_L $9, PT_R9(sp); \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S32 PTR_S a5, PT_R9(sp)
47 PTR_L a5, PT_R9(sp)
H A Dscall64-o32.S111 sd a5, PT_R9(sp)
142 ld a5, PT_R9(sp)
H A Dscall64-n32.S87 ld a5, PT_R9(sp)
H A Dscall64-n64.S98 ld a5, PT_R9(sp)
H A Dasm-offsets.c38 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h46 stw r9, PT_R9(sp)
74 ldw r9, PT_R9(sp)
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S76 swi r9, r1, PT_R9
187 lwi r9, r1, PT_R9
226 swi r9, r1, PT_R9
319 swi r9, r1, PT_R9
562 lwi r9, r1, PT_R9
H A Dasm-offsets.c39 DEFINE(PT_R9, offsetof(struct pt_regs, r9)); in main()
H A Dentry.S185 swi r9, r1, PT_R9; \
219 lwi r9, r1, PT_R9; \
353 lwi r9, r1, PT_R9;
H A Dhw_exception_handler.S404 swi r9, r1, PT_R9
443 lwi r9, r1, PT_R9
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h70 #define PT_R9 9 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h66 #define PT_R9 9 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h77 #define PT_R9 9 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c37 OFFSET(PT_R9, pt_regs, r9); in main()
H A Dinsnemu.S29 ldw r9, PT_R9(sp)
H A Dentry.S327 ldw r9, PT_R9(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h235 #define PT_R9 0x08c8 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c443 CHECK_REG(PT_R9, gpr[9]); in pt_regs_check()