Searched refs:lp_end (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | entry-compact.h | 176 PUSHAX lp_end 199 POPAX lp_end 254 PUSHAX lp_end 273 POPAX lp_end
|
A D | ptrace.h | 23 unsigned long lp_start, lp_end, lp_count; member 101 unsigned long lp_end, lp_start, lp_count; member
|
A D | entry-arcv2.h | 120 lr r10, [lp_end]
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | ptrace.c | 27 REG_OFFSET_NAME(lp_end), 86 REG_OFFSET_NAME(lp_end), 115 membuf_store(&to, ptregs->lp_end); in genregs_get() 196 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
|
A D | signal.c | 108 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs() 161 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
|
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()
|
A D | asm-offsets.c | 64 DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end)); in main()
|
A D | process.c | 278 regs->lp_end = 0x80; in start_thread()
|
A D | troubleshoot.c | 26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
|
A D | unaligned.c | 248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
|
A D | disasm.c | 586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
|
/linux-6.3-rc2/arch/arc/include/uapi/asm/ |
A D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|
Completed in 11 milliseconds