Lines Matching full:alignment
41 /* minimum alignment of bootmem alloced blocks */
158 * @alignment: Alignment required - must be power of 2
162 uint64_t alignment);
181 * @alignment: Alignment required - must be power of 2
186 extern void *cvmx_bootmem_alloc_named(uint64_t size, uint64_t alignment,
200 * @align: Alignment of memory to be allocated. (must be a power of 2)
221 * @param align Alignment of memory to be allocated. (must be a power of 2)
251 * (optional) requested address and alignment.
261 * @alignment: Requested alignment of the block. If this alignment
263 * power of 2. (Note: Alignment of
274 uint64_t address_max, uint64_t alignment,
279 * (optional) requested address and alignment.
287 * @param alignment Requested alignment of the block. If this
288 * alignment cannot be met, the allocation fails.
289 * This must be a power of 2. (Note: Alignment of
301 uint64_t alignment,