Lines Matching refs:ret_page
295 pgprot_t prot, struct page **ret_page,
299 pgprot_t prot, struct page **ret_page,
473 pgprot_t prot, struct page **ret_page, in __alloc_remap_buffer() argument
491 *ret_page = page; in __alloc_remap_buffer()
495 static void *__alloc_from_pool(size_t size, struct page **ret_page) in __alloc_from_pool() argument
509 *ret_page = phys_to_page(phys); in __alloc_from_pool()
532 pgprot_t prot, struct page **ret_page, in __alloc_from_contiguous() argument
561 *ret_page = page; in __alloc_from_contiguous()
593 #define __alloc_from_pool(size, ret_page) NULL argument
602 struct page **ret_page) in __alloc_simple_buffer() argument
609 *ret_page = page; in __alloc_simple_buffer()