Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Di386_init.c176 char *physfree; variable
186 uintptr_t tmp = (uintptr_t)physfree; in ALLOCPAGES()
187 bzero(physfree, npages * PAGE_SIZE); in ALLOCPAGES()
188 physfree += npages * PAGE_SIZE; in ALLOCPAGES()
398 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT)); in Idle_PTs_init()
721 physfree = (void *)(uintptr_t)((lphysfree + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)); in vstart()
732 DBG("physfree %p\n", physfree); in vstart()
775 kasan_notify_stolen((uintptr_t)ml_static_ptovirt((vm_offset_t)physfree)); in vstart()
782 first_avail = (vm_offset_t)ID_MAP_VTOP(physfree); in vstart()