Home
last modified time | relevance | path

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

/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c53 membuf_store(&to, regs->lc1); in genregs_get()
98 INEXT(&regs->lc1, lc1); in genregs_set()
H A Dsignal.c46 err |= __put_user(regs->lc1, &sc->sc_regs.lc1); in setup_sigcontext()
76 err |= __get_user(regs->lc1, &sc->sc_regs.lc1); in restore_sigcontext()
H A Dvm_events.c32 regs->lc1, regs->sa1, regs->m1); in show_regs()
H A Dvm_entry.S56 R13 = lc1; } \
137 lc1 = R13; } \
H A Dkgdb.c60 { "lc1", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc1)},
/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h137 DEST.lc1 = REGS->lc1; \
/openbmc/linux/arch/hexagon/include/uapi/asm/
H A Duser.h49 unsigned long lc1; member
H A Dregisters.h46 unsigned long lc1; member
/openbmc/qemu/linux-user/hexagon/
H A Dsignal.c38 target_ulong lc1; member
114 __put_user(env->gpr[HEX_REG_LC1], &sc->lc1); in setup_sigcontext()
230 __get_user(env->gpr[HEX_REG_LC1], &sc->lc1); in restore_sigcontext()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c909 TCGv lc1 = get_result_gpr(ctx, HEX_REG_LC1); in gen_endloop1() local
911 tcg_gen_subi_tl(lc1, hex_gpr[HEX_REG_LC1], 1); in gen_endloop1()
968 TCGv lc1 = get_result_gpr(ctx, HEX_REG_LC1); in gen_endloop01() local
970 tcg_gen_subi_tl(lc1, hex_gpr[HEX_REG_LC1], 1); in gen_endloop01()