Searched refs:lp_end (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/arc/include/asm/ |
H A D | entry-compact.h | 168 PUSHAX lp_end 207 POPAX lp_end 252 PUSHAX lp_end 275 POPAX lp_end
|
H A D | ptrace.h | 34 unsigned long lp_start, lp_end, lp_count; member 87 unsigned long lp_end, lp_start, lp_count; member
|
H A D | entry-arcv2.h | 134 lr r10, [lp_end]
|
/openbmc/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 | 109 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs() 162 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 | 66 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 | unaligned.c | 248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
|
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()
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | ptrace.h | 12 long lp_end; member
|
/openbmc/linux/arch/arc/include/uapi/asm/ |
H A D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | interrupts.c | 70 regs->lp_end, regs->lp_count); in show_regs()
|
H A D | ints_low.S | 73 PUSHAX %lp_end
|