Home
last modified time | relevance | path

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

12

/u-boot-v2022.01-rc1/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
/u-boot-v2022.01-rc1/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.c102 static int bloblist_addrec(uint tag, int size, int align, in bloblist_addrec()
144 int align) in bloblist_ensurerec()
179 void *bloblist_add(uint tag, int size, int align) in bloblist_add()
189 int bloblist_ensure_size(uint tag, int size, int align, void **blobp) in bloblist_ensure_size()
/u-boot-v2022.01-rc1/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-v2022.01-rc1/lib/
A Dlmb.c120 void arch_lmb_reserve_generic(struct lmb *lmb, ulong sp, ulong end, ulong align) in arch_lmb_reserve_generic()
364 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc()
369 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base()
387 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-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/arch/x86/lib/
A Dtables.c44 int align; member
/u-boot-v2022.01-rc1/arch/arm/lib/
A Dcache.c111 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc()
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/
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
/u-boot-v2022.01-rc1/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-v2022.01-rc1/cmd/
A Dbmp.c260 bool align = false; in bmp_display() local
/u-boot-v2022.01-rc1/test/py/tests/
A Dvboot_evil.py42 def align(offset): function
/u-boot-v2022.01-rc1/drivers/misc/
A Dqfw.c35 uint32_t size, align; in bios_linker_allocate() local
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-v2022.01-rc1/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-v2022.01-rc1/arch/xtensa/include/asm/
A Dptrace.h103 int align[0] __aligned(16); member
/u-boot-v2022.01-rc1/drivers/video/
A Dvideo_bmp.c190 bool align) in video_bmp_display()
A Dvideo-uclass.c76 ulong base, align, size; in alloc_fb() local
/u-boot-v2022.01-rc1/drivers/tee/
A Dtee-uclass.c55 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size, in __tee_shm_add()
/u-boot-v2022.01-rc1/scripts/dtc/
A Ddata.c234 struct data data_append_align(struct data d, int align) in data_append_align()
/u-boot-v2022.01-rc1/tools/patman/
A Dtools.py170 def Align(pos, align): argument

Completed in 71 milliseconds

12