Searched refs:lc0 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/hexagon/kernel/ |
H A D | ptrace.c | 51 membuf_store(&to, regs->lc0); in genregs_get() 96 INEXT(®s->lc0, lc0); in genregs_set()
|
H A D | signal.c | 44 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 D | vm_events.c | 30 regs->lc0, regs->sa0, regs->m0); in show_regs()
|
H A D | vm_entry.S | 52 R15 = lc0; } \ 141 lc0 = R15; } \
|
H A D | kgdb.c | 59 { "lc0", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc0)},
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | elf.h | 135 DEST.lc0 = REGS->lc0; \
|
/openbmc/linux/arch/hexagon/include/uapi/asm/ |
H A D | user.h | 47 unsigned long lc0; member
|
H A D | registers.h | 53 unsigned long lc0; member
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | signal.c | 36 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 D | lzma.txt | 206 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 D | genptr.c | 890 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()
|