Searched refs:GPT_L1_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
268 #define GPT_L1_TABLE_SIZE(_p) ((GPT_L1_ENTRY_COUNT(_p)) << 3U) macro
578 if ((l1_mem_base & (GPT_L1_TABLE_SIZE(gpt_config.p) - 1UL)) != 0UL) { in validate_l1_params()585 l1_gpt_mem_sz = l1_gpt_cnt * GPT_L1_TABLE_SIZE(gpt_config.p); in validate_l1_params()588 if ((l1_gpt_mem_sz / GPT_L1_TABLE_SIZE(gpt_config.p)) != l1_gpt_cnt) { in validate_l1_params()893 gpt_l1_tbl += GPT_L1_TABLE_SIZE(gpt_config.p); in get_new_l1_tbl()1240 GPT_L1_TABLE_SIZE(gpt_config.p) * in gpt_init_pas_l1_tables()