Searched refs:lp_end (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-compact.h | 191 PUSHAX lp_end 225 POPAX lp_end 280 PUSHAX lp_end 309 POPAX lp_end
|
D | ptrace.h | 30 unsigned long lp_start, lp_end, lp_count; member 102 unsigned long lp_end, lp_start, lp_count; member
|
/Linux-v4.19/arch/arc/kernel/ |
D | signal.c | 76 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs() 121 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
|
D | ptrace.c | 53 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get() 141 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
|
D | kgdb.c | 34 gdb_regs[_LP_END] = kernel_regs->lp_end; in to_gdb_regs() 54 kernel_regs->lp_end = gdb_regs[_LP_END]; in from_gdb_regs()
|
D | process.c | 288 regs->lp_end = 0x80; in start_thread()
|
D | troubleshoot.c | 213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | unaligned.c | 252 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
|
D | disasm.c | 530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
|
/Linux-v4.19/arch/arc/include/uapi/asm/ |
D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|