/openbmc/linux/mm/kasan/ |
H A D | report_generic.c | 33 const void *kasan_find_first_bad_addr(const void *addr, size_t size) in kasan_find_first_bad_addr() 48 size_t size = 0; in kasan_get_alloc_size() local 266 unsigned long size; in print_decoded_frame_descr() local 364 #define DEFINE_ASAN_REPORT_LOAD(size) \ argument 371 #define DEFINE_ASAN_REPORT_STORE(size) \ argument 389 void __asan_report_load_n_noabort(void *addr, ssize_t size) in __asan_report_load_n_noabort() 395 void __asan_report_store_n_noabort(void *addr, ssize_t size) in __asan_report_store_n_noabort()
|
/openbmc/estoraged/src/test/erase/ |
H A D | zero_test.cpp | 35 uint64_t size = 4096; in TEST() local 57 uint64_t size = 4097; in TEST() local 80 uint64_t size = 4096; in TEST() local 104 uint64_t size = 4096; in TEST() local 125 uint64_t size = 4096; in TEST() local 158 uint64_t size = 4096; in TEST() local 193 uint64_t size = 4096; in TEST() local
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cmpxchg.h | 14 #define __xchg_relaxed(ptr, new, size) \ argument 47 #define __xchg_acquire(ptr, new, size) \ argument 82 #define __xchg_release(ptr, new, size) \ argument 117 #define __arch_xchg(ptr, new, size) \ argument 166 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument 210 #define __cmpxchg_acquire(ptr, old, new, size) \ argument 256 #define __cmpxchg_release(ptr, old, new, size) \ argument 302 #define __cmpxchg(ptr, old, new, size) \ argument
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | uaccess.h | 53 #define __put_user_nocheck(x, ptr, size) \ argument 60 #define __put_user_check(x, ptr, size) \ argument 69 #define __put_user_size(x, ptr, size, retval) \ argument 149 #define __get_user_nocheck(x, ptr, size) \ argument 156 #define __get_user_check(x, ptr, size) \ argument 169 #define __get_user_size(x, ptr, size, retval) \ argument 251 __xtensa_clear_user(void __user *addr, unsigned long size) in __xtensa_clear_user() 259 clear_user(void __user *addr, unsigned long size) in clear_user()
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 76 int size) in __cvmx_bootmem_desc_get() 98 static void cvmx_bootmem_phy_set_size(uint64_t addr, uint64_t size) in cvmx_bootmem_phy_set_size() 131 static void *cvmx_bootmem_alloc_range(uint64_t size, uint64_t alignment, in cvmx_bootmem_alloc_range() 144 void *cvmx_bootmem_alloc_address(uint64_t size, uint64_t address, in cvmx_bootmem_alloc_address() 151 void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr, in cvmx_bootmem_alloc_named_range() 165 void *cvmx_bootmem_alloc_named(uint64_t size, uint64_t alignment, char *name) in cvmx_bootmem_alloc_named() 430 int __cvmx_bootmem_phy_free(uint64_t phy_addr, uint64_t size, uint32_t flags) in __cvmx_bootmem_phy_free() 618 void *cvmx_bootmem_alloc_named_range_once(uint64_t size, uint64_t min_addr, in cvmx_bootmem_alloc_named_range_once() 718 int64_t cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr, in cvmx_bootmem_phy_named_block_alloc()
|
/openbmc/linux/kernel/dma/ |
H A D | coherent.c | 17 int size; member 39 dma_addr_t device_addr, size_t size, bool use_dma_pfn_offset) in dma_init_coherent_memory() 118 dma_addr_t device_addr, size_t size) in dma_declare_coherent_memory() 143 ssize_t size, dma_addr_t *dma_handle) in __dma_alloc_from_coherent() 187 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent() 235 struct vm_area_struct *vma, void *vaddr, size_t size, int *ret) in __dma_mmap_from_coherent() 272 void *vaddr, size_t size, int *ret) in dma_mmap_from_dev_coherent() 282 void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size, in dma_alloc_from_global_coherent() 302 size_t size, int *ret) in dma_mmap_from_global_coherent() 311 int dma_init_global_coherent(phys_addr_t phys_addr, size_t size) in dma_init_global_coherent()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | dma-mapping.c | 21 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device() 45 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu() 63 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() 70 void *arch_dma_set_uncached(void *ptr, size_t size) in arch_dma_set_uncached()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | prctl.c | 16 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() 21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() 27 size_t syscall_arg__scnprintf_prctl_arg2(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_arg2() 43 size_t syscall_arg__scnprintf_prctl_arg3(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_arg3() 53 size_t syscall_arg__scnprintf_prctl_option(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_prctl_option()
|
H A D | socket.c | 14 static size_t socket__scnprintf_ipproto(int protocol, char *bf, size_t size, bool show_prefix) in socket__scnprintf_ipproto() 21 size_t syscall_arg__scnprintf_socket_protocol(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_socket_protocol() 31 static size_t socket__scnprintf_level(int level, char *bf, size_t size, bool show_prefix) in socket__scnprintf_level() 44 size_t syscall_arg__scnprintf_socket_level(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_socket_level()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | os_info.c | 31 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum() local 38 void os_info_crashkernel_add(unsigned long base, unsigned long size) in os_info_crashkernel_add() 48 void os_info_entry_add(int nr, void *ptr, u64 size) in os_info_entry_add() 81 unsigned long addr, size = 0; in os_info_old_alloc() local 162 void *os_info_old_entry(int nr, unsigned long *size) in os_info_old_entry()
|
/openbmc/linux/drivers/usb/core/ |
H A D | buffer.c | 68 int i, size; in hcd_buffer_create() local 117 size_t size, in hcd_buffer_alloc() 146 size_t size, in hcd_buffer_free() 177 size_t size, gfp_t mem_flags, dma_addr_t *dma) in hcd_buffer_alloc_pages() 198 size_t size, void *addr, dma_addr_t dma) in hcd_buffer_free_pages()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 212 | 41 size = 128 * 1024 * 1024 variable 65 size = 64 * 1024 * 1024 variable 89 size = 32 * 1024 * 1024 variable
|
H A D | 213 | 41 size = 128 * 1024 * 1024 variable 65 size = 64 * 1024 * 1024 variable 92 size = 32 * 1024 * 1024 variable
|
H A D | 210 | 43 size = 128 * 1024 * 1024 variable 73 size = 64 * 1024 * 1024 variable 107 size = 64 * 1024 * 1024 variable
|
H A D | 206 | 43 size = 128 * 1024 * 1024 variable 69 size = 64 * 1024 * 1024 variable 100 size = 32 * 1024 * 1024 variable
|
/openbmc/linux/arch/arm/mm/ |
H A D | nommu.c | 205 size_t size, unsigned int mtype) in __arm_ioremap_pfn() 213 void __iomem *__arm_ioremap_caller(phys_addr_t phys_addr, size_t size, in __arm_ioremap_caller() 221 void __iomem *ioremap(resource_size_t res_cookie, size_t size) in ioremap() 228 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() 235 void __iomem *ioremap_wc(resource_size_t res_cookie, size_t size) in ioremap_wc() 246 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size) in pci_remap_cfgspace() 254 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size) in arch_memremap_wb()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kup.h | 76 unsigned long size, unsigned long dir) { } in allow_user_access() 135 static __always_inline void allow_read_from_user(const void __user *from, unsigned long size) in allow_read_from_user() 141 static __always_inline void allow_write_to_user(void __user *to, unsigned long size) in allow_write_to_user() 147 unsigned long size) in allow_read_write_user() 153 static __always_inline void prevent_read_from_user(const void __user *from, unsigned long size) in prevent_read_from_user() 158 static __always_inline void prevent_write_to_user(void __user *to, unsigned long size) in prevent_write_to_user() 164 unsigned long size) in prevent_read_write_user()
|
/openbmc/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil.c | 52 static int mobiveil_pcie_read(void __iomem *addr, int size, u32 *val) in mobiveil_pcie_read() 77 static int mobiveil_pcie_write(void __iomem *addr, int size, u32 val) in mobiveil_pcie_write() 99 u32 mobiveil_csr_read(struct mobiveil_pcie *pcie, u32 off, size_t size) in mobiveil_csr_read() 115 size_t size) in mobiveil_csr_write() 137 u64 cpu_addr, u64 pci_addr, u32 type, u64 size) in program_ib_windows() 174 u64 cpu_addr, u64 pci_addr, u32 type, u64 size) in program_ob_windows()
|
/openbmc/linux/mm/ |
H A D | maccess.c | 11 size_t size) in copy_from_kernel_nofault_allowed() 24 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 58 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 114 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault() 143 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() 226 void __copy_overflow(int size, unsigned long count) in __copy_overflow()
|
/openbmc/linux/lib/ |
H A D | buildid.c | 17 __u32 *size, in parse_build_id_buf() 59 __u32 *size, in parse_build_id() 76 __u32 *size) in get_build_id_32() 109 __u32 *size) in get_build_id_64() 149 __u32 *size) in build_id_parse() 213 unsigned int size = &__stop_notes - &__start_notes; in init_vmlinux_build_id() local
|
/openbmc/linux/kernel/kcsan/ |
H A D | core.c | 115 size_t size, in find_watchpoint() 148 insert_watchpoint(unsigned long addr, size_t size, bool is_write) in insert_watchpoint() 231 is_atomic(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in is_atomic() 401 find_reorder_access(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, in find_reorder_access() 418 set_reorder_access(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, in set_reorder_access() 456 size_t size, in kcsan_found_watchpoint() 719 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip) in check_access() 907 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access() 956 void __kcsan_check_access(const volatile void *ptr, size_t size, int type) in __kcsan_check_access() 1029 void __tsan_read_range(void *ptr, size_t size) in __tsan_read_range() [all …]
|
/openbmc/u-boot/arch/arm/mach-mvebu/ |
H A D | mbus.c | 109 u32 *size, u8 *target, u8 *attr, in mvebu_mbus_read_window() 174 phys_addr_t base, size_t size, in mvebu_mbus_window_conflicts() 213 phys_addr_t base, size_t size) in mvebu_mbus_find_window() 237 int win, phys_addr_t base, size_t size, in mvebu_mbus_setup_window() 265 phys_addr_t base, size_t size, in mvebu_mbus_alloc_window() 375 phys_addr_t base, size_t size, in mvebu_mbus_add_window_remap_by_id() 390 phys_addr_t base, size_t size) in mvebu_mbus_add_window_by_id() 396 int mvebu_mbus_del_window(phys_addr_t base, size_t size) in mvebu_mbus_del_window() 436 u32 size; in mvebu_config_mbus_bridge() local 456 u32 base, u32 size, u8 target, u8 attr) in mbus_dt_setup_win() [all …]
|
/openbmc/u-boot/common/ |
H A D | hash.c | 43 unsigned int size, int is_last) in hash_update_sha1() 50 int size) in hash_finish_sha1() 71 const void *buf, unsigned int size, int is_last) in hash_update_sha256() 78 *dest_buf, int size) in hash_finish_sha256() 99 const void *buf, unsigned int size, int is_last) in hash_update_sha384() 106 *dest_buf, int size) in hash_finish_sha384() 134 *dest_buf, int size) in hash_finish_sha512() 155 const void *buf, unsigned int size, in hash_update_crc16_ccitt() 163 void *dest_buf, int size) in hash_finish_crc16_ccitt() 182 const void *buf, unsigned int size, int is_last) in hash_update_crc32() [all …]
|
/openbmc/linux/kernel/ |
H A D | iomem.c | 9 static void *arch_memremap_wb(resource_size_t offset, unsigned long size) in arch_memremap_wb() 20 static bool arch_memremap_can_ram_remap(resource_size_t offset, size_t size, in arch_memremap_can_ram_remap() 27 static void *try_ram_remap(resource_size_t offset, size_t size, in try_ram_remap() 68 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap() 137 size_t size, unsigned long flags) in devm_memremap()
|
/openbmc/linux/tools/perf/util/ |
H A D | perf_event_attr_fprintf.c | 19 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits() 32 static void __p_sample_type(char *buf, size_t size, u64 value) in __p_sample_type() 50 static void __p_branch_sample_type(char *buf, size_t size, u64 value) in __p_branch_sample_type() 66 static void __p_read_format(char *buf, size_t size, u64 value) in __p_read_format() 182 static void __p_type_id(struct perf_pmu *pmu, char *buf, size_t size, u64 value) in __p_type_id() 187 static void __p_config_hw_id(char *buf, size_t size, u64 value) in __p_config_hw_id() 192 static void __p_config_sw_id(char *buf, size_t size, u64 value) in __p_config_sw_id() 197 static void __p_config_hw_cache_id(char *buf, size_t size, u64 value) in __p_config_hw_cache_id() 215 static void __p_config_tracepoint_id(char *buf, size_t size, u64 value) in __p_config_tracepoint_id() 224 static void __p_config_id(struct perf_pmu *pmu, char *buf, size_t size, u32 type, u64 value) in __p_config_id()
|