Home
last modified time | relevance | path

Searched refs:ret_page (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c291 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
[all …]
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c54 static void *__alloc_from_pool(size_t size, struct page **ret_page, gfp_t flags) in __alloc_from_pool() argument
68 *ret_page = phys_to_page(phys); in __alloc_from_pool()