Searched refs:callee_regs (Results 1 – 16 of 16) sorted by relevance
| /Linux-v4.19/arch/arc/kernel/ |
| D | kgdb.c | 18 struct callee_regs *cregs) in to_gdb_regs() 41 struct callee_regs *cregs) in from_gdb_regs() 62 to_gdb_regs(gdb_regs, kernel_regs, (struct callee_regs *) in pt_regs_to_gdb_regs() 68 from_gdb_regs(gdb_regs, kernel_regs, (struct callee_regs *) in gdb_regs_to_pt_regs() 77 (struct callee_regs *) task->thread.callee_reg); in sleeping_thread_to_gdb_regs() 116 regs->ret, regs, (struct callee_regs *) in do_single_step()
|
| D | process.c | 183 struct callee_regs *c_callee; /* child's callee regs */ in copy_thread() 184 struct callee_regs *parent_callee; /* paren't callee */ in copy_thread() 190 c_callee = ((struct callee_regs *)childksp) - 1; in copy_thread() 229 parent_callee = ((struct callee_regs *)regs) - 1; in copy_thread()
|
| D | troubleshoot.c | 56 static void show_callee_regs(struct callee_regs *cregs) in show_callee_regs() 175 struct callee_regs *cregs; in show_regs() 221 cregs = (struct callee_regs *)current->thread.callee_reg; in show_regs()
|
| D | unaligned.c | 137 struct callee_regs *cregs) in fixup_load() 167 struct callee_regs *cregs) in fixup_store() 203 struct callee_regs *cregs) in misaligned_fixup()
|
| D | ptrace.c | 16 static struct callee_regs *task_callee_regs(struct task_struct *tsk) in task_callee_regs() 18 struct callee_regs *tmp = (struct callee_regs *)tsk->thread.callee_reg; in task_callee_regs() 28 const struct callee_regs *cregs = task_callee_regs(target); in genregs_get() 114 const struct callee_regs *cregs = task_callee_regs(target); in genregs_set()
|
| D | disasm.c | 25 int userspace, struct pt_regs *regs, struct callee_regs *cregs) in disasm_instr() 436 struct callee_regs *cregs) in get_reg() 463 struct callee_regs *cregs) in set_reg() 504 struct callee_regs *cregs, in disasm_next_pc()
|
| D | asm-offsets.c | 63 DEFINE(SZ_CALLEE_REGS, sizeof(struct callee_regs)); in main()
|
| D | traps.c | 94 struct callee_regs *cregs) in do_misaligned_access()
|
| D | kprobes.c | 174 (struct callee_regs *) current->thread.callee_reg, in setup_singlestep()
|
| D | entry-arcv2.S | 149 mov r2, sp ; callee_regs
|
| D | entry-compact.S | 290 mov r2, sp ; callee_regs
|
| /Linux-v4.19/arch/arc/include/asm/ |
| D | disasm.h | 109 int userspace, struct pt_regs *regs, struct callee_regs *cregs); 110 int disasm_next_pc(unsigned long pc, struct pt_regs *regs, struct callee_regs 112 long get_reg(int reg, struct pt_regs *regs, struct callee_regs *cregs); 114 struct callee_regs *cregs);
|
| D | unaligned.h | 19 struct callee_regs *cregs); 23 struct callee_regs *cregs) in misaligned_fixup()
|
| D | processor.h | 91 sizeof(struct callee_regs) + off)))
|
| D | ptrace.h | 114 struct callee_regs { struct
|
| D | entry.h | 141 ; Retrieve orig r25 and save it with rest of callee_regs
|