Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dentry-compact.h192 PUSHAX lp_start
224 POPAX lp_start
281 PUSHAX lp_start
308 POPAX lp_start
Dptrace.h30 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/
Dsignal.c75 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs()
120 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
Dptrace.c52 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()
Dkgdb.c35 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()
Dprocess.c287 regs->lp_start = 0x10; in start_thread()
Dtroubleshoot.c213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
Dunaligned.c253 regs->ret = regs->lp_start; in misaligned_fixup()
Ddisasm.c532 *next_pc = regs->lp_start; in disasm_next_pc()
/Linux-v4.19/arch/arc/include/uapi/asm/
Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member