Searched refs:lp_start (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-compact.h | 188 PUSHAX lp_start 208 POPAX lp_start 262 PUSHAX lp_start 277 POPAX lp_start
|
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 | 73 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs() 118 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
|
D | ptrace.c | 51 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get() 139 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
|
D | kgdb.c | 34 gdb_regs[_LP_START] = kernel_regs->lp_start; in to_gdb_regs() 54 kernel_regs->lp_start = gdb_regs[_LP_START]; in from_gdb_regs()
|
D | process.c | 175 regs->lp_start = 0x10; in start_thread()
|
D | unaligned.c | 252 regs->ret = regs->lp_start; in misaligned_fixup()
|
D | troubleshoot.c | 213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | disasm.c | 532 *next_pc = regs->lp_start; 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
|