Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/lib/
H A 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
H A Dmemcpy-archs-unaligned.S26 lsr.f lp_count, r2, ZOLSHFT
39 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
H A Dmemset.S32 lsr.f lp_count,r2,2
41 mov.f lp_count,r2
H A Dmemcpy-700.S15 asr.f lp_count,r3,3
50 lsr.f lp_count,r3
H A Dmemcmp.S23 lsr.f lp_count,r3,3
116 lsr.f lp_count,r3
/openbmc/linux/arch/arc/include/asm/
H A Dentry-compact.h167 PUSH lp_count
210 mov lp_count, r9 ;LD to lp_count is not allowed variable
251 PUSH lp_count
278 mov lp_count, r9 ;LD to lp_count is not allowed
H A Dptrace.h34 unsigned long lp_start, lp_end, lp_count; member
87 unsigned long lp_end, lp_start, lp_count; member
H A Dentry-arcv2.h138 st lp_count, [sp, PT_lpc] variable
223 mov lp_count, r10
/openbmc/linux/arch/arc/kernel/
H A Dptrace.c28 REG_OFFSET_NAME(lp_count),
86 REG_OFFSET_NAME(lp_count),
114 membuf_store(&to, ptregs->lp_count); in genregs_get()
195 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
H A Dsignal.c110 uregs.scratch.lp_count = regs->lp_count; in stash_usr_regs()
163 regs->lp_count = uregs.scratch.lp_count; in restore_usr_regs()
H A 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()
H A Dunaligned.c248 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup()
250 regs->lp_count--; in misaligned_fixup()
H A Dasm-offsets.c67 DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count)); in main()
H A Dhead.S127 lsr.f lp_count, r6, 2
H A Dtroubleshoot.c26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
H A Ddisasm.c587 && (regs->lp_count > 1)) { in disasm_next_pc()
/openbmc/linux/drivers/char/
H A Dlp.c147 static unsigned int lp_count = 0; variable
969 if (lp_count == LP_NO) { in lp_attach()
978 lp_count++; in lp_attach()
985 lp_count++; in lp_attach()
1008 lp_count--; in lp_detach()
1064 if (!lp_count) { in lp_init()
/openbmc/u-boot/arch/arc/include/asm/
H A Dptrace.h13 long lp_count; member
/openbmc/linux/arch/arc/include/uapi/asm/
H A Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member
/openbmc/u-boot/arch/arc/lib/
H A Dinterrupts.c70 regs->lp_end, regs->lp_count); in show_regs()
H A Dints_low.S72 PUSH %lp_count
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2144 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local
2149 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count()
2152 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count()
2155 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count()
2407 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local
2413 lp_count = LP_COUNT_G(v1); in drain_db_fifo()
2416 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo()
2420 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()