Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Di386_init.c179 char *physfree; variable
189 uintptr_t tmp = (uintptr_t)physfree; in ALLOCPAGES()
190 bzero(physfree, npages * PAGE_SIZE); in ALLOCPAGES()
191 physfree += npages * PAGE_SIZE; in ALLOCPAGES()
401 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT)); in Idle_PTs_init()
724 physfree = (void *)(uintptr_t)((lphysfree + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)); in vstart()
735 DBG("physfree %p\n", physfree); in vstart()
778 kasan_notify_stolen((uintptr_t)ml_static_ptovirt((vm_offset_t)physfree)); in vstart()
785 first_avail = (vm_offset_t)ID_MAP_VTOP(physfree); in vstart()