Home
last modified time | relevance | path

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

/xnu-8019.80.24/pexpert/pexpert/i386/
H A Dboot.h161 uint32_t MemoryMapSize; member
H A Defi.h252 IN EFI_UINTN MemoryMapSize,
/xnu-8019.80.24/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.c733 DBG("memory map sz 0x%x\n", kernelBootArgs->MemoryMapSize); in vstart()
H A Di386_vm_init.c453 mcount = args->MemoryMapSize / msize; in i386_vm_init()
/xnu-8019.80.24/san/memory/
H A Dkasan-x86_64.c288 mcount = args->MemoryMapSize / msize; in kasan_reserve_memory()
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c435 mcount = args->MemoryMapSize / msize; in efi_init()
523 mcount = args->MemoryMapSize / msize; in hibernate_newruntime_map()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py3287 mcount = (boot_args.MemoryMapSize) / unsigned(msize)