Home
last modified time | relevance | path

Searched refs:callee_regs (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/arch/arc/kernel/
Dkgdb.c15 struct callee_regs *cregs) in to_gdb_regs()
38 struct callee_regs *cregs) in from_gdb_regs()
59 to_gdb_regs(gdb_regs, kernel_regs, (struct callee_regs *) in pt_regs_to_gdb_regs()
65 from_gdb_regs(gdb_regs, kernel_regs, (struct callee_regs *) in gdb_regs_to_pt_regs()
74 (struct callee_regs *) task->thread.callee_reg); in sleeping_thread_to_gdb_regs()
113 regs->ret, regs, (struct callee_regs *) in do_single_step()
Dprocess.c172 struct callee_regs *c_callee; /* child's callee regs */ in copy_thread()
173 struct callee_regs *parent_callee; /* paren't callee */ in copy_thread()
179 c_callee = ((struct callee_regs *)childksp) - 1; in copy_thread()
218 parent_callee = ((struct callee_regs *)regs) - 1; in copy_thread()
Dtroubleshoot.c40 static void print_regs_callee(struct callee_regs *regs) in print_regs_callee()
171 struct callee_regs *cregs = (struct callee_regs *)tsk->thread.callee_reg; in show_regs()
Dunaligned.c133 struct callee_regs *cregs) in fixup_load()
163 struct callee_regs *cregs) in fixup_store()
199 struct callee_regs *cregs) in misaligned_fixup()
Dptrace.c98 static struct callee_regs *task_callee_regs(struct task_struct *tsk) in task_callee_regs()
100 struct callee_regs *tmp = (struct callee_regs *)tsk->thread.callee_reg; in task_callee_regs()
109 const struct callee_regs *cregs = task_callee_regs(target); in genregs_get()
169 const struct callee_regs *cregs = task_callee_regs(target); in genregs_set()
Ddisasm.c22 int userspace, struct pt_regs *regs, struct callee_regs *cregs) in disasm_instr()
433 struct callee_regs *cregs) in get_reg()
477 struct callee_regs *cregs) in set_reg()
561 struct callee_regs *cregs, in disasm_next_pc()
Dtraps.c80 struct callee_regs *cregs) in do_misaligned_access()
Dasm-offsets.c68 DEFINE(SZ_CALLEE_REGS, sizeof(struct callee_regs)); in main()
Dkprobes.c171 (struct callee_regs *) current->thread.callee_reg, in setup_singlestep()
Dentry-arcv2.S147 mov r2, sp ; callee_regs
Dentry-compact.S287 mov r2, sp ; callee_regs
/Linux-v6.1/arch/arc/include/asm/
Ddisasm.h106 int userspace, struct pt_regs *regs, struct callee_regs *cregs);
107 int disasm_next_pc(unsigned long pc, struct pt_regs *regs, struct callee_regs
109 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs);
111 struct callee_regs *cregs);
Dunaligned.h16 struct callee_regs *cregs);
20 struct callee_regs *cregs) in misaligned_fixup()
Dprocessor.h62 sizeof(struct callee_regs) + off)))
Dptrace.h115 struct callee_regs { struct
Dentry.h138 ; Retrieve orig r25 and save it with rest of callee_regs