Searched refs:lp_end (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arc/include/uapi/asm/
H A Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member in struct:user_regs_struct::__anon131
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h253 PUSHAX lp_end
292 POPAX lp_end
337 PUSHAX lp_end
360 POPAX lp_end
H A Dptrace.h34 unsigned long lp_start, lp_end, lp_count; member in struct:pt_regs
91 unsigned long lp_end, lp_start, lp_count; member in struct:pt_regs
H A Dentry-arcv2.h134 lr r10, [lp_end]
219 sr r10, [lp_end]
/linux-master/arch/arc/kernel/
H A Dkgdb.c31 gdb_regs[_LP_END] = kernel_regs->lp_end;
51 kernel_regs->lp_end = gdb_regs[_LP_END];
H A Dptrace.c27 REG_OFFSET_NAME(lp_end),
84 REG_OFFSET_NAME(lp_end),
113 membuf_store(&to, ptregs->lp_end);
194 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end);
H A Dasm-offsets.c66 DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end));
H A Dsignal.c110 uregs.scratch.lp_end = regs->lp_end;
163 regs->lp_end = uregs.scratch.lp_end;
H A Dprocess.c267 regs->lp_end = 0x80;
H A Dunaligned.c248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) {
H A Dtroubleshoot.c26 regs->lp_start, regs->lp_end, regs->lp_count);
H A Ddisasm.c586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end)

Completed in 838 milliseconds