Home
last modified time | relevance | path

Searched defs:size (Results 1351 - 1375 of 14799) sorted by relevance

1...<<51525354555657585960>>...592

/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule.c93 __module_alloc(unsigned long size, unsigned long start, unsigned long end, bool nowarn) in __module_alloc() argument
108 void *module_alloc(unsigned long size) in module_alloc() argument
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dpmem.c18 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __clean_pmem_range() local
30 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __flush_pmem_range() local
52 void arch_wb_cache_pmem(void *addr, size_t size) in arch_wb_cache_pmem() argument
59 void arch_invalidate_pmem(void *addr, size_t size) in arch_invalidate_pmem() argument
69 __copy_from_user_flushcache(void *dest, const void __user *src, unsigned size) __copy_from_user_flushcache() argument
80 memcpy_flushcache(void *dest, const void *src, size_t size) memcpy_flushcache() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c51 unsigned int size = sizeof(dma_list); in save_upper_240kb() local
107 unsigned int size = sizeof(regs_spill); in spill_regs_to_mem() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c13 __u32 vals[MAP_SIZE], duration, retval, size, val; in test_queue_stack_map_by_type() local
[all...]
H A Dxdp_adjust_tail.c8 __u32 duration, retval, size, expect_sz; in test_xdp_adjust_tail_shrink() local
38 __u32 duration, retval, size, expect_s in test_xdp_adjust_tail_grow() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/ia64/
H A Daliasing-test.c122 size_t size = 0; in read_rom() local
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/
H A Dfuse_mnt.c75 memfd_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) memfd_read() argument
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dioremap.c46 void __iomem *ioremap_prot(phys_addr_t phys_addr, unsigned long size, in ioremap_prot() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dops-lantiq.c71 ltq_pci_read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) ltq_pci_read_config_dword() argument
89 ltq_pci_write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) ltq_pci_write_config_dword() argument
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/
H A Dip30-setup.c51 phys_addr_t size; in ip30_mem_init() local
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dmodule.c30 void *module_alloc(unsigned long size) in module_alloc() argument
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Ddma.c68 void *arch_dma_set_uncached(void *cpu_addr, size_t size) in arch_dma_set_uncached() argument
87 void arch_dma_clear_uncached(void *cpu_addr, size_t size) in arch_dma_clear_uncached() argument
98 void arch_sync_dma_for_device(phys_addr_t addr, size_t size, in arch_sync_dma_for_device() argument
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dbarrier.h63 array_index_mask_nospec(unsigned long index, unsigned long size) array_index_mask_nospec() argument
H A Dfacility.h69 static inline unsigned long __stfle_asm(u64 *stfle_fac_list, int size) in __stfle_asm() argument
88 static inline void __stfle(u64 *stfle_fac_list, int size) in __stfle() argument
107 static inline void stfle(u64 *stfle_fac_list, int size) in stfle() argument
[all...]
H A Dcmpxchg.h18 __arch_xchg(unsigned long x, unsigned long address, int size) in __arch_xchg() argument
87 __cmpxchg(unsigned long address, unsigned long old, unsigned long new, int size) __cmpxchg() argument
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dkexec_elf.c73 size_t size; in s390_elf_load() local
/kernel/linux/linux-6.6/arch/s390/lib/
H A Duaccess.c33 raw_copy_from_user_key(void *to, const void __user *from, unsigned long size, unsigned long key) raw_copy_from_user_key() argument
95 raw_copy_to_user_key(void __user *to, const void *from, unsigned long size, unsigned long key) raw_copy_to_user_key() argument
151 __clear_user(void __user *to, unsigned long size) __clear_user() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_dbfs.c31 dbfs_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) dbfs_read() argument
H A Dhypfs.h64 size_t size; member
H A Dhypfs_diag0c.c78 static int dbfs_diag0c_create(void **data, void **data_free_ptr, size_t *size) in dbfs_diag0c_create() argument
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dexitcode.c43 size_t size; in exitcode_proc_write() local
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dcache-sh2a.c49 static void sh2a__flush_wback_region(void *start, int size) in sh2a__flush_wback_region() argument
91 static void sh2a__flush_purge_region(void *start, int size) in sh2a__flush_purge_region() argument
121 static void sh2a__flush_invalidate_region(void *start, int size) in sh2a__flush_invalidate_region() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Digt_gem_utils.c47 unsigned long n, size; in igt_emit_store_dw() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_mm.c90 remap_io_mapping(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn, unsigned long size, struct io_mapping *iomap) remap_io_mapping() argument
125 remap_io_sg(struct vm_area_struct *vma, unsigned long addr, unsigned long size, struct scatterlist *sgl, resource_size_t iobase) remap_io_sg() argument
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_spi_device.c14 cxd2880_spi_device_write(struct cxd2880_spi *spi, const u8 *data, u32 size) cxd2880_spi_device_write() argument

Completed in 15 milliseconds

1...<<51525354555657585960>>...592