Searched refs:lp_count (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-compact.h | 190 PUSH lp_count 228 mov lp_count, r9 ;LD to lp_count is not allowed 279 PUSH lp_count 312 mov lp_count, r9 ;LD to lp_count is not allowed
|
D | ptrace.h | 30 unsigned long lp_start, lp_end, lp_count; member 102 unsigned long lp_end, lp_start, lp_count; member
|
/Linux-v4.19/arch/arc/lib/ |
D | memcpy-archs.S | 54 mov.f lp_count, r2 57 rsub lp_count, r4, 4 71 lsr.f lp_count, r2, ZOLSHFT 86 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes 111 lsr.f lp_count, r2, 3 143 and.f lp_count, r2, 0x07 ;Last 8bytes 158 lsr.f lp_count, r2, 3 186 and.f lp_count, r2, 0x07 ;Last 8bytes 200 lsr.f lp_count, r2, 3 228 and.f lp_count, r2, 0x07 ;Last 8bytes
|
D | memset.S | 35 lsr.f lp_count,r2,2 44 mov.f lp_count,r2
|
D | memcpy-700.S | 18 asr.f lp_count,r3,3 53 lsr.f lp_count,r3
|
D | memcmp.S | 26 lsr.f lp_count,r3,3 119 lsr.f lp_count,r3
|
/Linux-v4.19/arch/arc/kernel/ |
D | signal.c | 77 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs() 122 regs->lp_count = uregs.scratch.lp_count; in restore_usr_regs()
|
D | ptrace.c | 54 REG_O_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_get() 142 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
|
D | kgdb.c | 33 gdb_regs[_LP_COUNT] = kernel_regs->lp_count; in to_gdb_regs() 53 kernel_regs->lp_count = gdb_regs[_LP_COUNT]; in from_gdb_regs()
|
D | unaligned.c | 252 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup() 254 regs->lp_count--; in misaligned_fixup()
|
D | troubleshoot.c | 213 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | disasm.c | 531 && (regs->lp_count > 1)) { in disasm_next_pc()
|
/Linux-v4.19/arch/arc/include/uapi/asm/ |
D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|
/Linux-v4.19/drivers/char/ |
D | lp.c | 145 static unsigned int lp_count = 0; variable 952 if (lp_count == LP_NO) { in lp_attach() 956 if (!lp_register(lp_count, port)) in lp_attach() 957 lp_count++; in lp_attach() 964 lp_count++; in lp_attach() 1032 if (!lp_count) { in lp_init()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 1625 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 1630 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count() 1633 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count() 1636 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count() 1888 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local 1894 lp_count = LP_COUNT_G(v1); in drain_db_fifo() 1897 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo() 1901 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
|