Searched refs:lp_end (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | entry-compact.h | 253 PUSHAX lp_end 292 POPAX lp_end 337 PUSHAX lp_end 360 POPAX lp_end
|
| H A D | ptrace.h | 34 unsigned long lp_start, lp_end, lp_count; member 91 unsigned long lp_end, lp_start, lp_count; member
|
| H A D | entry-arcv2.h | 134 lr r10, [lp_end]
|
| /linux/arch/arc/kernel/ |
| H A D | ptrace.c | 27 REG_OFFSET_NAME(lp_end), 84 REG_OFFSET_NAME(lp_end), 113 membuf_store(&to, ptregs->lp_end); in genregs_get() 194 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
|
| H A D | signal.c | 110 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs() 163 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
|
| H A D | kgdb.c | 31 gdb_regs[_LP_END] = kernel_regs->lp_end; in to_gdb_regs() 51 kernel_regs->lp_end = gdb_regs[_LP_END]; in from_gdb_regs()
|
| H A D | asm-offsets.c | 67 DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end)); in main()
|
| H A D | process.c | 267 regs->lp_end = 0x80; in start_thread()
|
| H A D | troubleshoot.c | 26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
|
| H A D | disasm.c | 586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
|
| /linux/arch/arc/include/uapi/asm/ |
| H A D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|