Home
last modified time | relevance | path

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

/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its.c64 #define LPI_PROPBASE_SZ ALIGN(BIT(LPI_NRBITS), SZ_64K) macro
2255 memset(va, lpi_prop_prio | LPI_PROP_GROUP1, LPI_PROPBASE_SZ); in gic_reset_prop_table()
2258 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table()
2266 get_order(LPI_PROPBASE_SZ)); in its_allocate_prop_table()
2277 its_free_pages(page_address(prop_page), get_order(LPI_PROPBASE_SZ)); in its_free_prop_table()
2325 LPI_PROPBASE_SZ, in its_setup_lpi_prop_table()
2343 LPI_PROPBASE_SZ)); in its_setup_lpi_prop_table()
3066 return gic_check_reserved_range(addr, LPI_PROPBASE_SZ); in enabled_lpis_allowed()