Searched refs:lp_start (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-compact.h | 192 PUSHAX lp_start 224 POPAX lp_start 281 PUSHAX lp_start 308 POPAX lp_start
|
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 | 75 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs() 120 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
|
D | ptrace.c | 52 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get() 140 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
|
D | kgdb.c | 35 gdb_regs[_LP_START] = kernel_regs->lp_start; in to_gdb_regs() 55 kernel_regs->lp_start = gdb_regs[_LP_START]; in from_gdb_regs()
|
D | process.c | 287 regs->lp_start = 0x10; in start_thread()
|
D | troubleshoot.c | 213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | unaligned.c | 253 regs->ret = regs->lp_start; in misaligned_fixup()
|
D | disasm.c | 532 *next_pc = regs->lp_start; 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
|