Home
last modified time | relevance | path

Searched defs:size (Results 626 – 650 of 9918) sorted by relevance

1...<<21222324252627282930>>...397

/openbmc/qemu/hw/pci/
H A Dpcie_host.c93 void pcie_host_mmcfg_init(PCIExpressHost *e, uint32_t size) in pcie_host_mmcfg_init()
103 uint32_t size) in pcie_host_mmcfg_map()
113 uint32_t size) in pcie_host_mmcfg_update()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.c21 int vpu_iface_check_memory_region(struct vpu_core *core, dma_addr_t addr, u32 size) in vpu_iface_check_memory_region()
35 u32 size; in vpu_rpc_check_buffer_space() local
228 u32 size = 0; in vpu_get_iface() local
/openbmc/linux/tools/perf/util/
H A Dbranch.c5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area()
169 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) in count_str_scnprintf()
174 int branch_type_str(struct branch_type_stat *st, char *bf, int size) in branch_type_str()
/openbmc/linux/arch/s390/lib/
H A Duaccess.c34 unsigned long size, unsigned long key) in raw_copy_from_user_key()
96 unsigned long size, unsigned long key) in raw_copy_to_user_key()
151 unsigned long __clear_user(void __user *to, unsigned long size) in __clear_user()
H A Dfind.c17 unsigned long find_first_bit_inv(const unsigned long *addr, unsigned long size) in find_first_bit_inv()
39 unsigned long find_next_bit_inv(const unsigned long *addr, unsigned long size, in find_next_bit_inv()
/openbmc/linux/arch/sparc/kernel/
H A Dmodule.c28 static void *module_map(unsigned long size) in module_map()
37 static void *module_map(unsigned long size) in module_map()
43 void *module_alloc(unsigned long size) in module_alloc()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_benchmark.c31 static int amdgpu_benchmark_do_move(struct amdgpu_device *adev, unsigned size, in amdgpu_benchmark_do_move()
60 int n, unsigned size, in amdgpu_benchmark_log_results()
75 static int amdgpu_benchmark_move(struct amdgpu_device *adev, unsigned size, in amdgpu_benchmark_move()
/openbmc/linux/mm/
H A Dvmalloc.c99 unsigned long size = PAGE_SIZE; in vmap_pte_range() local
1387 unsigned long size) in adjust_va_to_fit_type()
1490 unsigned long size, unsigned long align, in __alloc_vmap_area()
2916 unsigned long size; /* In bytes */ in vmap() local
3425 void *vmalloc(unsigned long size) in vmalloc()
3465 void *vzalloc(unsigned long size) in vzalloc()
3481 void *vmalloc_user(unsigned long size) in vmalloc_user()
3549 void *vmalloc_32(unsigned long size) in vmalloc_32()
3565 void *vmalloc_32_user(unsigned long size) in vmalloc_32_user()
3756 size_t n, size, flags, remains; in vread_iter() local
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
H A Dia_css_tdf.host.c34 size_t size) in ia_css_tdf_vmem_encode()
50 size_t size) in ia_css_tdf_encode()
/openbmc/linux/tools/perf/trace/beauty/
H A Dmount_flags.c14 static size_t mount__scnprintf_flags(unsigned long flags, char *bf, size_t size, bool show_prefix) in mount__scnprintf_flags()
38 size_t syscall_arg__scnprintf_mount_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_mount_flags()
/openbmc/u-boot/arch/mips/mach-bmips/include/
H A Dioremap.h12 phys_addr_t size) in fixup_bigphys_addr()
29 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/openbmc/u-boot/arch/mips/mach-mscc/include/
H A Dioremap.h17 phys_addr_t size) in fixup_bigphys_addr()
33 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/openbmc/linux/lib/crypto/
H A Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
164 size_t size) in __crypto_memneq()
/openbmc/linux/include/linux/
H A Dposix_acl_xattr.h25 posix_acl_xattr_count(size_t size) in posix_acl_xattr_count()
41 size_t size) in posix_acl_from_xattr()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_alloc.h15 u32 size; member
20 u32 size; member
/openbmc/u-boot/include/dm/
H A Ddevice.h707 #define _devres_alloc(release, size, gfp) \ argument
726 #define devres_alloc(release, size, gfp) \ argument
848 static inline void *devm_kzalloc(struct udevice *dev, size_t size, gfp_t gfp) in devm_kzalloc()
853 size_t n, size_t size, gfp_t flags) in devm_kmalloc_array()
860 size_t n, size_t size, gfp_t flags) in devm_kcalloc()
876 static inline void *devres_alloc(dr_release_t release, size_t size, gfp_t gfp) in devres_alloc()
920 static inline void *devm_kmalloc(struct udevice *dev, size_t size, gfp_t gfp) in devm_kmalloc()
925 static inline void *devm_kzalloc(struct udevice *dev, size_t size, gfp_t gfp) in devm_kzalloc()
931 size_t n, size_t size, gfp_t flags) in devm_kmaloc_array()
940 size_t n, size_t size, gfp_t flags) in devm_kcalloc()
/openbmc/linux/kernel/
H A Dkcov.c59 unsigned int size; member
77 unsigned int size; member
134 static struct kcov_remote_area *kcov_remote_area_get(unsigned int size) in kcov_remote_area_get()
151 unsigned int size) in kcov_remote_area_put()
330 u64 size = cases[1]; in __sanitizer_cov_trace_switch() local
356 unsigned int size, void *area, enum kcov_mode mode, in kcov_start()
490 unsigned long size, off; in kcov_mmap() local
698 unsigned long size, flags; in kcov_ioctl() local
854 unsigned int size; in kcov_remote_start() local
998 unsigned int size; in kcov_remote_stop() local
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c92 static u32 find_sig_start(char *image, size_t size) in find_sig_start()
109 int secure_boot_verify_image(void **image, size_t *size) in secure_boot_verify_image()
208 uint32_t size, uint32_t access_perm, in secure_emif_firewall_setup()
297 const u32 size = CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE; in secure_tee_install() local
/openbmc/u-boot/drivers/misc/
H A Dqfw.c36 uint32_t size, align; in bios_linker_allocate() local
155 uint32_t size; in write_acpi_tables() local
236 uint32_t size, void *address) in qemu_fwcfg_read_entry_pio()
246 uint32_t size, void *address) in qemu_fwcfg_read_entry_dma()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c50 unsigned int size) in ia_css_ae_encode()
66 unsigned int size) in ia_css_awb_encode()
82 unsigned int size) in ia_css_af_encode()
102 unsigned int size) in ia_css_s3a_encode()
/openbmc/linux/tools/testing/radix-tree/
H A Dlinux.c21 unsigned int size; member
121 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) in kmem_cache_free_bulk()
136 int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, in kmem_cache_alloc_bulk()
191 kmem_cache_create(const char *name, unsigned int size, unsigned int align, in kmem_cache_create()
/openbmc/linux/arch/loongarch/kernel/
H A Dacpi.c36 void __init __iomem * __acpi_map_table(unsigned long phys, unsigned long size) in __acpi_map_table()
44 void __init __acpi_unmap_table(void __iomem *map, unsigned long size) in __acpi_unmap_table()
52 void __iomem *acpi_os_ioremap(acpi_physical_address phys, acpi_size size) in acpi_os_ioremap()
284 void __init arch_reserve_mem_area(acpi_physical_address addr, size_t size) in arch_reserve_mem_area()
/openbmc/linux/arch/alpha/kernel/
H A Dcore_irongate.c104 int size, u32 *value) in irongate_read_config()
129 int size, u32 value) in irongate_write_config()
233 unsigned long size; in albacore_init_arch() local
313 irongate_ioremap(unsigned long addr, unsigned long size) in irongate_ioremap()
/openbmc/linux/arch/x86/pci/
H A Dintel_mid_pci.c100 u32 size; in pci_device_update_fixed() local
172 int size, u32 *value) in pci_read()
182 int size, u32 value) in pci_write()
384 u32 size; in pci_fixed_bar_fixup() local
/openbmc/qemu/hw/net/can/
H A Dcan_mioe3680_pci.c88 unsigned size) in mioe3680_pci_sja1_io_read()
101 unsigned size) in mioe3680_pci_sja1_io_write()
114 unsigned size) in mioe3680_pci_sja2_io_read()
127 unsigned size) in mioe3680_pci_sja2_io_write()

1...<<21222324252627282930>>...397