Searched refs:physfree (Results 1 – 1 of 1) sorted by relevance
180 char *physfree; variable190 uintptr_t tmp = (uintptr_t)physfree; in ALLOCPAGES()191 bzero(physfree, npages * PAGE_SIZE); in ALLOCPAGES()192 physfree += npages * PAGE_SIZE; in ALLOCPAGES()402 INTEL_PTE_WRITE, 0, 0, (int)(((uintptr_t)physfree) >> PAGE_SHIFT)); in Idle_PTs_init()725 physfree = (void *)(uintptr_t)((lphysfree + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)); in vstart()736 DBG("physfree %p\n", physfree); in vstart()779 kasan_notify_stolen((uintptr_t)ml_static_ptovirt((vm_offset_t)physfree)); in vstart()786 first_avail = (vm_offset_t)ID_MAP_VTOP(physfree); in vstart()