Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/irqchip/
Dirq-gic-v3-its.c2793 void __iomem *vlpi_base = gic_data_rdist_vlpi_base(); in allocate_vpe_l1_table() local
2808 if (gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER) & GICR_VPENDBASER_Valid) in allocate_vpe_l1_table()
2810 vlpi_base + GICR_VPENDBASER); in allocate_vpe_l1_table()
2832 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
2833 val = gicr_read_vpropbaser(vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
2904 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
3005 static u64 its_clear_vpend_valid(void __iomem *vlpi_base, u64 clr, u64 set) in its_clear_vpend_valid() argument
3011 val = gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
3015 gicr_write_vpendbaser(val, vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
3018 val = gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
[all …]