Searched refs:lp_end (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/arc/include/asm/ |
D | entry-compact.h | 253 PUSHAX lp_end 292 POPAX lp_end 337 PUSHAX lp_end 360 POPAX lp_end
|
D | ptrace.h | 34 unsigned long lp_start, lp_end, lp_count; member 91 unsigned long lp_end, lp_start, lp_count; member
|
D | entry-arcv2.h | 134 lr r10, [lp_end]
|
/linux-6.12.1/arch/arc/kernel/ |
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()
|
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()
|
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()
|
D | asm-offsets.c | 66 DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end)); in main()
|
D | process.c | 267 regs->lp_end = 0x80; in start_thread()
|
D | troubleshoot.c | 26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
|
D | unaligned.c | 249 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
|
D | disasm.c | 586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
|
/linux-6.12.1/arch/arc/include/uapi/asm/ |
D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|