Searched refs:lp_end (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-compact.h | 187 PUSHAX lp_end 209 POPAX lp_end 261 PUSHAX lp_end 278 POPAX lp_end
|
D | ptrace.h | 25 unsigned long lp_start, lp_end, lp_count; member 93 unsigned long lp_end, lp_start, lp_count; member
|
/linux-4.4.14/arch/arc/kernel/ |
D | signal.c | 74 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs() 119 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
|
D | ptrace.c | 52 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get() 140 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
|
D | kgdb.c | 33 gdb_regs[_LP_END] = kernel_regs->lp_end; in to_gdb_regs() 53 kernel_regs->lp_end = gdb_regs[_LP_END]; in from_gdb_regs()
|
D | process.c | 176 regs->lp_end = 0x80; in start_thread()
|
D | unaligned.c | 251 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
|
D | troubleshoot.c | 213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | disasm.c | 530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
D | ptrace.h | 37 unsigned long bta, lp_start, lp_end, lp_count; member
|