Searched refs:vlpi_base (Results 1 – 1 of 1) sorted by relevance
2804 void __iomem *vlpi_base = gic_data_rdist_vlpi_base(); in allocate_vpe_l1_table() local2819 if (gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER) & GICR_VPENDBASER_Valid) in allocate_vpe_l1_table()2821 vlpi_base + GICR_VPENDBASER); in allocate_vpe_l1_table()2843 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()2844 val = gicr_read_vpropbaser(vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()2915 gicr_write_vpropbaser(val, vlpi_base + GICR_VPROPBASER); in allocate_vpe_l1_table()3016 static u64 read_vpend_dirty_clear(void __iomem *vlpi_base) in read_vpend_dirty_clear() argument3023 val = gicr_read_vpendbaser(vlpi_base + GICR_VPENDBASER); in read_vpend_dirty_clear()3038 static u64 its_clear_vpend_valid(void __iomem *vlpi_base, u64 clr, u64 set) in its_clear_vpend_valid() argument3043 val = read_vpend_dirty_clear(vlpi_base); in its_clear_vpend_valid()[all …]