Home
last modified time | relevance | path

Searched refs:PT_R16 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dsim.h29 "sw\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
55 "sd\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
H A Dpm.h22 LONG_S $16, PT_R16(sp)
46 LONG_L $16, PT_R16(sp)
H A Dstackframe.h98 cfi_st $16, PT_R16, \docfi
337 cfi_ld $16, PT_R16, \docfi
/openbmc/linux/arch/mips/power/
H A Dhibernate_asm.S20 PTR_S s0, PT_R16(t0)
50 PTR_L s0, PT_R16(t0)
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S22 cfi_st t4, PT_R16
57 cfi_ld t4, PT_R16
H A Dmcount_dyn.S46 PTR_S t4, sp, PT_R16
H A Dasm-offsets.c36 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/openbmc/linux/arch/mips/alchemy/common/
H A Dsleeper.S32 sw $16, PT_R16(sp)
251 lw $16, PT_R16(sp)
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S53 LONG_S $16, PT_R16(sp)
122 LONG_L $16, PT_R16(sp)
H A Dasm-offsets.c36 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h77 #define PT_R16 16 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h73 #define PT_R16 16 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h64 cfi_st t4, PT_R16, \docfi
178 cfi_ld t4, PT_R16, \docfi
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h84 #define PT_R16 16 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h238 #define PT_R16 0x08e0 macro
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c52 DEFINE(PT_R16, offsetof(struct pt_regs, exregs[0])); in main()
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c46 DEFINE(PT_R16, offsetof(struct pt_regs, r16)); in main()
H A Dentry.S194 swi r16, r1, PT_R16; \
228 lwi r16, r1, PT_R16; \
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c406 CHECK_REG(PT_R16, gpr[16]); in pt_regs_check()
/openbmc/linux/arch/mips/kernel/
H A Dasm-offsets.c46 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1847 case PT_R16 ... PT_R31: in access_uarea()
1848 pos = addr - PT_R16 + ELF_GR_OFFSET(16); in access_uarea()