Searched refs:npg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 2829 unsigned int psz, esz, idx, npg, gpsz; in allocate_vpe_l2_table() local 2845 npg = FIELD_GET(GICR_VPROPBASER_4_1_SIZE, val) + 1; in allocate_vpe_l2_table() 2864 return (id < (npg * psz / (esz * SZ_8))); in allocate_vpe_l2_table() 2868 if (idx >= (npg * psz / GITS_LVL1_ENTRY_SIZE)) in allocate_vpe_l2_table() 2899 u64 val, gpsz, npg, pa; in allocate_vpe_l1_table() local 2982 npg = DIV_ROUND_UP(nl2 * SZ_8, psz); in allocate_vpe_l1_table() 2984 npg = 1; in allocate_vpe_l1_table() 2987 val |= FIELD_PREP(GICR_VPROPBASER_4_1_SIZE, npg - 1); in allocate_vpe_l1_table() 2990 np = DIV_ROUND_UP(npg * psz, PAGE_SIZE); in allocate_vpe_l1_table() 2993 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|