| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| H A D | copy_template.S | 26 count .req x2 label [all...] |
| /kernel/linux/linux-5.10/arch/csky/lib/ |
| H A D | usercopy.c | 81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() argument 108 strncpy_from_user(char *dst, const char *src, long count) strncpy_from_user() argument [all...] |
| /kernel/linux/linux-5.10/arch/alpha/oprofile/ |
| H A D | op_model_ev4.c | 24 unsigned long ctl = 0, count, hilo; in ev4_reg_setup() local [all...] |
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | io.c | 45 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in _memcpy_fromio() argument 61 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in _memcpy_toio() argument 77 void _memset_io(volatile void __iomem *dst, int c, size_t count) in _memset_io() argument
|
| /kernel/linux/linux-5.10/arch/mips/generic/ |
| H A D | board-ranchu.c | 37 unsigned int start, count; in ranchu_measure_hpt_freq() local
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| H A D | vga.h | 45 static inline void scr_memsetw(u16 *s, u16 v, unsigned int count) in scr_memsetw() argument
|
| /kernel/linux/linux-5.10/arch/parisc/math-emu/ |
| H A D | sfdiv.c | 41 register int dest_exponent, count; in sgl_fdiv() local
|
| H A D | sfmpy.c | 44 register int dest_exponent, count; in sgl_fmpy() local
|
| /kernel/linux/linux-5.10/arch/parisc/lib/ |
| H A D | checksum.c | 39 int odd, count; in do_csum() local [all...] |
| H A D | memcpy.c | 49 void * memcpy(void * dst,const void *src, size_t count) in memcpy() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| H A D | opal-nvram.c | 26 static ssize_t opal_nvram_read(char *buf, size_t count, loff_t *index) in opal_nvram_read() argument 47 static ssize_t opal_nvram_write(char *buf, size_t count, loff_t *index) in opal_nvram_write() argument [all...] |
| H A D | ultravisor.c | 34 uv_msglog_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *to, loff_t pos, size_t count) uv_msglog_read() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ |
| H A D | pgtable-frag.c | 20 int count; in pte_frag_destroy() local
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| H A D | sc-debugfs.c | 13 sc_prefetch_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) sc_prefetch_read() argument 26 sc_prefetch_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) sc_prefetch_write() argument
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| H A D | ide.h | 24 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) in __ide_mm_insw() argument 32 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) in __ide_mm_insl() argument 40 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) in __ide_mm_outsw() argument 48 static __inline__ void __ide_mm_outsl(void __iomem *port, void *addr, u32 count) in __ide_mm_outsl() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | parport.h | 22 int count = 0; in parport_pc_find_nonpci_ports() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-altivec.c | 79 vr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vr_set() argument
|
| H A D | ptrace-vsx.c | 49 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument 126 vsr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) vsr_set() argument
|
| H A D | ptrace-spe.c | 39 evr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) evr_set() argument
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | ide.h | 35 static inline void __ide_insw(void __iomem *port, void *dst, u32 count) in __ide_insw() argument 65 static inline void __ide_outsw(void __iomem *port, const void *src, u32 count) in __ide_outsw() argument [all...] |
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() argument 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() argument 34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl() argument 88 insb(unsigned long __addr, void *dst, unsigned long count) insb() argument 116 insw(unsigned long __addr, void *dst, unsigned long count) insw() argument 144 insl(unsigned long __addr, void *dst, unsigned long count) insl() argument [all...] |
| H A D | bitext.c | 30 int offset, count; /* siamese twins */ in bit_map_string_get() local
|
| /kernel/linux/linux-5.10/arch/s390/boot/ |
| H A D | pgm_check_info.c | 14 static char *__add_val_as_hex(char *dst, const unsigned char *src, size_t count) in __add_val_as_hex() argument
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | io.c | 16 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) in memcpy_fromio() argument 79 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) in memcpy_toio() argument 103 memset_io(volatile void __iomem *dst, int c, unsigned long count) memset_io() argument [all...] |
| H A D | sys_sh32.c | 39 sys_pread_wrapper(unsigned int fd, char __user *buf, size_t count, long dummy, loff_t pos) sys_pread_wrapper() argument 45 sys_pwrite_wrapper(unsigned int fd, const char __user *buf, size_t count, long dummy, loff_t pos) sys_pwrite_wrapper() argument
|