Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dentry-compact.h191 PUSHAX lp_end
225 POPAX lp_end
280 PUSHAX lp_end
309 POPAX lp_end
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.c76 uregs.scratch.lp_end = regs->lp_end; in stash_usr_regs()
121 regs->lp_end = uregs.scratch.lp_end; in restore_usr_regs()
Dptrace.c53 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get()
141 REG_IN_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_set()
Dkgdb.c34 gdb_regs[_LP_END] = kernel_regs->lp_end; in to_gdb_regs()
54 kernel_regs->lp_end = gdb_regs[_LP_END]; in from_gdb_regs()
Dprocess.c288 regs->lp_end = 0x80; in start_thread()
Dtroubleshoot.c213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
Dunaligned.c252 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
Ddisasm.c530 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end) in disasm_next_pc()
/Linux-v4.19/arch/arc/include/uapi/asm/
Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member