Home
last modified time | relevance | path

Searched refs:GITS_LVL1_ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/irqchip/
Darm-gic-v3.h494 #define GITS_LVL1_ENTRY_SIZE (8UL) macro
/linux-6.6.21/drivers/irqchip/
Dirq-gic-v3-its.c2419 tmp = indirect ? GITS_LVL1_ENTRY_SIZE : esz; in its_setup_baser()
2461 esz = GITS_LVL1_ENTRY_SIZE; in its_parse_indirect_baser()
2811 if (idx >= (npg * psz / GITS_LVL1_ENTRY_SIZE)) in allocate_vpe_l2_table()
2830 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in allocate_vpe_l2_table()
3324 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()
3344 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry()
/linux-6.6.21/arch/arm64/kvm/vgic/
Dvgic-its.c2529 l1_esz = GITS_LVL1_ENTRY_SIZE; in vgic_its_restore_device_tables()