Lines Matching full:named
69 * Structure for named memory blocks. Number of descriptors available
76 /* Base address of named block */
79 * Size actually allocated for named block (may differ from
83 /* name of named block */
117 /* number of elements in named blocks array */
122 /* address of named memory block descriptors */
193 * Frees a previously allocated named bootmem block.
205 * global named block table. (part of the cvmx_bootmem_descriptor_t structure)
206 * Named blocks can later be freed.
222 * global named block table. (part of the cvmx_bootmem_descriptor_t structure)
223 * Named blocks can later be freed.
241 * a name in the global named block table. (part of the
242 * cvmx_bootmem_descriptor_t structure) Named blocks can later be
261 * assign it a name in the global named block table. (part of the
262 * cvmx_bootmem_descriptor_t structure) Named blocks can later be
274 * The initialization function is optional, if omitted the named block
289 * Finds a named bootmem block by name.
293 * Returns pointer to named block descriptor on success
327 * Allocates a named block of physical memory from the free list, at
343 * @param name name to assign to named block
354 * Finds a named memory block by name.
355 * Also used for finding an unused entry in the named block table.
370 * Frees a named block.
386 * IMPORTANT: This is only intended to be used as part of named block