Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/include/asm/
Dentry-compact.h189 PUSHAX lp_start
221 POPAX lp_start
278 PUSHAX lp_start
305 POPAX lp_start
Dptrace.h27 unsigned long lp_start, lp_end, lp_count; member
99 unsigned long lp_end, lp_start, lp_count; member
Dentry-arcv2.h120 lr r11, [lp_start]
/Linux-v5.4/arch/arc/kernel/
Dsignal.c72 uregs.scratch.lp_start = regs->lp_start; in stash_usr_regs()
117 regs->lp_start = uregs.scratch.lp_start; in restore_usr_regs()
Dptrace.c49 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get()
137 REG_IN_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_set()
Dkgdb.c32 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()
Dprocess.c284 regs->lp_start = 0x10; in start_thread()
Dtroubleshoot.c220 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
Dunaligned.c249 regs->ret = regs->lp_start; in misaligned_fixup()
Ddisasm.c529 *next_pc = regs->lp_start; in disasm_next_pc()
/Linux-v5.4/arch/arc/include/uapi/asm/
Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member