Home
last modified time | relevance | path

Searched refs:size (Results 126 – 150 of 18187) sorted by relevance

12345678910>>...728

/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch23 - <size format='FileSize'>output_binaries/BootBlockAndHeader.bin</size> <!-- size in…
24 + <size format='FileSize'>Poleg_bootblock.bin.full</size> <!-- size in the header -->
34 - <size format='FileSize'>output_binaries/UbootAndHeader.bin</size> <!-- size in the…
36 + <size format='FileSize'>u-boot.bin.full</size> <!-- size in the header -->
49 <size>0x4</size>
61 + <size format='FileSize'>Poleg_bootblock.bin</size> <!-- size in the header calc…
74 <size>0x4</size>
99 <size>0x4</size> <!-- size in the header -->
111 + <size format='FileSize'>u-boot.bin</size> <!-- size in the header calculated by…
124 <size>0x4</size> <!-- size in the header -->
[all …]
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c78 size = 0; in concat_read()
84 size = subdev->size - from; in concat_read()
87 size = len; in concat_read()
106 len -= size; in concat_read()
133 size = 0; in concat_write()
138 size = subdev->size - to; in concat_write()
196 size = min_t(uint64_t, total_len, subdev->size - to); in concat_writev()
518 size = subdev->size - ofs; in concat_lock()
552 size = subdev->size - ofs; in concat_unlock()
722 concat->mtd.size = subdev[0]->size; in mtd_concat_create()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp75 if (_offset >= _data.size()) in Stream()
282 if (newOffset >= _data.size()) in offset()
308 assert(_data.size() >= _offset); in remaining()
309 return _data.size() - _offset; in remaining()
320 rangeCheck(size); in read()
322 _offset += size; in read()
333 size_t newSize = _offset + size; in write()
334 if (newSize > _data.size()) in write()
339 _offset += size; in write()
348 void rangeCheck(std::size_t size) in rangeCheck() argument
[all …]
/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp75 if (_offset >= _data.size()) in Stream()
282 if (newOffset >= _data.size()) in offset()
308 assert(_data.size() >= _offset); in remaining()
309 return _data.size() - _offset; in remaining()
320 rangeCheck(size); in read()
322 _offset += size; in read()
333 size_t newSize = _offset + size; in write()
334 if (newSize > _data.size()) in write()
339 _offset += size; in write()
348 void rangeCheck(std::size_t size) in rangeCheck() argument
[all …]
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap806-quad.dtsi16 #size-cells = <0>;
25 i-cache-size = <0xc000>;
26 i-cache-line-size = <64>;
28 d-cache-size = <0x8000>;
29 d-cache-line-size = <64>;
40 i-cache-size = <0xc000>;
43 d-cache-size = <0x8000>;
55 i-cache-size = <0xc000>;
81 cache-size = <0x80000>;
82 cache-line-size = <64>;
[all …]
H A Darmada-ap807-quad.dtsi16 #size-cells = <0>;
25 i-cache-size = <0xc000>;
26 i-cache-line-size = <64>;
28 d-cache-size = <0x8000>;
29 d-cache-line-size = <64>;
40 i-cache-size = <0xc000>;
43 d-cache-size = <0x8000>;
55 i-cache-size = <0xc000>;
81 cache-size = <0x80000>;
82 cache-line-size = <64>;
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D237.out25 virtual size: 5368709120
27 cluster size: 65536
52 virtual size: 67108864
54 cluster size: 65536
81 cluster size: 65536
166 virtual size: 512 B (512 bytes)
173 virtual size: 512
186 virtual size: 512 B (512 bytes)
194 virtual size: 512
196 cluster size: 65536
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c188 size_old = min(size, oldmem_data.size - (pfn << PAGE_SHIFT)); in remap_oldmem_pfn_range_kdump()
194 size -= size_old; in remap_oldmem_pfn_range_kdump()
219 size -= size_hsa; in remap_oldmem_pfn_range_zfcpdump()
282 size_t size; in nt_size_name() local
288 return size; in nt_size_name()
337 size_t size; in get_cpu_elf_notes_size() local
351 return size; in get_cpu_elf_notes_size()
403 unsigned long size; in nt_vmcoreinfo() local
546 size_t size; in get_elfcorehdr_size() local
562 return size; in get_elfcorehdr_size()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/src/
H A Disp_param.c31 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_mem_init()
42 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_css_mem_init()
53 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_isp_mem_init()
117 u32 size = 0; in ia_css_isp_param_allocate_isp_parameters() local
120 size = mem_initializers->params[pclass][mem].size; in ia_css_isp_param_allocate_isp_parameters()
121 mem_params->params[pclass][mem].size = size; in ia_css_isp_param_allocate_isp_parameters()
123 css_params->params[pclass][mem].size = size; in ia_css_isp_param_allocate_isp_parameters()
125 if (size) { in ia_css_isp_param_allocate_isp_parameters()
192 size_t size = host->params[pclass][mem].size; in ia_css_isp_param_copy_isp_mem_if_to_ddr() local
196 if (size != ddr->params[pclass][mem].size) in ia_css_isp_param_copy_isp_mem_if_to_ddr()
[all …]
/openbmc/u-boot/cmd/
H A Dmem.c52 int size; in do_mem_md() local
88 print_buffer(addr, buf, size, length, DISP_LINE_LEN / size); in do_mem_md()
115 int size; in do_mem_mw() local
151 if (size == 4) in do_mem_mw()
161 buf += size; in do_mem_mw()
226 int size; in do_mem_cmp() local
289 buf1 += size; in do_mem_cmp()
306 int size; in do_mem_cp() local
369 int size; in do_mem_loop() local
467 int size; in do_mem_loopw() local
[all …]
/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c47 unsigned *size) in ohci_dump_intr_mask() argument
69 unsigned *size) in maybe_print_eds() argument
140 next, size); in ohci_dump_status()
143 next, size); in ohci_dump_status()
148 next, size); in ohci_dump_status()
152 next, size); in ohci_dump_status()
155 next, size); in ohci_dump_status()
159 next, size); in ohci_dump_status()
162 next, size); in ohci_dump_status()
505 size -= temp; in fill_periodic_buffer()
[all …]
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c83 size_t size = obj->obj.size; in armada_gem_linear_back() local
96 if (size <= 8192) { in armada_gem_linear_back()
200 size = roundup_gem_size(size); in armada_gem_alloc_private_object()
216 size_t size) in armada_gem_alloc_object() argument
221 size = roundup_gem_size(size); in armada_gem_alloc_object()
248 size_t size; in armada_gem_dumb_create() local
252 args->size = size = args->pitch * args->height; in armada_gem_dumb_create()
281 size_t size; in armada_gem_create_ioctl() local
288 size = args->size; in armada_gem_create_ioctl()
366 args->size > dobj->obj.size - args->offset) { in armada_gem_pwrite_ioctl()
[all …]
/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_api.c41 ASSERT_EQ(rgn->size, size); in alloc_top_down_simple_check()
87 r1.size = SZ_2; in alloc_top_down_disjoint_check()
99 ASSERT_EQ(rgn1->size, r1.size); in alloc_top_down_disjoint_check()
181 r1.size = SZ_8; in alloc_top_down_after_check()
232 total_size = r1.size + r2.size + r3_size; in alloc_top_down_second_fit_check()
242 ASSERT_EQ(rgn->size, r2.size + r3_size); in alloc_top_down_second_fit_check()
286 total_size = r1.size + r2.size + r3_size; in alloc_in_between_generic_check()
564 r1.size = SZ_2; in alloc_bottom_up_disjoint_check()
576 ASSERT_EQ(rgn1->size, r1.size); in alloc_bottom_up_disjoint_check()
706 total_size = r1.size + r2.size + r3_size; in alloc_bottom_up_second_fit_check()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) argument
44 #define fd_dma_setup(addr, size, mode, io) SW._dma_setup(addr, size, mode, io) argument
162 return (unsigned long)vmalloc(size); in vdma_mem_alloc()
166 #define nodma_mem_alloc(size) vdma_mem_alloc(size) argument
173 free_pages(addr, get_order(size)); in _fd_dma_mem_free()
176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) argument
183 _CROSS_64KB(addr, size, 0)) in _fd_chose_dma_mode()
192 #define fd_chose_dma_mode(addr, size) _fd_chose_dma_mode(addr, size) argument
201 virtual_dma_count = size; in vdma_dma_setup()
209 if (CROSS_64KB(addr, size)) { in hard_dma_setup()
[all …]
/openbmc/linux/mm/
H A Dslab_common.c173 size = ALIGN(size, sizeof(void *)); in find_mergeable()
175 size = ALIGN(size, align); in find_mergeable()
185 if (size > s->size) in find_mergeable()
194 if ((s->size & ~(align - 1)) != s->size) in find_mergeable()
197 if (s->size - size >= sizeof(void *)) in find_mergeable()
637 s->size = s->object_size = size; in create_boot_cache()
733 if (!size) in kmalloc_slab()
748 if (size && size <= KMALLOC_MAX_CACHE_SIZE) { in kmalloc_size_roundup()
757 if (size && size <= KMALLOC_MAX_SIZE) in kmalloc_size_roundup()
764 return size; in kmalloc_size_roundup()
[all …]
/openbmc/u-boot/include/
H A Dmemalign.h71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
77 ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, 1)
78 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument
80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument
81 ALLOC_ALIGN_BUFFER(type, name, size, ARCH_DMA_MINALIGN)
88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
89 static char __##name[ALIGN(size * sizeof(type), align)] \
93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument
94 DEFINE_ALIGN_BUFFER(type, name, size, ARCH_DMA_MINALIGN)
[all …]
/openbmc/linux/mm/kasan/
H A Dkasan_test.c191 size_t size = 15; in kmalloc_oob_left() local
204 size_t size = 4096; in kmalloc_node_oob_right() local
572 size_t size = 64; in kmalloc_memmove_negative_size() local
598 size_t size = 64; in kmalloc_memmove_invalid_size() local
617 size_t size = 10; in kmalloc_uaf() local
629 size_t size = 33; in kmalloc_uaf_memset() local
649 size_t size = 43; in kmalloc_uaf2() local
702 size_t size = 8; in kfree_via_page() local
717 size_t size = 8; in kfree_via_phys() local
1004 size = round_up(size, OOB_TAG_OFF); in kasan_memchr()
[all …]
/openbmc/linux/arch/mips/boot/dts/mscc/
H A Djaguar2_pcb110.dts48 #size-cells = <0>;
60 #size-cells = <0>;
65 #size-cells = <0>;
70 #size-cells = <0>;
75 #size-cells = <0>;
81 #size-cells = <0>;
92 #size-cells = <0>;
97 #size-cells = <0>;
102 #size-cells = <0>;
107 #size-cells = <0>;
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dscx200_docflash.c34 module_param(size, int, 0);
52 .size = 0xc0000
57 .size = 0x40000
67 .size = 0x80000
112 for (u = size; u > 1; u >>= 1) in init_scx200_docflash()
123 docmem.end = base + size; in init_scx200_docflash()
144 size, in init_scx200_docflash()
146 size, NULL, NULL)) { in init_scx200_docflash()
170 scx200_docflash_map.size = size; in init_scx200_docflash()
194 if (size < mymtd->size) in init_scx200_docflash()
[all …]
/openbmc/linux/include/linux/
H A Dkasan.h81 unsigned long size) in kasan_remove_zero_shadow() argument
193 size_t size, gfp_t flags);
203 size_t size, gfp_t flags);
266 size_t size, gfp_t flags) in kasan_kmalloc() argument
324 unsigned int *size, in kasan_cache_create() argument
393 unsigned long size) in kasan_populate_early_vm_area_shadow() argument
396 unsigned long size) in kasan_populate_vmalloc() argument
410 unsigned long size, in kasan_unpoison_vmalloc() argument
420 unsigned long size) in kasan_poison_vmalloc() argument
431 unsigned long size) in kasan_populate_vmalloc() argument
[all …]
/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.c138 int order = get_order(size); in xen_swiotlb_alloc_coherent()
143 size = 1UL << (order + XEN_PAGE_SHIFT); in xen_swiotlb_alloc_coherent()
151 if (*dma_handle + size - 1 > dma_mask || in xen_swiotlb_alloc_coherent()
159 memset(ret, 0, size); in xen_swiotlb_alloc_coherent()
172 int order = get_order(size); in xen_swiotlb_free_coherent()
175 size = 1UL << (order + XEN_PAGE_SHIFT); in xen_swiotlb_free_coherent()
195 unsigned long offset, size_t size, in xen_swiotlb_map_page() argument
219 map = swiotlb_tbl_map_single(dev, phys, size, size, 0, dir, attrs); in xen_swiotlb_map_page()
262 arch_sync_dma_for_cpu(paddr, size, dir); in xen_swiotlb_unmap_page()
274 size_t size, enum dma_data_direction dir) in xen_swiotlb_sync_single_for_cpu() argument
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c14 u64 size, char *out) in btrfs_read_extent_inline() argument
29 if (size > dlen - offset) in btrfs_read_extent_inline()
30 size = dlen - offset; in btrfs_read_extent_inline()
33 memcpy(out, cbuf + offset, size); in btrfs_read_extent_inline()
34 return size; in btrfs_read_extent_inline()
50 memcpy(out, dbuf + offset, size); in btrfs_read_extent_inline()
56 return size; in btrfs_read_extent_inline()
66 u64 size, char *out) in btrfs_read_extent_reg() argument
78 if (size > dlen - offset) in btrfs_read_extent_reg()
79 size = dlen - offset; in btrfs_read_extent_reg()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dk3-am654.dtsi13 #size-cells = <0>;
41 i-cache-size = <0x8000>;
42 i-cache-line-size = <64>;
44 d-cache-size = <0x8000>;
45 d-cache-line-size = <64>;
55 i-cache-size = <0x8000>;
58 d-cache-size = <0x8000>;
96 cache-size = <0x80000>;
97 cache-line-size = <64>;
105 cache-size = <0x80000>;
[all …]
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_tlv.h50 if (HAS_TLV_HEADER(req) && size > TLV_BYTES) in __get_cmdq_base_opcode()
57 u32 size, u8 val) in __set_cmdq_base_opcode() argument
59 if (HAS_TLV_HEADER(req) && size > TLV_BYTES) in __set_cmdq_base_opcode()
67 if (HAS_TLV_HEADER(req) && size > TLV_BYTES) in __get_cmdq_base_cookie()
74 u32 size, __le16 val) in __set_cmdq_base_cookie() argument
76 if (HAS_TLV_HEADER(req) && size > TLV_BYTES) in __set_cmdq_base_cookie()
84 if (HAS_TLV_HEADER(req) && size > TLV_BYTES) in __get_cmdq_base_resp_addr()
91 u32 size, __le64 val) in __set_cmdq_base_resp_addr() argument
108 u32 size, u8 val) in __set_cmdq_base_resp_size() argument
125 u32 size, u8 val) in __set_cmdq_base_cmd_size() argument
[all …]
/openbmc/linux/arch/powerpc/kexec/
H A Dranges.c48 size_t size; in get_mem_rngs_size() local
53 size = (sizeof(struct crash_mem) + in get_mem_rngs_size()
177 size_t size; in realloc_mem_ranges() local
179 size = get_mem_rngs_size(mem_rngs); in realloc_mem_ranges()
182 size += MEM_RANGE_CHUNK_SZ; in realloc_mem_ranges()
214 if (!size) in add_mem_range()
217 end = base + size - 1; in add_mem_range()
250 u32 size; in add_tce_mem_ranges() local
337 u32 base, size; in add_rtas_mem_range() local
362 u64 base, size; in add_opal_mem_range() local
[all …]

12345678910>>...728