/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 | 129 unsigned long align) in vring_init() 138 static inline unsigned int vring_size(unsigned int num, unsigned long align) in vring_size()
|
A D | video.h | 35 uint align; member
|
A D | cbfs.h | 59 u32 align; member
|
/u-boot/common/ |
A D | malloc_simple.c | 19 static void *alloc_simple(size_t bytes, int align) in alloc_simple() 52 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
|
A D | bloblist.c | 93 static int bloblist_addrec(uint tag, int size, int align, in bloblist_addrec() 135 int align) in bloblist_ensurerec() 170 void *bloblist_add(uint tag, int size, int align) in bloblist_add() 180 int bloblist_ensure_size(uint tag, int size, int align, void **blobp) in bloblist_ensure_size()
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | commproc.c | 66 m8560_cpm_dpalloc(uint size, uint align) in m8560_cpm_dpalloc() 100 m8560_cpm_hostalloc(uint size, uint align) in m8560_cpm_hostalloc()
|
/u-boot/lib/ |
A D | lmb.c | 292 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() 297 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base() 315 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/fs/cbfs/ |
A D | cbfs.c | 98 int align, struct cbfs_cachenode *new_node, in file_cbfs_next_file() 146 static int file_cbfs_fill_cache(struct cbfs_priv *priv, int size, int align) in file_cbfs_fill_cache() 380 int align = priv->header.align; in find_uncached() local
|
/u-boot/arch/x86/lib/ |
A D | tables.c | 42 int align; member
|
/u-boot/tools/binman/ |
A D | cbfs_util.py | 157 def align_int(val, align): argument 169 def align_int_down(val, align): argument 504 def _align_to(self, fd, align): argument
|
/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/cmd/ |
A D | bmp.c | 260 bool align = false; in bmp_display() local
|
/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/mach-octeon/ |
A D | cvmx-bootmem.c | 440 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range_once() 482 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range_flags() 497 u64 max_addr, u64 align, in cvmx_bootmem_alloc_named_range() 601 u64 align, align_mask; in cvmx_bootmem_phy_alloc() local
|
/u-boot/test/py/tests/ |
A D | vboot_evil.py | 42 def align(offset): function
|
/u-boot/tools/ |
A D | imx8image.c | 298 int align) in copy_file_aligned() 655 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 | 55 const size_t align = PCR_COMMON_IOSF_1_0 ? sizeof(uint32_t) : size; in check_pcr_offset_align() local
|
A D | qfw.c | 37 uint32_t size, align; in bios_linker_allocate() local
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 51 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size, in __tee_shm_add()
|
/u-boot/arch/xtensa/include/asm/ |
A D | ptrace.h | 103 int align[0] __aligned(16); member
|
/u-boot/drivers/video/ |
A D | video_bmp.c | 190 bool align) in video_bmp_display()
|
/u-boot/scripts/dtc/ |
A D | data.c | 234 struct data data_append_align(struct data d, int align) in data_append_align()
|
/u-boot/test/ |
A D | bloblist.c | 327 int align = 32 << i; in bloblist_test_align() local
|