Searched refs:lp_start (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arc/include/asm/ |
H A D | entry-compact.h | 254 PUSHAX lp_start 291 POPAX lp_start 338 PUSHAX lp_start 359 POPAX lp_start
|
H A D | ptrace.h | 34 unsigned long lp_start, lp_end, lp_count; member 91 unsigned long lp_end, lp_start, lp_count; member
|
H A D | entry-arcv2.h | 135 lr r11, [lp_start]
|
/linux/arch/arc/kernel/ |
H A D | ptrace.c | 26 REG_OFFSET_NAME(lp_start), 85 REG_OFFSET_NAME(lp_start), 112 membuf_store(&to, ptregs->lp_start); in genregs_get() 193 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
|
H A D | signal.c | 109 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs() 162 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
|
H A D | kgdb.c | 32 gdb_regs[_LP_START] = kernel_regs->lp_start; in to_gdb_regs() 52 kernel_regs->lp_start = gdb_regs[_LP_START]; in from_gdb_regs()
|
H A D | process.c | 266 regs->lp_start = 0x10; in start_thread()
|
H A D | troubleshoot.c | 26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
|
H A D | unaligned.c | 250 regs->ret = regs->lp_start; in misaligned_fixup()
|
H A D | disasm.c | 588 *next_pc = regs->lp_start; in disasm_next_pc()
|
/linux/arch/arc/include/uapi/asm/ |
H A D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|