Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 44) sorted by relevance

12

/u-boot/include/
A Dmemalign.h71 #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 Dvirtio_ring.h129 unsigned long align) in vring_init()
138 static inline unsigned int vring_size(unsigned int num, unsigned long align) in vring_size()
A Dvideo.h35 uint align; member
A Dcbfs.h59 u32 align; member
/u-boot/common/
A Dmalloc_simple.c19 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 Dbloblist.c93 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 Dcommproc.c66 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 Dlmb.c292 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 Dof_live.c20 unsigned long align) in unflatten_dt_alloc()
/u-boot/fs/cbfs/
A Dcbfs.c98 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 Dtables.c42 int align; member
/u-boot/tools/binman/
A Dcbfs_util.py157 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 Dcache.c111 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
/u-boot/cmd/
A Dbmp.c260 bool align = false; in bmp_display() local
/u-boot/arch/arm/mach-tegra/
A Dcboot.c288 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 Dcvmx-bootmem.c440 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 Dvboot_evil.py42 def align(offset): function
/u-boot/tools/
A Dimx8image.c298 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 Dp2sb-uclass.c55 const size_t align = PCR_COMMON_IOSF_1_0 ? sizeof(uint32_t) : size; in check_pcr_offset_align() local
A Dqfw.c37 uint32_t size, align; in bios_linker_allocate() local
/u-boot/drivers/tee/
A Dtee-uclass.c51 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size, in __tee_shm_add()
/u-boot/arch/xtensa/include/asm/
A Dptrace.h103 int align[0] __aligned(16); member
/u-boot/drivers/video/
A Dvideo_bmp.c190 bool align) in video_bmp_display()
/u-boot/scripts/dtc/
A Ddata.c234 struct data data_append_align(struct data d, int align) in data_append_align()
/u-boot/test/
A Dbloblist.c327 int align = 32 << i; in bloblist_test_align() local

Completed in 38 milliseconds

12