Home
last modified time | relevance | path

Searched defs:size (Results 76 – 100 of 9249) sorted by relevance

12345678910>>...370

/OK3568_Linux_fs/kernel/mm/kasan/
H A Dshadow.c29 bool __kasan_check_read(const volatile void *p, unsigned int size) in __kasan_check_read()
35 bool __kasan_check_write(const volatile void *p, unsigned int size) in __kasan_check_write()
72 void kasan_poison(const void *addr, size_t size, u8 value, bool init) in kasan_poison()
100 void kasan_poison_last_granule(const void *addr, size_t size) in kasan_poison_last_granule()
109 void kasan_unpoison(const void *addr, size_t size, bool init) in kasan_unpoison()
278 int kasan_populate_vmalloc(unsigned long addr, unsigned long size) in kasan_populate_vmalloc()
341 void kasan_poison_vmalloc(const void *start, unsigned long size) in kasan_poison_vmalloc()
350 void kasan_unpoison_vmalloc(const void *start, unsigned long size) in kasan_unpoison_vmalloc()
457 unsigned long size; in kasan_release_vmalloc() local
490 int kasan_module_alloc(void *addr, size_t size) in kasan_module_alloc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c93 void *mte_insert_tags(void *ptr, size_t size) in mte_insert_tags()
108 void mte_clear_tags(void *ptr, size_t size) in mte_clear_tags()
119 static void *__mte_allocate_memory_range(size_t size, int mem_type, int mapping, in __mte_allocate_memory_range()
161 void *mte_allocate_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_memory_tag_range()
168 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory()
173 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory()
191 void *mte_allocate_file_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_file_memory_tag_range()
212 static void __mte_free_memory_range(void *ptr, size_t size, int mem_type, in __mte_free_memory_range()
231 void mte_free_memory_tag_range(void *ptr, size_t size, int mem_type, in mte_free_memory_tag_range()
237 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags) in mte_free_memory()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c35 size_t size, struct snd_dma_buffer *dmab) in do_alloc_pages()
70 static int preallocate_pcm_pages(struct snd_pcm_substream *substream, size_t size) in preallocate_pcm_pages()
164 size_t size; in snd_pcm_lib_preallocate_proc_write() local
233 size_t size, size_t max, bool managed) in preallocate_pages()
254 void *data, size_t size, size_t max, in preallocate_pages_for_all()
279 size_t size, size_t max) in snd_pcm_lib_preallocate_pages()
298 size_t size, size_t max) in snd_pcm_lib_preallocate_pages_for_all()
323 struct device *data, size_t size, size_t max) in snd_pcm_set_managed_buffer()
343 size_t size, size_t max) in snd_pcm_set_managed_buffer_all()
381 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Ddma-noncoherent.c22 static void __dma_sync(void *vaddr, size_t size, int direction) in __dma_sync()
60 unsigned long offset, size_t size, int direction) in __dma_sync_page_highmem()
94 static void __dma_sync_page(phys_addr_t paddr, size_t size, int dir) in __dma_sync_page()
107 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
113 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
119 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
H A Dioremap.c12 void __iomem *ioremap(phys_addr_t addr, unsigned long size) in ioremap()
23 void __iomem *ioremap_wc(phys_addr_t addr, unsigned long size) in ioremap_wc()
34 void __iomem *ioremap_coherent(phys_addr_t addr, unsigned long size) in ioremap_coherent()
44 void __iomem *ioremap_prot(phys_addr_t addr, unsigned long size, unsigned long flags) in ioremap_prot()
64 unsigned long size, pgprot_t prot) in early_ioremap_range()
78 void __iomem *do_ioremap(phys_addr_t pa, phys_addr_t offset, unsigned long size, in do_ioremap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-dma-compat.h17 pci_alloc_consistent(struct pci_dev *hwdev, size_t size, in pci_alloc_consistent()
24 pci_zalloc_consistent(struct pci_dev *hwdev, size_t size, in pci_zalloc_consistent()
31 pci_free_consistent(struct pci_dev *hwdev, size_t size, in pci_free_consistent()
38 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) in pci_map_single()
45 size_t size, int direction) in pci_unmap_single()
52 unsigned long offset, size_t size, int direction) in pci_map_page()
59 size_t size, int direction) in pci_unmap_page()
80 size_t size, int direction) in pci_dma_sync_single_for_cpu()
87 size_t size, int direction) in pci_dma_sync_single_for_device()
H A Ddma-mapping.h166 struct page *page, size_t offset, size_t size, in dma_map_page_attrs()
172 size_t size, enum dma_data_direction dir, unsigned long attrs) in dma_unmap_page_attrs()
186 phys_addr_t phys_addr, size_t size, enum dma_data_direction dir, in dma_map_resource()
192 size_t size, enum dma_data_direction dir, unsigned long attrs) in dma_unmap_resource()
196 size_t size, enum dma_data_direction dir) in dma_sync_single_for_cpu()
200 dma_addr_t addr, size_t size, enum dma_data_direction dir) in dma_sync_single_for_device()
215 static inline void *dma_alloc_attrs(struct device *dev, size_t size, in dma_alloc_attrs()
220 static void dma_free_attrs(struct device *dev, size_t size, void *cpu_addr, in dma_free_attrs()
224 static inline void *dmam_alloc_attrs(struct device *dev, size_t size, in dmam_alloc_attrs()
229 static inline void dmam_free_coherent(struct device *dev, size_t size, in dmam_free_coherent()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio_trapped.h32 __ioremap_trapped(unsigned long offset, unsigned long size) in __ioremap_trapped()
37 #define __ioremap_trapped(offset, size) NULL argument
44 __ioport_map_trapped(unsigned long offset, unsigned long size) in __ioport_map_trapped()
49 #define __ioport_map_trapped(offset, size) NULL argument
55 #define __ioremap_trapped(offset, size) NULL argument
56 #define __ioport_map_trapped(offset, size) NULL argument
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dpci-dma.c24 static void do_cache_op(phys_addr_t paddr, size_t size, in do_cache_op()
46 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
64 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
83 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
94 void *arch_dma_set_uncached(void *p, size_t size) in arch_dma_set_uncached()
/OK3568_Linux_fs/kernel/kernel/
H A Diomem.c9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache()
16 static void *arch_memremap_wb(resource_size_t offset, unsigned long size) in arch_memremap_wb()
23 static bool arch_memremap_can_ram_remap(resource_size_t offset, size_t size, in arch_memremap_can_ram_remap()
30 static void *try_ram_remap(resource_size_t offset, size_t size, in try_ram_remap()
71 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap()
140 size_t size, unsigned long flags) in devm_memremap()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Draw.h18 #define RAW_FORMAT0(id, size, flags, encoding) \ argument
36 #define RAW_FORMAT(id, size, flags, encoding) \ argument
40 #define RAW_FORMAT1(id, alt, size, flags, encoding) \ argument
44 #define RAW_FORMAT2(id, alt1, alt2, size, flags, encoding) \ argument
48 #define RAW_FORMAT3(id, alt1, alt2, alt3, size, flags, encoding) \ argument
52 #define RAW_FORMAT4(id, alt1, alt2, alt3, alt4, size, flags, encoding) \ argument
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dpci.c61 #define EISA_IN(size) if (EISA_bus && (b == 0)) return eisa_in##size(addr) argument
62 #define EISA_OUT(size) if (EISA_bus && (b == 0)) return eisa_out##size(d, addr) argument
64 #define EISA_IN(size) argument
65 #define EISA_OUT(size) argument
68 #define PCI_PORT_IN(type, size) \ argument
83 #define PCI_PORT_OUT(type, size) \ argument
199 resource_size_t size, resource_size_t alignment) in pcibios_align_resource()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dops-bcm63xx.c20 static int postprocess_read(u32 data, int where, unsigned int size) in postprocess_read()
40 unsigned int size) in preprocess_write()
101 unsigned int devfn, int where, int size, in bcm63xx_do_cfg_read()
122 unsigned int devfn, int where, int size, in bcm63xx_do_cfg_write()
148 int where, int size, u32 *val) in bcm63xx_pci_read()
162 int where, int size, u32 val) in bcm63xx_pci_write()
208 static int fake_cb_bridge_read(int where, int size, u32 *val) in fake_cb_bridge_read()
291 static int fake_cb_bridge_write(int where, int size, u32 val) in fake_cb_bridge_write()
363 int where, int size, u32 *val) in bcm63xx_cb_read()
387 int where, int size, u32 val) in bcm63xx_cb_write()
[all …]
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_list.cpp38 RK_S32 size; member
46 static inline void list_node_init_with_key_and_size(mpp_list_node *node, RK_U32 key, RK_S32 size) in list_node_init_with_key_and_size()
53 static mpp_list_node* create_list(void *data, RK_S32 size, RK_U32 key) in create_list()
84 RK_S32 mpp_list::add_at_head(void *data, RK_S32 size) in add_at_head()
100 RK_S32 mpp_list::add_at_tail(void *data, RK_S32 size) in add_at_tail()
116 static void release_list(mpp_list_node*node, void *data, RK_S32 size) in release_list()
143 static inline void _list_del_node_no_lock(mpp_list_node *node, void *data, RK_S32 size) in _list_del_node_no_lock()
149 RK_S32 mpp_list::del_at_head(void *data, RK_S32 size) in del_at_head()
160 RK_S32 mpp_list::del_at_tail(void *data, RK_S32 size) in del_at_tail()
171 static mpp_list_node* create_list_with_size(void *data, RK_S32 size, RK_U32 key) in create_list_with_size()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Duaccess.h18 static inline bool __access_ok(unsigned long addr, unsigned long size) in __access_ok()
23 #define access_ok(addr, size) \ argument
113 #define __put_user_size_allowed(x, ptr, size, retval) \ argument
125 #define __put_user_size(x, ptr, size, retval) \ argument
132 #define __put_user_nocheck(x, ptr, size) \ argument
147 #define __put_user_check(x, ptr, size) \ argument
161 #define __put_user_nosleep(x, ptr, size) \ argument
205 #define __put_user_size_goto(x, ptr, size, label) \ argument
216 #define __put_user_nocheck_goto(x, ptr, size, label) \ argument
280 #define __get_user_size_allowed(x, ptr, size, retval) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess_64.h50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user()
56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user()
62 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long size) in raw_copy_in_user()
77 unsigned size) in __copy_from_user_inatomic_nocache()
84 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dxattr.c15 size_t size, int flags) in fuse_setxattr()
50 size_t size) in fuse_getxattr()
90 static int fuse_verify_xattr_list(char *list, size_t size) in fuse_verify_xattr_list()
107 ssize_t fuse_listxattr(struct dentry *entry, char *list, size_t size) in fuse_listxattr()
182 const char *name, void *value, size_t size, int flags) in fuse_xattr_get()
192 const char *name, const void *value, size_t size, in fuse_xattr_set()
211 const char *name, void *value, size_t size, int flags) in no_xattr_get()
219 size_t size, int flags) in no_xattr_set()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c161 #define kmalloc(size, flags) malloc(size) argument
163 #define vmalloc(size) malloc(size) argument
181 static bool memeq(const void *a, const void *b, size_t size) in memeq()
196 static void memzero(void *buf, size_t size) in memzero()
208 void *memmove(void *dest, const void *src, size_t size) in memmove()
256 long (*fill)(void *dest, unsigned long size), in unxz()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dioctl.h69 #define _IOC(dir,type,nr,size) \ argument
86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/
H A Dsize.hpp19 struct size struct
27 struct result<This(Rng)>
32 struct result<This(Rng &)>
37 typename boost::range_size<Rng>::type operator()(Rng const &rng) const in operator ()()
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dpasid.c24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc()
61 static void range_free(struct list_head *head, u32 start, u32 size, in range_free()
81 int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_pasid_afu_alloc()
91 void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_pasid_afu_free()
96 int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_actag_afu_alloc()
104 void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_actag_afu_free()
/OK3568_Linux_fs/kernel/arch/c6x/mm/
H A Ddma-coherent.c74 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arch_dma_alloc()
102 void arch_dma_free(struct device *dev, size_t size, void *vaddr, in arch_dma_free()
118 void __init coherent_mem_init(phys_addr_t start, u32 size) in coherent_mem_init()
143 static void c6x_dma_sync(phys_addr_t paddr, size_t size, in c6x_dma_sync()
163 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
169 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/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dlinux_osl.c229 uint32 size; /* mapping size */ member
586 osl_cache_flush(void *va, uint size) in osl_cache_flush()
599 osl_cache_inv(void *va, uint size) in osl_cache_inv()
620 osl_pci_read_config(osl_t *osh, uint offset, uint size) in osl_pci_read_config()
640 osl_pci_write_config(osl_t *osh, uint offset, uint size, uint val) in osl_pci_write_config()
713 osl_pcmcia_attr(osl_t *osh, uint offset, char *buf, int size, bool write) in osl_pcmcia_attr()
718 osl_pcmcia_read_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_read_attr()
724 osl_pcmcia_write_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_write_attr()
730 osl_malloc(osl_t *osh, uint size)
790 osl_mallocz(osl_t *osh, uint size)
[all …]

12345678910>>...370