Searched refs:LPI_PENDBASE_SZ (Results 1 – 1 of 1) sorted by relevance
57 #define LPI_PENDBASE_SZ ALIGN(BIT(LPI_NRBITS) / 8, SZ_64K) macro2018 get_order(LPI_PENDBASE_SZ)); in its_allocate_pending_table()2023 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table()2030 free_pages((unsigned long)page_address(pt), get_order(LPI_PENDBASE_SZ)); in its_free_pending_table()2137 WARN_ON(!gic_check_reserved_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_init_lpis()2146 WARN_ON(gic_reserve_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_init_lpis()