Searched refs:gic_flush_dcache_to_poc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | arch_gicv3.h | 122 #define gic_flush_dcache_to_poc(a,l) __flush_dcache_area((a), (l)) macro
|
| /Linux-v4.19/drivers/irqchip/ |
| D | irq-gic-v3-its.c | 731 gic_flush_dcache_to_poc(cmd, sizeof(*cmd)); in its_flush_cmd() 1061 gic_flush_dcache_to_poc(cfg, sizeof(*cfg)); in lpi_write_config() 1614 gic_flush_dcache_to_poc(page_address(prop_page), LPI_PROPBASE_SZ); in its_allocate_prop_table() 1747 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser() 1937 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table() 2133 gic_flush_dcache_to_poc(page_address(page), baser->psz); in its_alloc_table_entry() 2139 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry() 2236 gic_flush_dcache_to_poc(itt, sz); in its_create_device()
|
| /Linux-v4.19/arch/arm/include/asm/ |
| D | arch_gicv3.h | 272 #define gic_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) macro
|