/openbmc/linux/arch/xtensa/kernel/ |
H A D | ptrace.c | 44 struct user_pt_regs newregs = { in gpr_get() local 73 struct user_pt_regs newregs = {0}; in gpr_set() local 126 elf_xtregs_t *newregs = kzalloc(sizeof(elf_xtregs_t), GFP_KERNEL); in tie_get() local 159 elf_xtregs_t *newregs = kzalloc(sizeof(elf_xtregs_t), GFP_KERNEL); in tie_set() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | kexec.h | 20 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kexec.h | 25 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | kexec.h | 29 crash_setup_regs(struct pt_regs *newregs, struct pt_regs *oldregs) in crash_setup_regs()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | kexec.h | 35 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | kexec.h | 25 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | kexec.h | 29 crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | kexec.h | 27 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | kexec.h | 34 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kexec.h | 52 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kexec.h | 37 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kexec.h | 63 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | ptrace.c | 175 struct pt_regs newregs, *regs = task_pt_regs(task); in put_user_reg() local 557 struct pt_regs newregs = *task_pt_regs(target); in gpr_set() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kexec.h | 74 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 567 struct user_pt_regs newregs = task_pt_regs(target)->user_regs; in gpr_set() local 1634 struct pt_regs newregs; in compat_gpr_set() local 1880 struct pt_regs newregs = *task_pt_regs(tsk); in compat_ptrace_write_user() local
|