Lines Matching defs:l0_idx
125 * (pas_idx - 1) occupies the L0 region at index l0_idx in the L0 table.
128 * l0_idx: Index of the L0 entry to check
135 static bool gpt_does_previous_pas_exist_here(unsigned int l0_idx,
141 if (gpt_check_pas_overlap((GPT_L0GPTSZ_ACTUAL_SIZE * l0_idx),
572 unsigned int l0_idx;
589 for (l0_idx = GPT_L0_IDX(pas->base_pa);
590 l0_idx <= GPT_L0_IDX(end_pa - 1U);
591 l0_idx++) {
597 if (GPT_L0_TYPE(l0_gpt_base[l0_idx]) == GPT_L0_TYPE_TBL_DESC) {
599 l1_gpt_arr = GPT_L0_TBLD_ADDR(l0_gpt_base[l0_idx]);
605 l0_gpt_base[l0_idx] = GPT_L0_TBL_DESC(l1_gpt_arr);
609 l0_idx, &l0_gpt_base[l0_idx],
611 l0_gpt_base[l0_idx]);