Home
last modified time | relevance | path

Searched refs:lp_count (Results 1 – 19 of 19) sorted by relevance

/linux-6.1.9/arch/arc/lib/
Dmemcpy-archs.S45 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
Dmemcpy-archs-unaligned.S26 lsr.f lp_count, r2, ZOLSHFT
39 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
Dmemset.S32 lsr.f lp_count,r2,2
41 mov.f lp_count,r2
Dmemcpy-700.S15 asr.f lp_count,r3,3
50 lsr.f lp_count,r3
Dmemcmp.S23 lsr.f lp_count,r3,3
116 lsr.f lp_count,r3
/linux-6.1.9/arch/arc/include/asm/
Dentry-compact.h175 PUSH lp_count
202 mov lp_count, r9 ;LD to lp_count is not allowed
253 PUSH lp_count
276 mov lp_count, r9 ;LD to lp_count is not allowed
Dptrace.h23 unsigned long lp_start, lp_end, lp_count; member
101 unsigned long lp_end, lp_start, lp_count; member
Dentry-arcv2.h124 st lp_count, [sp, PT_lpc]
213 mov lp_count, r10
/linux-6.1.9/arch/arc/kernel/
Dptrace.c28 REG_OFFSET_NAME(lp_count),
88 REG_OFFSET_NAME(lp_count),
116 membuf_store(&to, ptregs->lp_count); in genregs_get()
197 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
Dsignal.c109 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs()
162 regs->lp_count = uregs.scratch.lp_count; in restore_usr_regs()
Dkgdb.c30 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()
Dunaligned.c248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
250 regs->lp_count--; in misaligned_fixup()
Dasm-offsets.c65 DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count)); in main()
Dtroubleshoot.c26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
Dhead.S127 lsr.f lp_count, r6, 2
Ddisasm.c587 && (regs->lp_count > 1)) { in disasm_next_pc()
/linux-6.1.9/arch/arc/include/uapi/asm/
Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member
/linux-6.1.9/drivers/char/
Dlp.c147 static unsigned int lp_count = 0; variable
967 if (lp_count == LP_NO) { in lp_attach()
976 lp_count++; in lp_attach()
983 lp_count++; in lp_attach()
1006 lp_count--; in lp_detach()
1064 if (!lp_count) { in lp_init()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c2142 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local
2147 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count()
2150 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count()
2153 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()
2405 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local
2411 lp_count = LP_COUNT_G(v1); in drain_db_fifo()
2414 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo()
2418 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()