Searched refs:pgs (Results 1 – 7 of 7) sorted by relevance
73 gpccr_pgs_e pgs; member166 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() argument1171 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()[all …]
94 .pgs = GPCCR_PGS_4K
309 .pgs = GPCCR_PGS_4K
51 .pgs = GPCCR_PGS_4K
257 if (gpt_init_pas_l1_tables(arm_gpt_info->pgs, in arm_gpt_setup()
254 int gpt_init_pas_l1_tables(gpccr_pgs_e pgs,
48 gpccr_pgs_e pgs; member