Home
last modified time | relevance | path

Searched defs:size (Results 151 – 175 of 10143) sorted by relevance

12345678910>>...406

/OK3568_Linux_fs/kernel/arch/arm/common/
H A Ddmabounce.c51 size_t size; member
61 unsigned long size; member
107 size_t size, enum dma_data_direction dir) in alloc_safe_buffer()
221 static int needs_bounce(struct device *dev, dma_addr_t dma_addr, size_t size) in needs_bounce()
244 static inline dma_addr_t map_single(struct device *dev, void *ptr, size_t size, in map_single()
276 size_t size, enum dma_data_direction dir, in unmap_single()
315 unsigned long offset, size_t size, enum dma_data_direction dir, in dmabounce_map_page()
349 static void dmabounce_unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size, in dmabounce_unmap_page()
398 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_cpu()
438 dma_addr_t handle, size_t size, enum dma_data_direction dir) in dmabounce_sync_for_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c424 u32 size = desc->size * pten; in nvkm_vmm_ref_hwpt() local
502 u64 addr, u64 size, const char *name, bool ref, bool pfn, in nvkm_vmm_iter()
603 u64 addr, u64 size) in nvkm_vmm_ptes_sparse_put()
613 u64 addr, u64 size) in nvkm_vmm_ptes_sparse_get()
630 nvkm_vmm_ptes_sparse(struct nvkm_vmm *vmm, u64 addr, u64 size, bool ref) in nvkm_vmm_ptes_sparse()
681 u64 addr, u64 size, bool sparse, bool pfn) in nvkm_vmm_ptes_unmap_put()
692 u64 addr, u64 size, struct nvkm_vmm_map *map, in nvkm_vmm_ptes_get_map()
707 u64 addr, u64 size, bool sparse, bool pfn) in nvkm_vmm_ptes_unmap()
718 u64 addr, u64 size, struct nvkm_vmm_map *map, in nvkm_vmm_ptes_map()
727 u64 addr, u64 size) in nvkm_vmm_ptes_put()
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Dxattr.c39 void *buffer, size_t size, int flags) in afs_xattr_get_acl()
74 const void *buffer, size_t size) in afs_make_acl()
102 const void *buffer, size_t size, int flags) in afs_xattr_set_acl()
140 void *buffer, size_t size, int flags) in afs_xattr_get_yfs()
232 const void *buffer, size_t size, int flags) in afs_xattr_set_yfs()
269 void *buffer, size_t size, int flags) in afs_xattr_get_cell()
296 void *buffer, size_t size, int flags) in afs_xattr_get_fid()
334 void *buffer, size_t size, int flags) in afs_xattr_get_volume()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.h147 __bpf_strerror(char *buf, size_t size) in __bpf_strerror()
162 char *buf, size_t size) in bpf__strerror_prepare_load()
170 char *buf, size_t size) in bpf__strerror_probe()
177 char *buf, size_t size) in bpf__strerror_load()
188 char *buf, size_t size) in bpf__strerror_config_obj()
195 char *buf, size_t size) in bpf__strerror_apply_obj_config()
202 int err __maybe_unused, char *buf, size_t size) in bpf__strerror_setup_output_event()
209 static inline int bpf__strerror_setup_stdout(struct evlist *evlist, int err, char *buf, size_t size) in bpf__strerror_setup_stdout()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dioport.c124 void __iomem *ioremap(phys_addr_t offset, size_t size) in ioremap()
160 unsigned long size, char *name) in of_ioremap()
168 void of_iounmap(struct resource *res, void __iomem *base, unsigned long size) in of_iounmap()
178 unsigned long size, char *name) in _sparc_alloc_io()
267 bool sparc_dma_free_resource(void *cpu_addr, size_t size) in sparc_dma_free_resource()
318 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in arch_dma_alloc()
356 void arch_dma_free(struct device *dev, size_t size, void *cpu_addr, in arch_dma_free()
371 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dkmem.c12 kmem_alloc(size_t size, xfs_km_flags_t flags) in kmem_alloc()
42 __kmem_vmalloc(size_t size, xfs_km_flags_t flags) in __kmem_vmalloc()
66 kmem_alloc_io(size_t size, int align_mask, xfs_km_flags_t flags) in kmem_alloc_io()
85 kmem_alloc_large(size_t size, xfs_km_flags_t flags) in kmem_alloc_large()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h293 __FORTIFY_INLINE char *strncpy(char *p, const char *q, __kernel_size_t size) in strncpy()
340 __FORTIFY_INLINE size_t strlcpy(char *p, const char *q, size_t size) in strlcpy()
377 __FORTIFY_INLINE void *memset(void *p, int c, __kernel_size_t size) in memset()
387 __FORTIFY_INLINE void *memcpy(void *p, const void *q, __kernel_size_t size) in memcpy()
402 __FORTIFY_INLINE void *memmove(void *p, const void *q, __kernel_size_t size) in memmove()
418 __FORTIFY_INLINE void *memscan(void *p, int c, __kernel_size_t size) in memscan()
428 __FORTIFY_INLINE int memcmp(const void *p, const void *q, __kernel_size_t size) in memcmp()
443 __FORTIFY_INLINE void *memchr(const void *p, int c, __kernel_size_t size) in memchr()
454 __FORTIFY_INLINE void *memchr_inv(const void *p, int c, size_t size) in memchr_inv()
465 __FORTIFY_INLINE void *kmemdup(const void *p, size_t size, gfp_t gfp) in kmemdup()
H A Dcirc_buf.h16 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
21 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
26 #define CIRC_CNT_TO_END(head,tail,size) \ argument
32 #define CIRC_SPACE_TO_END(head,tail,size) \ argument
H A Dgenalloc.h102 phys_addr_t phys, size_t size, int nid) in gen_pool_add_virt()
120 size_t size, int nid) in gen_pool_add()
129 size_t size, void **owner) in gen_pool_alloc_owner()
136 size_t size, genpool_algo_t algo, void *data) in gen_pool_alloc_algo()
151 static inline unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size) in gen_pool_alloc()
170 size_t size) in gen_pool_free()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsbi.c142 unsigned long start, unsigned long size, in __sbi_rfence_v01()
191 unsigned long start, unsigned long size, in __sbi_rfence_v01()
260 unsigned long size, unsigned long arg4, in __sbi_rfence_v02_call()
312 unsigned long start, unsigned long size, in __sbi_rfence_v02()
397 unsigned long size) in sbi_remote_sfence_vma()
417 unsigned long size, in sbi_remote_sfence_vma_asid()
436 unsigned long size) in sbi_remote_hfence_gvma()
456 unsigned long size, in sbi_remote_hfence_gvma_vmid()
475 unsigned long size) in sbi_remote_hfence_vvma()
496 unsigned long size, in sbi_remote_hfence_vvma_asid()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-amd756-s4882.c40 u8 command, int size, in amd756_access_virt0()
68 u8 command, int size, in amd756_access_channel()
102 u8 command, int size, in amd756_access_virt1()
112 u8 command, int size, in amd756_access_virt2()
122 u8 command, int size, in amd756_access_virt3()
132 u8 command, int size, in amd756_access_virt4()
H A Di2c-nforce2-s4985.c38 u8 command, int size, in nforce2_access_virt0()
64 u8 command, int size, in nforce2_access_channel()
97 u8 command, int size, in nforce2_access_virt1()
107 u8 command, int size, in nforce2_access_virt2()
117 u8 command, int size, in nforce2_access_virt3()
127 u8 command, int size, in nforce2_access_virt4()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dbenchmark_2000.c33 size_t size = 1024; /* Buffer size */ in xtest_tee_benchmark_2001() local
47 size_t size = 4096; /* Buffer size */ in xtest_tee_benchmark_2002() local
73 size_t size = 1024; /* Buffer size */ in xtest_tee_benchmark_2011() local
87 size_t size = 1024; /* Buffer size */ in xtest_tee_benchmark_2012() local
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Ddma.c13 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op()
49 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
64 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
79 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Ddma.c21 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
40 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in arch_dma_alloc()
56 void arch_dma_free(struct device *dev, size_t size, void *vaddr, in arch_dma_free()
64 void arch_sync_dma_for_device(phys_addr_t handle, size_t size, in arch_sync_dma_for_device()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Duaccess.h18 static inline int access_ok(const void *addr, unsigned long size) in access_ok()
69 #define __put_user_nocheck(x, ptr, size) \ argument
80 #define __put_user_check(x, ptr, size) \ argument
90 #define __put_user_size(x, ptr, size, retval) \ argument
200 #define __get_user_nocheck(x, ptr, size) \ argument
207 #define __get_user_check(x, ptr, size) \ argument
216 #define __get_user_size(x, ptr, size, retval) \ argument
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c67 const char *buf, size_t size) in reset_store()
108 const char *buf, size_t size) in mode_store()
193 const char *buf, size_t size) in trigger_event_store()
223 const char *buf, size_t size) in enable_event_store()
253 const char *buf, size_t size) in fifofull_level_store()
283 const char *buf, size_t size) in addr_idx_store()
333 const char *buf, size_t size) in addr_single_store()
392 const char *buf, size_t size) in addr_range_store()
454 const char *buf, size_t size) in addr_start_store()
508 const char *buf, size_t size) in addr_stop_store()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duaccess.h106 #define __ua_size(size) \ argument
127 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok()
133 #define access_ok(addr, size) \ argument
232 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) argument
252 #define __get_kernel_common(val, size, ptr) \ argument
273 #define __get_user_common(val, size, ptr) \ argument
284 #define __get_user_nocheck(x, ptr, size) \ argument
297 #define __get_user_check(x, ptr, size) \ argument
368 #define __put_kernel_common(ptr, size) __put_user_common(ptr, size) argument
389 #define __put_kernel_common(ptr, size) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/rapidio/
H A Drio-access.c32 #define RIO_LOP_READ(size,type,len) \ argument
53 #define RIO_LOP_WRITE(size,type,len) \ argument
84 #define RIO_OP_READ(size,type,len) \ argument
105 #define RIO_OP_WRITE(size,type,len) \ argument
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Ddma-mapping.c15 static inline void cache_op(phys_addr_t paddr, size_t size, in cache_op()
54 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
59 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
75 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dsdk.c61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmtrr.h62 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add()
67 static inline int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page()
72 static inline int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del()
76 static inline int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page()
103 compat_uint_t size; /* Size of region */ member
110 compat_uint_t size; /* Size of region */ member
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Duaccess.h19 #define __access_ok(addr, size) ({ \ argument
24 #define access_ok(addr, size) \ argument
56 #define __get_user_nocheck(x,ptr,size) \ argument
67 #define __get_user_check(x,ptr,size) \ argument
78 #define __put_user_nocheck(x,ptr,size) \ argument
88 #define __put_user_check(x,ptr,size) \ argument
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Duaccess.h61 static inline int __access_ok(const void __user *p, unsigned long size) in __access_ok()
68 #define access_ok(addr, size) __access_ok((addr), (size)) argument
146 #define __do_get_user(check, x, ptr, size) \ argument
164 #define __get_user_nocheck(x, ptr, size) __do_get_user(0, x, ptr, size) argument
165 #define __get_user_check(x, ptr, size) __do_get_user(1, x, ptr, size) argument
173 #define __do_put_user(check, x, ptr, size) \ argument
191 #define __put_user_nocheck(x, ptr, size) __do_put_user(0, x, ptr, size) argument
192 #define __put_user_check(x, ptr, size) __do_put_user(1, x, ptr, size) argument
/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_dec_bcj.c60 size_t size; member
88 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86()
160 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc()
181 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64()
265 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm()
288 static size_t bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb()
316 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc()
346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()

12345678910>>...406