Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c64 #define LPI_PROPBASE_SZ ALIGN(BIT(LPI_NRBITS), SZ_64K) macro
1604 prop_page = alloc_pages(gfp_flags, get_order(LPI_PROPBASE_SZ)); in its_allocate_prop_table()
1611 LPI_PROPBASE_SZ); in its_allocate_prop_table()
1614 gic_flush_dcache_to_poc(page_address(prop_page), LPI_PROPBASE_SZ); in its_allocate_prop_table()
1622 get_order(LPI_PROPBASE_SZ)); in its_free_prop_table()