Searched refs:GPT_L1_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
269 #define GPT_L1_TABLE_SIZE(_p) ((GPT_L1_ENTRY_COUNT(_p)) << 3U) macro
629 if ((l1_mem_base & (GPT_L1_TABLE_SIZE(gpt_config.p) - 1UL)) != 0UL) { in validate_l1_params()636 l1_gpt_mem_sz = l1_gpt_cnt * GPT_L1_TABLE_SIZE(gpt_config.p); in validate_l1_params()639 if ((l1_gpt_mem_sz / GPT_L1_TABLE_SIZE(gpt_config.p)) != l1_gpt_cnt) { in validate_l1_params()944 gpt_l1_tbl += GPT_L1_TABLE_SIZE(gpt_config.p); in get_new_l1_tbl()1325 GPT_L1_TABLE_SIZE(gpt_config.p) * in gpt_init_pas_l1_tables()