Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/irqchip/
Darm-gic-v3.h412 #define GITS_LVL1_ENTRY_SIZE (8UL) macro
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c1782 tmp = indirect ? GITS_LVL1_ENTRY_SIZE : esz; in its_setup_baser()
1823 esz = GITS_LVL1_ENTRY_SIZE; in its_parse_indirect_baser()
2120 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()
2139 gic_flush_dcache_to_poc(table + idx, GITS_LVL1_ENTRY_SIZE); in its_alloc_table_entry()
/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-its.c2239 l1_esz = GITS_LVL1_ENTRY_SIZE; in vgic_its_restore_device_tables()