Lines Matching defs:first
106 * base_1: base address of first PAS
107 * size_1: size of first PAS
270 * first PAS in the array gets to count it.
491 * first Address of first granule in range.
494 static void gpt_fill_l1_tbl(uint64_t gpi, uint64_t *l1, uintptr_t first,
500 assert(first <= last);
501 assert((first & (GPT_PGS_ACTUAL_SIZE(gpt_config.p) - 1)) == 0U);
503 assert(GPT_L0_IDX(first) == GPT_L0_IDX(last));
507 gpi_mask = gpi_mask << (GPT_L1_GPI_IDX(gpt_config.p, first) << 2);
510 for (unsigned int i = GPT_L1_IDX(gpt_config.p, first);
621 * function needs the addresses of the first granule and last
627 /* Advance cur_pa to first granule in next L0 region. */
677 * initialized. This function is called at first initialization and then again
839 ERROR("[GPT] L0 tables must be initialized first!\n");