/Linux-v5.4/arch/arc/lib/ |
D | memcpy-archs.S | 45 mov.f lp_count, r2 48 rsub lp_count, r4, 4 62 lsr.f lp_count, r2, ZOLSHFT 75 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes 100 lsr.f lp_count, r2, 3 130 and.f lp_count, r2, 0x07 ;Last 8bytes 145 lsr.f lp_count, r2, 3 171 and.f lp_count, r2, 0x07 ;Last 8bytes 185 lsr.f lp_count, r2, 3 211 and.f lp_count, r2, 0x07 ;Last 8bytes
|
D | memcpy-archs-unaligned.S | 26 lsr.f lp_count, r2, ZOLSHFT 39 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
|
D | memset.S | 32 lsr.f lp_count,r2,2 41 mov.f lp_count,r2
|
D | memcpy-700.S | 15 asr.f lp_count,r3,3 50 lsr.f lp_count,r3
|
D | memcmp.S | 23 lsr.f lp_count,r3,3 116 lsr.f lp_count,r3
|
/Linux-v5.4/arch/arc/include/asm/ |
D | entry-compact.h | 187 PUSH lp_count 225 mov lp_count, r9 ;LD to lp_count is not allowed 276 PUSH lp_count 309 mov lp_count, r9 ;LD to lp_count is not allowed
|
D | ptrace.h | 27 unsigned long lp_start, lp_end, lp_count; member 99 unsigned long lp_end, lp_start, lp_count; member
|
D | entry-arcv2.h | 123 st lp_count, [sp, PT_lpc] 207 mov lp_count, r10
|
/Linux-v5.4/arch/arc/kernel/ |
D | signal.c | 74 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs() 119 regs->lp_count = uregs.scratch.lp_count; in restore_usr_regs()
|
D | ptrace.c | 51 REG_O_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_get() 139 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
|
D | kgdb.c | 30 gdb_regs[_LP_COUNT] = kernel_regs->lp_count; in to_gdb_regs() 50 kernel_regs->lp_count = gdb_regs[_LP_COUNT]; in from_gdb_regs()
|
D | unaligned.c | 248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup() 250 regs->lp_count--; in misaligned_fixup()
|
D | asm-offsets.c | 64 DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count)); in main()
|
D | troubleshoot.c | 220 regs->lp_start, regs->lp_end, regs->lp_count); in show_regs()
|
D | disasm.c | 528 && (regs->lp_count > 1)) { in disasm_next_pc()
|
/Linux-v5.4/arch/arc/include/uapi/asm/ |
D | ptrace.h | 38 unsigned long bta, lp_start, lp_end, lp_count; member
|
/Linux-v5.4/drivers/char/ |
D | lp.c | 147 static unsigned int lp_count = 0; variable 962 if (lp_count == LP_NO) { in lp_attach() 971 lp_count++; in lp_attach() 978 lp_count++; in lp_attach() 1001 lp_count--; in lp_detach() 1059 if (!lp_count) { in lp_init()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 1744 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 1749 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count() 1752 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count() 1755 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count() 2007 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local 2013 lp_count = LP_COUNT_G(v1); in drain_db_fifo() 2016 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo() 2020 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
|