Home
last modified time | relevance | path

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

/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c51 membuf_store(&to, regs->lc0); in genregs_get()
96 INEXT(&regs->lc0, lc0); in genregs_set()
H A Dsignal.c44 err |= __put_user(regs->lc0, &sc->sc_regs.lc0); in setup_sigcontext()
74 err |= __get_user(regs->lc0, &sc->sc_regs.lc0); in restore_sigcontext()
H A Dvm_events.c30 regs->lc0, regs->sa0, regs->m0); in show_regs()
H A Dvm_entry.S52 R15 = lc0; } \
141 lc0 = R15; } \
H A Dkgdb.c59 { "lc0", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc0)},
/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h135 DEST.lc0 = REGS->lc0; \
/openbmc/linux/arch/hexagon/include/uapi/asm/
H A Duser.h47 unsigned long lc0; member
H A Dregisters.h53 unsigned long lc0; member
/openbmc/qemu/linux-user/hexagon/
H A Dsignal.c36 target_ulong lc0; member
112 __put_user(env->gpr[HEX_REG_LC0], &sc->lc0); in setup_sigcontext()
228 __get_user(env->gpr[HEX_REG_LC0], &sc->lc0); in restore_sigcontext()
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt206 periodical data you can use lp=2. Often it's better to set lc0,
238 1) LZMA e file.bin file.lzma -d16 -lc0
241 and 0 literal context bits. -lc0 allows to reduce memory requirements
245 2) LZMA e file.bin file.lzma -lc0 -lp2
/openbmc/qemu/target/hexagon/
H A Dgenptr.c890 TCGv lc0 = get_result_gpr(ctx, HEX_REG_LC0); in gen_endloop0() local
892 tcg_gen_subi_tl(lc0, hex_gpr[HEX_REG_LC0], 1); in gen_endloop0()
960 TCGv lc0 = get_result_gpr(ctx, HEX_REG_LC0); in gen_endloop01() local
962 tcg_gen_subi_tl(lc0, hex_gpr[HEX_REG_LC0], 1); in gen_endloop01()