Searched refs:gic_flush_dcache_to_poc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 127 #define gic_flush_dcache_to_poc(a,l) __flush_dcache_area((a), (l)) macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 140 #define gic_flush_dcache_to_poc(a,l) \ macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | arch_gicv3.h | 164 #define gic_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | arch_gicv3.h | 159 #define gic_flush_dcache_to_poc(a,l) __cpuc_flush_dcache_area((a), (l)) macro
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 1063 gic_flush_dcache_to_poc(cmd, sizeof(*cmd)); in its_flush_cmd() 1444 gic_flush_dcache_to_poc(cfg, sizeof(*cfg)); in lpi_write_config() 2202 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2388 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser() 2824 gic_flush_dcache_to_poc(page_address(page), psz); in allocate_vpe_l2_table() 2830 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in allocate_vpe_l2_table() 2989 gic_flush_dcache_to_poc(page_address(pend_page), LPI_PENDBASE_SZ); in its_allocate_pending_table() 3338 gic_flush_dcache_to_poc(page_address(page), baser->psz); in its_alloc_table_entry() 3344 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry() 3455 gic_flush_dcache_to_poc(it in its_create_device() [all...] |
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 1051 gic_flush_dcache_to_poc(cmd, sizeof(*cmd)); in its_flush_cmd() 1432 gic_flush_dcache_to_poc(cfg, sizeof(*cfg)); in lpi_write_config() 2188 gic_flush_dcache_to_poc(va, LPI_PROPBASE_SZ); in gic_reset_prop_table() 2387 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser() 2801 gic_flush_dcache_to_poc(page_address(page), psz); in allocate_vpe_l2_table() 2807 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() 3298 gic_flush_dcache_to_poc(page_address(page), baser->psz); in its_alloc_table_entry() 3304 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry() 3415 gic_flush_dcache_to_poc(it in its_create_device() [all...] |
Completed in 14 milliseconds