Home
last modified time | relevance | path

Searched refs:lc0 (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/hexagon/kernel/
Dptrace.c81 ONEXT(&regs->lc0, lc0); in genregs_get()
130 INEXT(&regs->lc0, lc0); in genregs_set()
Dsignal.c56 err |= __put_user(regs->lc0, &sc->sc_regs.lc0); in setup_sigcontext()
86 err |= __get_user(regs->lc0, &sc->sc_regs.lc0); in restore_sigcontext()
Dvm_events.c42 regs->lc0, regs->sa0, regs->m0); in show_regs()
Dvm_entry.S65 R15 = lc0; } \
154 lc0 = R15; } \
Dkgdb.c71 { "lc0", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc0)},
/linux-4.4.14/arch/hexagon/include/asm/
Delf.h152 DEST.lc0 = REGS->lc0; \
/linux-4.4.14/arch/hexagon/include/uapi/asm/
Duser.h46 unsigned long lc0; member
Dregisters.h52 unsigned long lc0; member
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dptrace.h48 long lc0; member
/linux-4.4.14/arch/blackfin/kernel/
Dsignal.c69 RESTORE(lc0); RESTORE(lc1); in rt_restore_sigcontext()
130 SETUP(lc0); SETUP(lc1); in rt_setup_sigcontext()
Dpseudodbg.c74 val = &fp->lc0; in fix_up_reg()
Dkgdb.c54 gdb_regs[BFIN_LC0] = regs->lc0; in pt_regs_to_gdb_regs()
129 regs->lc0 = gdb_regs[BFIN_LC0]; in gdb_regs_to_pt_regs()
Dasm-offsets.c93 DEFINE(PT_LC0, offsetof(struct pt_regs, lc0)); in main()
Dtrace.c968 fp->lb0, fp->lt0, fp->lc0); in show_regs()
/linux-4.4.14/arch/blackfin/mach-common/
Dhead.S25 lsetup (1f, 1f) lc0 = p2;