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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.c352 void *framebuffer = pmap_steal_memory(1024 * 768 * 4);
H A Dpe_omap3430.c477 void *framebuffer = pmap_steal_memory(lcd_width * lcd_width * 4);
H A Dpe_realview.c335 void *framebuffer = pmap_steal_memory(1024 * 768 * 4);
H A Dpe_omap3530.c505 void *framebuffer = pmap_steal_memory(lcd_width * lcd_width * 4);
/darwin-on-arm/xnu/osfmk/kern/
H A Dgzalloc.c233 gzalloc_reserve = (vm_offset_t) pmap_steal_memory(gzalloc_reserve_size);
H A Dzalloc.c1378 zdata = (vm_offset_t)pmap_steal_memory(round_page(zdata_size));
/darwin-on-arm/xnu/osfmk/vm/
H A Dpmap.h129 extern void *pmap_steal_memory(vm_size_t size);
163 * and vm/vm_resident.c implements pmap_steal_memory and pmap_startup
H A Dvm_resident.c135 * for debugging purposes. The implementation of pmap_steal_memory
652 pmap_steal_memory(vm_page_bucket_count *
656 pmap_steal_memory(vm_page_bucket_lock_count *
709 * We implement pmap_steal_memory and pmap_startup with the help
714 pmap_steal_memory( function
727 * If this is the first call to pmap_steal_memory,
750 kprintf("pmap_steal_memory: %08lX - %08lX; size=%08lX\n", (long)addr, (long)virtual_space_start, (long)size); /* (TEST/DEBUG) */
761 panic("pmap_steal_memory");
802 vm_pages = (vm_page_t) pmap_steal_memory(npages * sizeof *vm_pages);
903 * because pmap_steal_memory ha
[all...]
H A Dvm_map.c682 map_data = pmap_steal_memory(map_data_size);
705 kentry_data = pmap_steal_memory(kentry_data_size);

Completed in 107 milliseconds