Searched refs:pgs (Results 1 – 7 of 7) sorted by relevance
115 gpccr_pgs_e pgs; member215 tlbi_page_lookup[gpt_config.pgs].function( in tlbi_page_dsbosh()216 base & tlbi_page_lookup[gpt_config.pgs].mask); in tlbi_page_dsbosh()1117 gpccr_el3 |= SET_GPCCR_PGS(gpt_config.pgs); in gpt_enable()1246 int gpt_init_pas_l1_tables(gpccr_pgs_e pgs, uintptr_t l1_mem_base, in gpt_init_pas_l1_tables() argument1256 if (pgs > GPT_PGS_MAX) { in gpt_init_pas_l1_tables()1257 ERROR("GPT: Invalid PGS: 0x%x\n", pgs); in gpt_init_pas_l1_tables()1260 gpt_config.pgs = pgs; in gpt_init_pas_l1_tables()1261 gpt_config.p = gpt_p_lookup[pgs]; in gpt_init_pas_l1_tables()1297 INFO(" PGS/P: 0x%x/%u\n", gpt_config.pgs, gpt_config.p); in gpt_init_pas_l1_tables()[all …]
94 .pgs = GPCCR_PGS_4K
315 .pgs = GPCCR_PGS_4K
53 .pgs = GPCCR_PGS_4K
264 if (gpt_init_pas_l1_tables(arm_gpt_info->pgs, in arm_gpt_setup()
266 int gpt_init_pas_l1_tables(gpccr_pgs_e pgs,
48 gpccr_pgs_e pgs; member