Home
last modified time | relevance | path

Searched defs:size (Results 426 – 450 of 9859) sorted by relevance

1...<<11121314151617181920>>...395

/openbmc/linux/drivers/of/
H A Dfdt.c96 static void *unflatten_dt_alloc(void **mem, unsigned long size, in unflatten_dt_alloc()
368 void *(*dt_alloc)(u64 size, u64 align), in __unflatten_device_tree()
371 int size; in __unflatten_device_tree() local
433 static void *kernel_tree_alloc(u64 size, u64 align) in kernel_tree_alloc()
480 phys_addr_t size, bool nomap) in early_init_dt_reserve_memory()
504 phys_addr_t base, size; in __reserved_mem_reserve_reg() local
633 u64 base, size; in early_init_fdt_scan_reserved_mem() local
753 int *size) in of_get_flat_dt_prop()
867 int size; in of_flat_dt_match_machine() local
1129 u64 base, size; in early_init_dt_scan_memory() local
[all …]
/openbmc/linux/fs/proc/
H A Dvmcore.c226 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range()
277 u64 start, size_t size) in vmcoredd_mmap_dumps()
474 static inline char *vmcore_alloc_buf(size_t size) in vmcore_alloc_buf()
505 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_checked()
555 unsigned long size, pgprot_t prot) in vmcore_remap_oldmem_pfn()
574 size_t size = vma->vm_end - vma->vm_start; in mmap_vmcore() local
706 u64 size; in get_vmcore_size() local
1118 u64 paddr, start, end, size; in process_ptload_program_headers_elf64() local
1161 u64 paddr, start, end, size; in process_ptload_program_headers_elf32() local
1367 u32 size) in vmcoredd_write_header()
[all …]
/openbmc/linux/tools/perf/tests/
H A Ddso-data.c18 static char *test_file(int size) in test_file()
57 int size; member
135 ssize_t size; in test__dso_data() local
148 ssize_t size; in test__dso_data() local
204 static int dsos__create(int cnt, int size) in dsos__create()
/openbmc/qemu/hw/9pfs/
H A Dcoxattr.c26 size_t size) in v9fs_co_llistxattr()
48 size_t size) in v9fs_co_lgetxattr()
72 size_t size, int flags) in v9fs_co_lsetxattr()
H A D9p-posix-acl.c31 const char *name, void *value, size_t size) in mp_pacl_getxattr()
56 void *value, size_t size, int flags) in mp_pacl_setxattr()
85 const char *name, void *value, size_t size) in mp_dacl_getxattr()
110 void *value, size_t size, int flags) in mp_dacl_setxattr()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-vbi.c30 unsigned short size; in copy_vbi_data() local
95 static u32 compress_raw_buf(struct cx18 *cx, u8 *buf, u32 size, u32 hdr_size) in compress_raw_buf()
128 static u32 compress_sliced_buf(struct cx18 *cx, u8 *buf, u32 size, in compress_sliced_buf()
188 u32 size = buf->bytesused; in _cx18_process_vbi_data() local
/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c32 unsigned size, MemTxAttrs attrs) in nubus_slot_write()
39 unsigned size, MemTxAttrs attrs) in nubus_slot_read()
56 uint64_t val, unsigned size, in nubus_super_slot_write()
64 uint64_t *data, unsigned size, in nubus_super_slot_read()
/openbmc/qemu/util/
H A Dmmap-alloc.c152 static void *mmap_reserve(size_t size, int fd) in mmap_reserve()
184 static void *mmap_activate(void *ptr, size_t size, int fd, in mmap_activate()
248 size_t size, in qemu_ram_mmap()
297 void qemu_ram_munmap(int fd, void *ptr, size_t size) in qemu_ram_munmap()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmadv_populate.c135 static bool range_is_populated(char *start, ssize_t size) in range_is_populated()
149 static bool range_is_not_populated(char *start, ssize_t size) in range_is_not_populated()
207 static bool range_is_softdirty(char *start, ssize_t size) in range_is_softdirty()
221 static bool range_is_not_softdirty(char *start, ssize_t size) in range_is_not_softdirty()
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h74 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
94 unsigned long new, int size) in __cmpxchg_local()
175 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) in xchg_small()
206 __arch_xchg(unsigned long x, volatile void * ptr, int size) in __arch_xchg()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c68 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
94 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
240 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf()
278 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
/openbmc/qemu/tcg/
H A Dregion.c68 size_t size; /* size of one region */ member
505 size_t size; in alloc_code_gen_buffer() local
531 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer()
554 static int alloc_code_gen_buffer_anon(size_t size, int prot, in alloc_code_gen_buffer_anon()
575 static int alloc_code_gen_buffer_splitwx_memfd(size_t size, Error **errp) in alloc_code_gen_buffer_splitwx_memfd()
628 static int alloc_code_gen_buffer_splitwx_vmremap(size_t size, Error **errp) in alloc_code_gen_buffer_splitwx_vmremap()
673 static int alloc_code_gen_buffer_splitwx(size_t size, Error **errp) in alloc_code_gen_buffer_splitwx()
687 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer()
897 size_t size; in tcg_code_size() local
/openbmc/linux/arch/x86/xen/
H A Dsetup.c59 unsigned long size; member
291 unsigned long start_pfn, unsigned long size, unsigned long remap_pfn) in xen_do_set_identity_and_remap_chunk()
358 unsigned long size = left; in xen_set_identity_and_remap_chunk() local
539 phys_addr_t size, int type) in xen_align_and_add_e820_region()
571 bool __init xen_is_e820_reserved(phys_addr_t start, phys_addr_t size) in xen_is_e820_reserved()
602 phys_addr_t __init xen_find_free_area(phys_addr_t size) in xen_find_free_area()
663 phys_addr_t start, size; in xen_reserve_xen_mfnlist() local
688 phys_addr_t mem_end, addr, size, chunk_size; in xen_memory_setup() local
844 phys_addr_t new_area, start, size; in xen_memory_setup() local
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c91 size_t size; in __ath10k_htt_tx_txq_sync() local
227 size_t size; in ath10k_htt_tx_free_cont_txbuf_32() local
241 size_t size; in ath10k_htt_tx_alloc_cont_txbuf_32() local
260 size_t size; in ath10k_htt_tx_free_cont_txbuf_64() local
274 size_t size; in ath10k_htt_tx_alloc_cont_txbuf_64() local
292 size_t size; in ath10k_htt_tx_free_cont_frag_desc_32() local
311 size_t size; in ath10k_htt_tx_alloc_cont_frag_desc_32() local
332 size_t size; in ath10k_htt_tx_free_cont_frag_desc_64() local
351 size_t size; in ath10k_htt_tx_alloc_cont_frag_desc_64() local
374 size_t size; in ath10k_htt_tx_free_txq() local
[all …]
/openbmc/linux/kernel/
H A Dresource.c231 resource_size_t size; in __release_child_resources() local
493 size_t size, unsigned long flags, in __region_intersects()
560 resource_size_t size, in simple_align_resource()
581 resource_size_t size, in __find_resource()
639 resource_size_t size, in find_resource()
707 resource_size_t size, resource_size_t min, in allocate_resource() argument
930 resource_size_t size) in __adjust_resource()
977 resource_size_t size) in adjust_resource()
1790 resource_size_t size, unsigned long flags) in gfr_continue()
1919 struct resource *base, unsigned long size) in devm_request_free_mem_region()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c49 static void do_elf_reloc_fixups64(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups64()
96 static void do_elf_reloc_fixups32(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups32()
154 uintptr_t size = (uintptr_t)&__bss_end - (uintptr_t)&__text_start; in do_elf_reloc_fixups() local
/openbmc/linux/kernel/kcsan/
H A Dencoding.h52 static inline bool check_encodable(unsigned long addr, size_t size) in check_encodable()
62 encode_watchpoint(unsigned long addr, size_t size, bool is_write) in encode_watchpoint()
71 size_t *size, in decode_watchpoint()
/openbmc/linux/tools/testing/selftests/net/
H A Dhwtstamp_config.c22 lookup_value(const char **names, int size, const char *name) in lookup_value()
34 lookup_name(const char **names, int size, int value) in lookup_name()
39 static void list_names(FILE *f, const char **names, int size) in list_names()
/openbmc/linux/arch/arm/xen/
H A Dmm.c46 size_t size, u32 op) in dma_cache_maint()
78 size_t size, enum dma_data_direction dir) in xen_dma_sync_for_cpu()
85 size_t size, enum dma_data_direction dir) in xen_dma_sync_for_device()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c134 size_t size; member
161 size_t size; member
798 size_t size, in vmw_cmdbuf_alloc_space()
862 size_t size, in vmw_cmdbuf_space_pool()
916 int size) in vmw_cmdbuf_space_inline()
956 size_t size, bool interruptible, in vmw_cmdbuf_alloc()
999 size_t size, in vmw_cmdbuf_reserve_cur()
1045 size_t size, bool flush) in vmw_cmdbuf_commit_cur()
1073 void *vmw_cmdbuf_reserve(struct vmw_cmdbuf_man *man, size_t size, in vmw_cmdbuf_reserve()
1101 void vmw_cmdbuf_commit(struct vmw_cmdbuf_man *man, size_t size, in vmw_cmdbuf_commit()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D25541 size = 128 * 1024 * 1024 variable
92 size = 128 * 1024 * 1024 variable
/openbmc/linux/arch/riscv/mm/
H A Dpmem.c12 void arch_wb_cache_pmem(void *addr, size_t size) in arch_wb_cache_pmem()
24 void arch_invalidate_pmem(void *addr, size_t size) in arch_invalidate_pmem()
/openbmc/u-boot/arch/arm/lib/
H A Dcache.c16 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache()
78 size_t size; in noncached_init() local
95 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
/openbmc/linux/tools/testing/selftests/timers/
H A Dclocksource-switch.c43 size_t size; in get_clocksources() local
75 int get_cur_clocksource(char *buf, size_t size) in get_cur_clocksource()
89 ssize_t size; in change_clocksource() local
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c41 nvkm_client_unmap(void *priv, void __iomem *ptr, u32 size) in nvkm_client_unmap()
47 nvkm_client_map(void *priv, u64 handle, u32 size) in nvkm_client_map()
53 nvkm_client_ioctl(void *priv, void *data, u32 size, void **hack) in nvkm_client_ioctl()

1...<<11121314151617181920>>...395