Searched refs:lp_count (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arc/include/asm/ |
D | entry.h | 432 PUSH lp_count 455 mov lp_count, r9 ;LD to lp_count is not allowed 491 PUSH lp_count 516 PUSH lp_count 538 mov lp_count, r9 ;LD to lp_count is not allowed 557 mov lp_count, r9 ;LD to lp_count is not allowed
|
D | ptrace.h | 24 long lp_start, lp_end, lp_count; member
|
/linux-4.1.27/arch/arc/lib/ |
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 102 lsr.f lp_count,r3
|
/linux-4.1.27/arch/arc/kernel/ |
D | kgdb.c | 32 gdb_regs[_LP_COUNT] = kernel_regs->lp_count; in to_gdb_regs() 52 kernel_regs->lp_count = gdb_regs[_LP_COUNT]; in from_gdb_regs()
|
D | unaligned.c | 251 if ((regs->ret == regs->lp_end) && (regs->lp_count)) { in misaligned_fixup() 253 regs->lp_count--; in misaligned_fixup()
|
D | troubleshoot.c | 197 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-4.1.27/arch/arc/include/uapi/asm/ |
D | ptrace.h | 37 long bta, lp_start, lp_end, lp_count; member
|
/linux-4.1.27/drivers/char/ |
D | lp.c | 145 static unsigned int lp_count = 0; variable 913 if (lp_count == LP_NO) { in lp_attach() 917 if (!lp_register(lp_count, port)) in lp_attach() 918 lp_count++; in lp_attach() 925 lp_count++; in lp_attach() 993 if (!lp_count) { in lp_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 1921 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 1926 lp_count = LP_COUNT_G(v1); in cxgb4_dbfifo_count() 1929 lp_count = LP_COUNT_T5_G(v1); in cxgb4_dbfifo_count() 1932 return lpfifo ? lp_count : hp_count; in cxgb4_dbfifo_count() 2196 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local 2202 lp_count = LP_COUNT_G(v1); in drain_db_fifo() 2205 lp_count = LP_COUNT_T5_G(v1); in drain_db_fifo() 2209 if (lp_count == 0 && hp_count == 0) in drain_db_fifo()
|