Searched refs:lc0 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 45 err |= __put_user(regs->lc0, &sc->sc_regs.lc0); in setup_sigcontext() 75 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)},
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | elf.h | 135 DEST.lc0 = REGS->lc0; \
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/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
|