Searched refs:lc1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/hexagon/kernel/ |
H A D | ptrace.c | 53 membuf_store(&to, regs->lc1); in genregs_get() 98 INEXT(®s->lc1, lc1); in genregs_set()
|
H A D | signal.c | 46 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 D | vm_events.c | 32 regs->lc1, regs->sa1, regs->m1); in show_regs()
|
H A D | vm_entry.S | 56 R13 = lc1; } \ 137 lc1 = R13; } \
|
H A D | kgdb.c | 60 { "lc1", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc1)},
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | elf.h | 137 DEST.lc1 = REGS->lc1; \
|
/openbmc/linux/arch/hexagon/include/uapi/asm/ |
H A D | user.h | 49 unsigned long lc1; member
|
H A D | registers.h | 46 unsigned long lc1; member
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | signal.c | 38 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 D | genptr.c | 909 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()
|