| /u-boot/include/ |
| A D | memalign.h | 71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
|
| A D | virtio_ring.h | 142 static inline unsigned int vring_size(unsigned int num, unsigned long align) in vring_size() 150 unsigned long align, in vring_init()
|
| /u-boot/common/ |
| A D | malloc_simple.c | 20 static void *alloc_simple(size_t bytes, int align) in alloc_simple() 54 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
|
| A D | bloblist.c | 119 static int bloblist_addrec(uint tag, int size, int align, in bloblist_addrec() 160 int align) in bloblist_ensurerec() 195 void *bloblist_add(uint tag, int size, int align) in bloblist_add() 205 int bloblist_ensure_size(uint tag, int size, int align, void **blobp) in bloblist_ensure_size()
|
| A D | bmp.c | 137 bool align = false; in bmp_display() local
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-range.c | 56 int align) in cvmx_range_find_next_available() 77 u64 align) in cvmx_range_find_last_available() 101 int align, int reverse) in cvmx_range_alloc_ordered() 159 int cvmx_range_alloc(u64 range_addr, u64 owner, u64 cnt, int align) in cvmx_range_alloc()
|
| A D | cvmx-bootmem.c | 434 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range_once() 476 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range_flags() 491 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range() 595 u64 align, align_mask; in cvmx_bootmem_phy_alloc() local
|
| A D | cvmx-fpa.c | 303 unsigned int block_size, align; in cvmx_fpa3_pool_populate() local 635 enum cvmx_fpa3_pool_alignment_e align, in cvmx_fpa3_pool_stack_init()
|
| /u-boot/tools/binman/btool/ |
| A D | mkimage.py | 25 pad=None, align=None): argument
|
| A D | fiptool.py | 67 def create_new(self, fname, align, plat_toc_flags, fwu, tb_fw, blob_uuid, argument
|
| /u-boot/lib/ |
| A D | lmb.c | 123 void arch_lmb_reserve_generic(struct lmb *lmb, ulong sp, ulong end, ulong align) in arch_lmb_reserve_generic() 410 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() 415 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base() 433 phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in __lmb_alloc_base()
|
| A D | of_live.c | 20 unsigned long align) in unflatten_dt_alloc()
|
| /u-boot/tools/u_boot_pylib/ |
| A D | tools.py | 170 def align(pos, align): function
|
| /u-boot/fs/cbfs/ |
| A D | cbfs.c | 149 int align, struct cbfs_cachenode *node, in file_cbfs_next_file() 186 static int file_cbfs_fill_cache(struct cbfs_priv *priv, int size, int align) in file_cbfs_fill_cache() 438 int align = priv->header.align; in find_uncached() local
|
| /u-boot/tools/binman/ |
| A D | cbfs_util.py | 158 def align_int(val, align): argument 170 def align_int_down(val, align): argument 507 def _align_to(self, fd, align): argument
|
| A D | fip_util.py | 318 def __init__(self, flags, align): argument
|
| /u-boot/arch/x86/lib/ |
| A D | tables.c | 44 int align; member
|
| /u-boot/arch/arm/lib/ |
| A D | cache.c | 111 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
|
| /u-boot/arch/arm/mach-tegra/ |
| A D | cboot.c | 288 static u64 alloc_ram(u64 size, u64 align, u64 offset) in alloc_ram() 339 u64 align; in set_calculated_env_var() local
|
| /u-boot/arch/mips/lib/ |
| A D | cache.c | 230 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
|
| /u-boot/test/py/tests/ |
| A D | vboot_evil.py | 42 def align(offset): function
|
| /u-boot/tools/ |
| A D | imx8image.c | 306 int align) in copy_file_aligned() 700 static int get_container_image_start_pos(image_t *image_stack, uint32_t align) in get_container_image_start_pos()
|
| /u-boot/drivers/misc/ |
| A D | p2sb-uclass.c | 57 const size_t align = PCR_COMMON_IOSF_1_0 ? sizeof(uint32_t) : size; in check_pcr_offset_align() local
|
| /u-boot/arch/xtensa/include/asm/ |
| A D | ptrace.h | 103 int align[0] __aligned(16); member
|
| /u-boot/scripts/dtc/ |
| A D | data.c | 234 struct data data_append_align(struct data d, int align) in data_append_align()
|