Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c232 static struct page *its_alloc_pages(gfp_t gfp, unsigned int order) in its_alloc_pages() function
2270 prop_page = its_alloc_pages(gfp_flags, in its_allocate_prop_table()
2878 page = its_alloc_pages(GFP_KERNEL | __GFP_ZERO, get_order(psz)); in allocate_vpe_l2_table()
2997 page = its_alloc_pages(GFP_ATOMIC | __GFP_ZERO, get_order(np * PAGE_SIZE)); in allocate_vpe_l1_table()
3043 pend_page = its_alloc_pages(gfp_flags | __GFP_ZERO, get_order(LPI_PENDBASE_SZ)); in its_allocate_pending_table()