Home
last modified time | relevance | path

Searched refs:physStart (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/osfmk/i386/
H A Di386_init.c235 physmap_init_L2(uint64_t *physStart, pt_entry_t **l2ptep) in physmap_init_L2() argument
241 DBG("physmap_init_L2 page alloc failed when initting L2 for physAddr 0x%llx.\n", *physStart); in physmap_init_L2()
247 physmapL2[i] = *physStart in physmap_init_L2()
253 *physStart += NBPD; in physmap_init_L2()
260 physmap_init_L3(int startIndex, uint64_t highest_phys, uint64_t *physStart, pt_entry_t **l3ptep) in physmap_init_L3() argument
268 DBG("physmap_init_L3 page alloc failed when initting L3 for physAddr 0x%llx.\n", *physStart); in physmap_init_L3()
273 for (i = startIndex; i < NPDPTPG && *physStart < highest_phys; i++) { in physmap_init_L3()
274 if ((ret = physmap_init_L2(physStart, &l2pte)) < 0) { in physmap_init_L3()