Lines Matching refs:pgs
73 gpccr_pgs_e pgs; member
166 tlbi_page_lookup[gpt_config.pgs].function( in tlbi_page_dsbosh()
167 base & tlbi_page_lookup[gpt_config.pgs].mask); in tlbi_page_dsbosh()
1048 gpccr_el3 |= SET_GPCCR_PGS(gpt_config.pgs); in gpt_enable()
1161 int gpt_init_pas_l1_tables(gpccr_pgs_e pgs, uintptr_t l1_mem_base, in gpt_init_pas_l1_tables() argument
1171 if (pgs > GPT_PGS_MAX) { in gpt_init_pas_l1_tables()
1172 ERROR("GPT: Invalid PGS: 0x%x\n", pgs); in gpt_init_pas_l1_tables()
1175 gpt_config.pgs = pgs; in gpt_init_pas_l1_tables()
1176 gpt_config.p = gpt_p_lookup[pgs]; in gpt_init_pas_l1_tables()
1212 INFO(" PGS/P: 0x%x/%u\n", gpt_config.pgs, gpt_config.p); in gpt_init_pas_l1_tables()
1295 gpt_config.pgs = (reg >> GPCCR_PGS_SHIFT) & GPCCR_PGS_MASK; in gpt_runtime_init()
1296 gpt_config.p = gpt_p_lookup[gpt_config.pgs]; in gpt_runtime_init()
1336 VERBOSE(" PGS/P: 0x%x/%u\n", gpt_config.pgs, gpt_config.p); in gpt_runtime_init()