Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/irqchip/
Dirq-gic-v3-its.c2798 void __iomem *vlpi_base = gic_data_rdist_vlpi_base(); in allocate_vpe_l1_table() local
2813 if (gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER) & GICR_VPENDBASER_Valid) in allocate_vpe_l1_table()
2815 vlpi_base + GICR_VPENDBASER); in allocate_vpe_l1_table()
2837 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
2838 val = gicr_read_vpropbaser(vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
2909 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()
3010 static u64 its_clear_vpend_valid(void __iomem *vlpi_base, u64 clr, u64 set) in its_clear_vpend_valid() argument
3016 val = gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
3020 gicr_write_vpendbaser(val, vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
3023 val = gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER); in its_clear_vpend_valid()
[all …]