Lines Matching refs:buffer

35 	u64 *buf;		/* data buffer for usable-memory property */
36 u32 size; /* size allocated for the data buffer */
243 * for the buffer. If found, sets kbuf->mem.
245 * @buf_min: Minimum address for the buffer.
246 * @buf_max: Maximum address for the buffer.
293 * suitable buffer with top down approach.
295 * @buf_min: Minimum address for the buffer.
296 * @buf_max: Maximum address for the buffer.
342 * for the buffer. If found, sets kbuf->mem.
344 * @buf_min: Minimum address for the buffer.
345 * @buf_max: Maximum address for the buffer.
391 * suitable buffer with bottom up approach.
393 * @buf_min: Minimum address for the buffer.
394 * @buf_max: Maximum address for the buffer.
438 * check_realloc_usable_mem - Reallocate buffer if it can't accommodate entries
439 * @um_info: Usable memory buffer and ranges info.
442 * Frees up the old buffer if memory reallocation fails.
444 * Returns buffer on success, NULL on error.
467 * to the buffer
468 * @um_info: Usable memory buffer and ranges info.
513 * @data: Pointer to usable memory buffer and ranges info.
560 * @um_info: Usable memory buffer and ranges info.
732 * Setup a source buffer for backup segment.
734 * A source buffer has no meaning for backup region as data will
737 * setup a dummy source buffer to keep it happy for now.
743 kbuf->buffer = buf;
815 kbuf->buffer = headers;
1253 * segment buffer. Sets kbuf->mem when a suitable
1285 pr_err("Invalid buffer min and/or max values\n");
1296 /* Add the buffer allocated to the exclude list for the next lookup */
1301 pr_err("Failed to locate memory buffer of size %lu\n",
1312 * @buf_len: Length of the buffer.
1324 pr_err("Failed to setup exclude memory ranges for buffer lookup\n");