Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Di386_init.c176 char *physfree; variable
188 uintptr_t tmp = (uintptr_t)physfree; in ALLOCPAGES()
189 bzero(physfree, npages * PAGE_SIZE); in ALLOCPAGES()
190 physfree += npages * PAGE_SIZE; in ALLOCPAGES()
400 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT)); in Idle_PTs_init()
723 physfree = (void *)(uintptr_t)((lphysfree + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)); in vstart()
734 DBG("physfree %p\n", physfree); in vstart()
777 kasan_notify_stolen((uintptr_t)ml_static_ptovirt((vm_offset_t)physfree)); in vstart()
784 first_avail = (vm_offset_t)ID_MAP_VTOP(physfree); in vstart()