Home
last modified time | relevance | path

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

/xnu-11215.61.5/pexpert/pexpert/i386/
H A Dboot.h161 uint32_t MemoryMapSize; member
H A Defi.h252 IN EFI_UINTN MemoryMapSize,
/xnu-11215.61.5/osfmk/i386/
H A Dpanic_hooks.c192 const uint32_t count = args->MemoryMapSize / size; in panic_phys_range_before()
H A Dhibernate_i386.c81 mcount = args->MemoryMapSize / msize; in hibernate_page_list_allocate()
H A Di386_init.c731 DBG("memory map sz 0x%x\n", kernelBootArgs->MemoryMapSize); in vstart()
H A Di386_vm_init.c454 mcount = args->MemoryMapSize / msize; in i386_vm_init()
/xnu-11215.61.5/san/memory/
H A Dkasan-x86_64.c292 mcount = args->MemoryMapSize / msize; in kasan_reserve_memory()
/xnu-11215.61.5/osfmk/i386/AT386/
H A Dmodel_dep.c431 mcount = args->MemoryMapSize / msize; in efi_init()
519 mcount = args->MemoryMapSize / msize; in hibernate_newruntime_map()
/xnu-11215.61.5/tools/lldbmacros/
H A Dmemory.py2816 mcount = boot_args.MemoryMapSize // unsigned(msize)