Lines Matching defs:pgs
53 * Note that pgs=0b10 is 16KB and pgs=0b01 is 64KB, this is not a typo.
73 gpccr_pgs_e pgs;
166 tlbi_page_lookup[gpt_config.pgs].function(
167 base & tlbi_page_lookup[gpt_config.pgs].mask);
1048 gpccr_el3 |= SET_GPCCR_PGS(gpt_config.pgs);
1152 * pgs PGS value to use for table generation.
1161 int gpt_init_pas_l1_tables(gpccr_pgs_e pgs, uintptr_t l1_mem_base,
1171 if (pgs > GPT_PGS_MAX) {
1172 ERROR("GPT: Invalid PGS: 0x%x\n", pgs);
1175 gpt_config.pgs = pgs;
1176 gpt_config.p = gpt_p_lookup[pgs];
1212 INFO(" PGS/P: 0x%x/%u\n", gpt_config.pgs, gpt_config.p);
1295 gpt_config.pgs = (reg >> GPCCR_PGS_SHIFT) & GPCCR_PGS_MASK;
1296 gpt_config.p = gpt_p_lookup[gpt_config.pgs];
1336 VERBOSE(" PGS/P: 0x%x/%u\n", gpt_config.pgs, gpt_config.p);