Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c68 struct page **ret_page);
357 pgprot_t prot, struct page **ret_page,
362 pgprot_t prot, struct page **ret_page,
525 pgprot_t prot, struct page **ret_page, in __alloc_remap_buffer() argument
547 *ret_page = page; in __alloc_remap_buffer()
551 static void *__alloc_from_pool(size_t size, struct page **ret_page) in __alloc_from_pool() argument
565 *ret_page = phys_to_page(phys); in __alloc_from_pool()
588 pgprot_t prot, struct page **ret_page, in __alloc_from_contiguous() argument
618 *ret_page = page; in __alloc_from_contiguous()
643 struct page **ret_page) in __alloc_simple_buffer() argument
[all …]
/Linux-v4.19/arch/arm64/mm/
Ddma-mapping.c57 static void *__alloc_from_pool(size_t size, struct page **ret_page, gfp_t flags) in __alloc_from_pool() argument
71 *ret_page = phys_to_page(phys); in __alloc_from_pool()