Searched refs:physfree (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c135 char *physfree; variable
139 * due to the mutation of physfree.
144 uintptr_t tmp = (uintptr_t)physfree;
145 bzero(physfree, npages * PAGE_SIZE);
146 physfree += npages * PAGE_SIZE;
285 // Fill the lowest level with everything up to physfree
287 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT));
332 // Fill the lowest level with everything up to physfree
334 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT));
382 physfree
[all...]

Completed in 17 milliseconds