Home
last modified time | relevance | path

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

123

/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.h142 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 Dmalloc_simple.c20 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 Dbloblist.c119 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 Dbmp.c137 bool align = false; in bmp_display() local
/u-boot/arch/mips/mach-octeon/
A Dcvmx-range.c56 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 Dcvmx-bootmem.c434 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 Dcvmx-fpa.c303 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 Dmkimage.py25 pad=None, align=None): argument
A Dfiptool.py67 def create_new(self, fname, align, plat_toc_flags, fwu, tb_fw, blob_uuid, argument
/u-boot/lib/
A Dlmb.c123 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 Dof_live.c20 unsigned long align) in unflatten_dt_alloc()
/u-boot/tools/u_boot_pylib/
A Dtools.py170 def align(pos, align): function
/u-boot/fs/cbfs/
A Dcbfs.c149 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 Dcbfs_util.py158 def align_int(val, align): argument
170 def align_int_down(val, align): argument
507 def _align_to(self, fd, align): argument
A Dfip_util.py318 def __init__(self, flags, align): argument
/u-boot/arch/x86/lib/
A Dtables.c44 int align; member
/u-boot/arch/arm/lib/
A Dcache.c111 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
/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/lib/
A Dcache.c230 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
/u-boot/test/py/tests/
A Dvboot_evil.py42 def align(offset): function
/u-boot/tools/
A Dimx8image.c306 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 Dp2sb-uclass.c57 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 Dptrace.h103 int align[0] __aligned(16); member
/u-boot/scripts/dtc/
A Ddata.c234 struct data data_append_align(struct data d, int align) in data_append_align()

Completed in 53 milliseconds

123