Home
last modified time | relevance | path

Searched refs:lp_end (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/arc/include/asm/
Dentry-compact.h187 PUSHAX lp_end
209 POPAX lp_end
261 PUSHAX lp_end
278 POPAX lp_end
Dptrace.h25 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/
Dsignal.c74 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs()
119 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
Dptrace.c52 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()
Dkgdb.c33 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()
Dprocess.c176 regs->lp_end = 0x80; in start_thread()
Dunaligned.c251 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
Dtroubleshoot.c213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
Ddisasm.c530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
/linux-4.4.14/arch/arc/include/uapi/asm/
Dptrace.h37 unsigned long bta, lp_start, lp_end, lp_count; member