Lines Matching full:must
35 /* Must be multiple of 8, changing breaks ABI */
72 * structure must be naturally 64 bit aligned, as a single memory
158 * @alignment: Alignment required - must be power of 2
181 * @alignment: Alignment required - must be power of 2
182 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
200 * @align: Alignment of memory to be allocated. (must be a power of 2)
201 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
221 * @param align Alignment of memory to be allocated. (must be a power of 2)
222 * @param name name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
262 * cannot be met, the allocation fails. This must be a
289 * This must be a power of 2. (Note: Alignment of
305 * Frees a block to the bootmem allocator list. This must
306 * be used with care, as the size provided must match the size
325 * where multiple allocations must be made without being interrupted.
333 * where multiple allocations must be made without being interrupted.