Lines Matching refs:gpsz
2621 u64 val, gpsz; in its_probe_baser_psz() local
2628 gpsz = GITS_BASER_PAGE_SIZE_64K; in its_probe_baser_psz()
2631 gpsz = GITS_BASER_PAGE_SIZE_16K; in its_probe_baser_psz()
2635 gpsz = GITS_BASER_PAGE_SIZE_4K; in its_probe_baser_psz()
2639 gpsz >>= GITS_BASER_PAGE_SIZE_SHIFT; in its_probe_baser_psz()
2641 val |= FIELD_PREP(GITS_BASER_PAGE_SIZE_MASK, gpsz); in its_probe_baser_psz()
2644 if (FIELD_GET(GITS_BASER_PAGE_SIZE_MASK, baser->val) == gpsz) in its_probe_baser_psz()
2832 unsigned int psz, esz, idx, npg, gpsz; in allocate_vpe_l2_table() local
2847 gpsz = FIELD_GET(GICR_VPROPBASER_4_1_PAGE_SIZE, val); in allocate_vpe_l2_table()
2850 switch (gpsz) { in allocate_vpe_l2_table()
2902 u64 val, gpsz, npg, pa; in allocate_vpe_l1_table() local
2942 gpsz = FIELD_GET(GICR_VPROPBASER_4_1_PAGE_SIZE, val); in allocate_vpe_l1_table()
2945 switch (gpsz) { in allocate_vpe_l1_table()
2947 gpsz = GIC_PAGE_SIZE_4K; in allocate_vpe_l1_table()
2965 val |= FIELD_PREP(GICR_VPROPBASER_4_1_PAGE_SIZE, gpsz); in allocate_vpe_l1_table()