Searched refs:align (Results 1 – 16 of 16) sorted by relevance
| /include/ |
| A D | memalign.h | 72 #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 D | virtio_ring.h | 142 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 D | lmb.h | 110 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 D | fs.h | 348 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 D | video.h | 34 uint align; member 334 bool align);
|
| A D | cpu_func.h | 102 phys_addr_t noncached_alloc(size_t size, size_t align);
|
| A D | remoteproc.h | 201 u32 align; member 329 u32 align; member 504 unsigned long align);
|
| A D | bootmeth.h | 375 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align,
|
| A D | qfw.h | 108 __le32 align; member
|
| A D | cbfs.h | 65 u32 align; member
|
| A D | ppc_asm.tmpl | 224 .align 4; \ 231 .align 4; \ 239 .align 4; \
|
| A D | tee.h | 274 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size,
|
| A D | fsl_qe.h | 277 uint qe_muram_alloc(uint size, uint align);
|
| A D | efi_loader.h | 894 void *efi_alloc_aligned_pages(u64 len, int memory_type, size_t align);
|
| /include/linux/ |
| A D | linkage.h | 37 #define __ALIGN .align 4
|
| A D | ioport.h | 122 resource_size_t max, resource_size_t align,
|
Completed in 34 milliseconds