Searched refs:gic_flush_dcache_to_poc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | arch_gicv3.h | 148 #define gic_flush_dcache_to_poc(a,l) \ macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | arch_gicv3.h | 159 #define gic_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) macro
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-gic-v3-its.c | 1070 gic_flush_dcache_to_poc(cmd, sizeof(*cmd)); in its_flush_cmd() 1447 gic_flush_dcache_to_poc(cfg, sizeof(*cfg)); in lpi_write_config() 2177 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2363 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser() 2799 gic_flush_dcache_to_poc(page_address(page), psz); in allocate_vpe_l2_table() 2805 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in allocate_vpe_l2_table() 2964 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table() 3313 gic_flush_dcache_to_poc(page_address(page), baser->psz); in its_alloc_table_entry() 3319 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry() 3430 gic_flush_dcache_to_poc(itt, sz); in its_create_device() [all …]
|