Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Dentry-compact.h188 PUSHAX lp_start
208 POPAX lp_start
262 PUSHAX lp_start
277 POPAX lp_start
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.c73 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs()
118 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
Dptrace.c51 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()
Dkgdb.c34 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()
Dprocess.c175 regs->lp_start = 0x10; in start_thread()
Dunaligned.c252 regs->ret = regs->lp_start; in misaligned_fixup()
Dtroubleshoot.c213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
Ddisasm.c532 *next_pc = regs->lp_start; 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