Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/irqchip/
Dirq-gic-v3-its.c2527 u64 val, gpsz; in its_probe_baser_psz() local
2534 gpsz = GITS_BASER_PAGE_SIZE_64K; in its_probe_baser_psz()
2537 gpsz = GITS_BASER_PAGE_SIZE_16K; in its_probe_baser_psz()
2541 gpsz = GITS_BASER_PAGE_SIZE_4K; in its_probe_baser_psz()
2545 gpsz >>= GITS_BASER_PAGE_SIZE_SHIFT; in its_probe_baser_psz()
2547 val |= FIELD_PREP(GITS_BASER_PAGE_SIZE_MASK, gpsz); in its_probe_baser_psz()
2550 if (FIELD_GET(GITS_BASER_PAGE_SIZE_MASK, baser->val) == gpsz) in its_probe_baser_psz()
2729 unsigned int psz, esz, idx, npg, gpsz; in allocate_vpe_l2_table() local
2744 gpsz = FIELD_GET(GICR_VPROPBASER_4_1_PAGE_SIZE, val); in allocate_vpe_l2_table()
2747 switch (gpsz) { in allocate_vpe_l2_table()
[all …]