Searched refs:LPI_PENDBASE_SZ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 60 #define LPI_PENDBASE_SZ ALIGN(BIT(LPI_NRBITS) / 8, SZ_64K) macro 2984 get_order(LPI_PENDBASE_SZ)); in its_allocate_pending_table() 2989 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table() 2996 free_pages((unsigned long)page_address(pt), get_order(LPI_PENDBASE_SZ)); in its_free_pending_table() 3120 WARN_ON(!gic_check_reserved_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_init_lpis() 4632 LPI_PENDBASE_SZ); in its_vpe_irq_domain_deactivate() 5326 WARN_ON(gic_reserve_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_memreserve_lpi()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 58 #define LPI_PENDBASE_SZ ALIGN(BIT(LPI_NRBITS) / 8, SZ_64K) macro 2959 get_order(LPI_PENDBASE_SZ)); in its_allocate_pending_table() 2964 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table() 2971 free_pages((unsigned long)page_address(pt), get_order(LPI_PENDBASE_SZ)); in its_free_pending_table() 3085 WARN_ON(!gic_check_reserved_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_init_lpis() 3094 WARN_ON(gic_reserve_range(paddr, LPI_PENDBASE_SZ)); in its_cpu_init_lpis()
|
Completed in 14 milliseconds