Home
last modified time | relevance | path

Searched refs:lp_count (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dentry-compact.h183 PUSH lp_count
199 * It is recommended that lp_count/ilink1/ilink2 not be used as a dest reg
210 mov lp_count, r9 ;LD to lp_count is not allowed
261 PUSH lp_count
273 * It is recommended that lp_count/ilink1/ilink2 not be used as a dest reg
284 mov lp_count, r9 ;LD to lp_count is not allowed variable
H A Dptrace.h22 unsigned long lp_start, lp_end, lp_count; member
97 unsigned long lp_end, lp_start, lp_count; member
H A Dentry-arcv2.h124 st lp_count, [sp, PT_lpc] variable
212 ld r10, [sp, PT_lpc] ; lp_count can't be target of LD
213 mov lp_count, r10 variable
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dentry-compact.h167 PUSH lp_count
199 * It is recommended that lp_count/ilink1/ilink2 not be used as a dest reg
210 mov lp_count, r9 ;LD to lp_count is not allowed
251 PUSH lp_count
267 * It is recommended that lp_count/ilink1/ilink2 not be used as a dest reg
278 mov lp_count, r9 ;LD to lp_count is not allowed variable
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]
222 ld r10, [sp, PT_lpc] ; lp_count can't be target of LD
223 mov lp_count, r10 variable
/kernel/linux/linux-5.10/arch/arc/lib/
H A Dmemset.S32 lsr.f lp_count,r2,2
41 mov.f lp_count,r2
H A Dmemcmp.S23 lsr.f lp_count,r3,3
116 lsr.f lp_count,r3
/kernel/linux/linux-6.6/arch/arc/lib/
H A Dmemset.S32 lsr.f lp_count,r2,2
41 mov.f lp_count,r2
H A Dmemcmp.S23 lsr.f lp_count,r3,3
116 lsr.f lp_count,r3
/kernel/linux/linux-6.6/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 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 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 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()
/kernel/linux/linux-5.10/arch/arc/kernel/
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 Dptrace.c31 membuf_store(&to, ptregs->lp_count); in genregs_get()
112 REG_IN_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_set()
H A 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()
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.c65 DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count)); in main()
H A Dtroubleshoot.c26 regs->lp_start, regs->lp_end, regs->lp_count); in print_regs_scratch()
/kernel/linux/linux-5.10/arch/arc/include/uapi/asm/
H A Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member
/kernel/linux/linux-6.6/arch/arc/include/uapi/asm/
H A Dptrace.h38 unsigned long bta, lp_start, lp_end, lp_count; member
/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c147 static unsigned int lp_count = 0; variable
968 if (lp_count == LP_NO) { in lp_attach()
977 lp_count++; in lp_attach()
984 lp_count++; in lp_attach()
1007 lp_count--; in lp_detach()
1065 if (!lp_count) { in lp_init()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds

12