Searched refs:LPI_PROPBASE_SZ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 57 #define LPI_PROPBASE_SZ ALIGN(BIT(LPI_NRBITS), SZ_64K) macro 2185 memset(va, LPI_PROP_DEFAULT_PRIO | LPI_PROP_GROUP1, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2188 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2195 prop_page = alloc_pages(gfp_flags, get_order(LPI_PROPBASE_SZ)); in its_allocate_prop_table() 2207 get_order(LPI_PROPBASE_SZ)); in its_free_prop_table() 2255 LPI_PROPBASE_SZ, in its_setup_lpi_prop_table() 2273 LPI_PROPBASE_SZ)); in its_setup_lpi_prop_table() 2987 return gic_check_reserved_range(addr, LPI_PROPBASE_SZ); in enabled_lpis_allowed()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 59 #define LPI_PROPBASE_SZ ALIGN(BIT(LPI_NRBITS), SZ_64K) macro 2199 memset(va, LPI_PROP_DEFAULT_PRIO | LPI_PROP_GROUP1, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2202 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2209 prop_page = alloc_pages(gfp_flags, get_order(LPI_PROPBASE_SZ)); in its_allocate_prop_table() 2221 get_order(LPI_PROPBASE_SZ)); in its_free_prop_table() 2269 LPI_PROPBASE_SZ, in its_setup_lpi_prop_table() 2287 LPI_PROPBASE_SZ)); in its_setup_lpi_prop_table() 3012 return gic_check_reserved_range(addr, LPI_PROPBASE_SZ); in enabled_lpis_allowed()
|
Completed in 15 milliseconds