Lines Matching full:alignment
41 /* minimum alignment of bootmem alloced blocks */
154 * @alignment: Alignment required - must be power of 2
158 extern void *cvmx_bootmem_alloc(uint64_t size, uint64_t alignment);
170 * @alignment: Alignment required - must be power of 2
174 uint64_t alignment);
186 * @alignment: Alignment required - must be power of 2
189 extern void *cvmx_bootmem_alloc_range(uint64_t size, uint64_t alignment,
209 * @alignment: Alignment required - must be power of 2
214 extern void *cvmx_bootmem_alloc_named(uint64_t size, uint64_t alignment,
249 * @align: Alignment of memory to be allocated. (must be a power of 2)
270 * @param align Alignment of memory to be allocated. (must be a power of 2)
300 * (optional) requested address and alignment.
310 * @alignment: Requested alignment of the block. If this alignment
312 * power of 2. (Note: Alignment of
323 uint64_t address_max, uint64_t alignment,
328 * (optional) requested address and alignment.
336 * @param alignment Requested alignment of the block. If this
337 * alignment cannot be met, the allocation fails.
338 * This must be a power of 2. (Note: Alignment of
350 uint64_t alignment,