Searched defs:newregs (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/arch/xtensa/kernel/ |
D | ptrace.c | 45 struct user_pt_regs newregs = { in gpr_get() local 74 struct user_pt_regs newregs = {0}; in gpr_set() local 125 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
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | kexec.h | 20 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | kexec.h | 25 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/sh/include/asm/ |
D | kexec.h | 35 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | kexec.h | 29 crash_setup_regs(struct pt_regs *newregs, struct pt_regs *oldregs) in crash_setup_regs()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | kexec.h | 27 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | kexec.h | 37 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | kexec.h | 50 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | kexec.h | 36 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | ptrace.c | 37 struct pt_regs newregs, *regs = task_pt_regs(task); in put_user_reg() local
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | kexec.h | 63 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/nds32/kernel/ |
D | ptrace.c | 28 struct user_pt_regs newregs = task_pt_regs(target)->user_regs; in gpr_set() local
|
/Linux-v5.4/arch/arm/kernel/ |
D | ptrace.c | 176 struct pt_regs newregs, *regs = task_pt_regs(task); in put_user_reg() local 589 struct pt_regs newregs = *task_pt_regs(target); in gpr_set() local
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kexec.h | 78 static inline void crash_setup_regs(struct pt_regs *newregs, in crash_setup_regs()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | ptrace.c | 605 struct user_pt_regs newregs = task_pt_regs(target)->user_regs; in gpr_set() local 1285 struct pt_regs newregs; in compat_gpr_set() local
|