Home
last modified time | relevance | path

Searched refs:align (Results 1 – 16 of 16) sorted by relevance

/include/
A Dmemalign.h72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
74 + (align - 1)]; \
76 type *name = (type *)ALIGN((uintptr_t)__##name, align)
77 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
78 ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, 1)
89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
90 static char __##name[ALIGN(size * sizeof(type), align)] \
91 __aligned(align); \
A Dvirtio_ring.h142 static inline unsigned int vring_size(unsigned int num, unsigned long align) in vring_size() argument
145 sizeof(__virtio16) * (3 + num) + align - 1) & ~(align - 1)) + in vring_size()
150 unsigned long align, in vring_init() argument
154 vr->size = vring_size(num, align); in vring_init()
159 sizeof(__virtio16) + align - 1) & ~(align - 1)); in vring_init()
A Dlmb.h110 int lmb_alloc_mem(enum lmb_mem_type type, u64 align, phys_addr_t *addr,
206 phys_addr_t io_lmb_alloc(struct lmb *io_lmb, phys_size_t size, ulong align);
A Dfs.h348 int fs_read_alloc(const char *fname, ulong size, uint align, void **bufp);
368 const char *fname, ulong max_size, ulong align, void **bufp,
A Dvideo.h34 uint align; member
334 bool align);
A Dcpu_func.h102 phys_addr_t noncached_alloc(size_t size, size_t align);
A Dremoteproc.h201 u32 align; member
329 u32 align; member
504 unsigned long align);
A Dbootmeth.h375 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align,
A Dqfw.h108 __le32 align; member
A Dcbfs.h65 u32 align; member
A Dppc_asm.tmpl224 .align 4; \
231 .align 4; \
239 .align 4; \
A Dtee.h274 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size,
A Dfsl_qe.h277 uint qe_muram_alloc(uint size, uint align);
A Defi_loader.h894 void *efi_alloc_aligned_pages(u64 len, int memory_type, size_t align);
/include/linux/
A Dlinkage.h37 #define __ALIGN .align 4
A Dioport.h122 resource_size_t max, resource_size_t align,

Completed in 34 milliseconds