/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module.c | 93 __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 D | pmem.c | 18 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 D | spu_save.c | 51 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 D | queue_stack_map.c | 13 __u32 vals[MAP_SIZE], duration, retval, size, val; in test_queue_stack_map_by_type() local [all...] |
H A D | xdp_adjust_tail.c | 8 __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 D | aliasing-test.c | 122 size_t size = 0; in read_rom() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 75 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 D | ioremap.c | 46 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 D | ops-lantiq.c | 71 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 D | ip30-setup.c | 51 phys_addr_t size; in ip30_mem_init() local
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | module.c | 30 void *module_alloc(unsigned long size) in module_alloc() argument
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | dma.c | 68 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 D | barrier.h | 63 array_index_mask_nospec(unsigned long index, unsigned long size) array_index_mask_nospec() argument
|
H A D | facility.h | 69 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 D | cmpxchg.h | 18 __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 D | kexec_elf.c | 73 size_t size; in s390_elf_load() local
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | uaccess.c | 33 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 D | hypfs_dbfs.c | 31 dbfs_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) dbfs_read() argument
|
H A D | hypfs.h | 64 size_t size; member
|
H A D | hypfs_diag0c.c | 78 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 D | exitcode.c | 43 size_t size; in exitcode_proc_write() local
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache-sh2a.c | 49 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 D | igt_gem_utils.c | 47 unsigned long n, size; in igt_emit_store_dw() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_mm.c | 90 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 D | cxd2880_spi_device.c | 14 cxd2880_spi_device_write(struct cxd2880_spi *spi, const u8 *data, u32 size) cxd2880_spi_device_write() argument
|