Lines Matching refs:ret_page
291 pgprot_t prot, struct page **ret_page,
295 pgprot_t prot, struct page **ret_page,
469 pgprot_t prot, struct page **ret_page, in __alloc_remap_buffer() argument
487 *ret_page = page; in __alloc_remap_buffer()
491 static void *__alloc_from_pool(size_t size, struct page **ret_page) in __alloc_from_pool() argument
505 *ret_page = phys_to_page(phys); in __alloc_from_pool()
528 pgprot_t prot, struct page **ret_page, in __alloc_from_contiguous() argument
557 *ret_page = page; in __alloc_from_contiguous()
589 #define __alloc_from_pool(size, ret_page) NULL argument
598 struct page **ret_page) in __alloc_simple_buffer() argument
605 *ret_page = page; in __alloc_simple_buffer()