/openbmc/u-boot/tools/binman/etype/ |
H A D | fmap.py | 39 def _AddEntries(areas, entry): argument 43 _AddEntries(areas, subentry) 48 areas.append(fmap_util.FmapArea(pos or 0, entry.size or 0, 52 areas = [] 54 _AddEntries(areas, entry) 56 areas)
|
/openbmc/u-boot/tools/binman/ |
H A D | fmap_util.py | 84 areas = [] 89 areas.append(FmapArea(*fields)) 91 return header, areas 93 def EncodeFmap(image_size, name, areas): argument 109 values = FmapHeader(FMAP_SIGNATURE, 1, 0, 0, image_size, name, len(areas)) 111 for area in areas:
|
/openbmc/linux/arch/s390/kernel/ |
H A D | debug.c | 181 debug_entry_t ***areas; in debug_areas_alloc() local 184 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc() 185 if (!areas) in debug_areas_alloc() 189 areas[i] = kmalloc_array(pages_per_area, in debug_areas_alloc() 192 if (!areas[i]) in debug_areas_alloc() 195 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc() 196 if (!areas[i][j]) { in debug_areas_alloc() 198 kfree(areas[i][j]); in debug_areas_alloc() 199 kfree(areas[i]); in debug_areas_alloc() 204 return areas; in debug_areas_alloc() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-vsp1-hgt.rst | 25 between 1 and 16 depending on the Hue areas configuration. Finding the 34 how the HGT Hue areas are configured. There are 6 user configurable Hue 58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary 63 with a hue value included in the overlapping region between two areas (between 64 n+1L and nU excluded) are attributed to both areas and given a weight for each 65 of these areas proportional to their position along the diagonal lines
|
/openbmc/linux/kernel/dma/ |
H A D | swiotlb.c | 283 spin_lock_init(&mem->areas[i].lock); in swiotlb_init_io_tlb_pool() 284 mem->areas[i].index = 0; in swiotlb_init_io_tlb_pool() 285 mem->areas[i].used = 0; in swiotlb_init_io_tlb_pool() 406 mem->areas = memblock_alloc(array_size(sizeof(struct io_tlb_area), in swiotlb_init_remap() 408 if (!mem->areas) { in swiotlb_init_remap() 498 area_order = get_order(array_size(sizeof(*mem->areas), nareas)); in swiotlb_init_late() 499 mem->areas = (struct io_tlb_area *) in swiotlb_init_late() 501 if (!mem->areas) in swiotlb_init_late() 519 free_pages((unsigned long)mem->areas, area_order); in swiotlb_init_late() 545 area_order = get_order(array_size(sizeof(*mem->areas), in swiotlb_exit() [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | debug.h | 54 debug_entry_t ***areas; member 424 static debug_entry_t **VNAME(var, areas)[EARLY_AREAS] __initdata = { \ 440 .areas = VNAME(var, areas), \ 451 #define __REGISTER_STATIC_DEBUG_INFO(var, name, pages, areas, view) \ argument 454 debug_register_static(&var, (pages), (areas)); \
|
/openbmc/linux/drivers/pmdomain/renesas/ |
H A D | r8a7796-sysc.c | 46 .areas = r8a7796_areas, 62 .areas = r8a7796_areas,
|
H A D | rcar-sysc.h | 45 const struct rcar_sysc_area *areas; member 79 extern void rcar_sysc_nullify(struct rcar_sysc_area *areas,
|
H A D | rcar-sysc.c | 397 const struct rcar_sysc_area *area = &info->areas[i]; in rcar_sysc_pd_init() 448 void __init rcar_sysc_nullify(struct rcar_sysc_area *areas, in rcar_sysc_nullify() argument 454 if (areas[i].isr_bit == id) { in rcar_sysc_nullify() 455 areas[i].name = NULL; in rcar_sysc_nullify()
|
H A D | r8a77995-sysc.c | 24 .areas = r8a77995_areas,
|
H A D | r8a7743-sysc.c | 26 .areas = r8a7743_areas,
|
H A D | r8a77470-sysc.c | 26 .areas = r8a77470_areas,
|
H A D | r8a7745-sysc.c | 26 .areas = r8a7745_areas,
|
H A D | r8a7794-sysc.c | 27 .areas = r8a7794_areas,
|
H A D | r8a7792-sysc.c | 28 .areas = r8a7792_areas,
|
H A D | r8a7791-sysc.c | 27 .areas = r8a7791_areas,
|
H A D | r8a7779-sysc.c | 28 .areas = r8a7779_areas,
|
H A D | rcar-gen4-sysc.h | 36 const struct rcar_gen4_sysc_area *areas; member
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 28 debug log for the caller. For each debug log exists a number of debug areas 30 pages in memory. In the debug areas there are stored debug entries (log records) 44 The debug areas themselves are also ordered in form of a ring buffer. 140 /* register 4 debug areas with one page each and 4 byte data field */ 173 /* register 4 debug areas with one page each and data field for */ 228 Flushing debug areas 230 Debug areas can be flushed with piping the number of the desired 231 area (0...n) to the debugfs file "flush". When using "-" all debug areas 240 2. Flush all debug areas:: 244 Changing the size of debug areas [all …]
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | cma_debugfs.rst | 6 different CMA areas and to test allocation/release in each of the areas.
|
/openbmc/u-boot/drivers/block/ |
H A D | Kconfig | 10 be partitioned into several areas, called 'partitions' in U-Boot. 27 be partitioned into several areas, called 'partitions' in U-Boot. 39 be partitioned into several areas, called 'partitions' in U-Boot.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-docg3 | 7 keylocked. Each docg3 chip (or floor) has 2 protection areas, 24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
|
/openbmc/webui-vue/src/layouts/ |
H A D | AppLayout.vue | 80 grid-template-areas: 86 grid-template-areas:
|
/openbmc/qemu/hw/vfio/ |
H A D | helpers.c | 328 if (sparse->areas[i].size) { in vfio_setup_region_sparse_mmaps() 329 trace_vfio_region_sparse_mmap_entry(i, sparse->areas[i].offset, in vfio_setup_region_sparse_mmaps() 330 sparse->areas[i].offset + in vfio_setup_region_sparse_mmaps() 331 sparse->areas[i].size - 1); in vfio_setup_region_sparse_mmaps() 332 region->mmaps[j].offset = sparse->areas[i].offset; in vfio_setup_region_sparse_mmaps() 333 region->mmaps[j].size = sparse->areas[i].size; in vfio_setup_region_sparse_mmaps()
|
/openbmc/openbmc/poky/ |
H A D | MAINTAINERS.md | 17 particular areas, during review patches/feedback from these people in these 18 areas would generally carry weight.
|