Home
last modified time | relevance | path

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

/xnu-10063.121.3/pexpert/pexpert/i386/
H A Dboot.h187 uint64_t PhysicalMemorySize; member
/xnu-10063.121.3/osfmk/i386/
H A Di386_init.c297 if (kernelBootArgs->PhysicalMemorySize > K64_MAXMEM) { in physmap_init()
307 highest_physaddr = kernelBootArgs->PhysicalMemorySize + 4 * GB; in physmap_init()
737 DBG("SMBIOS mem sz 0x%llx\n", kernelBootArgs->PhysicalMemorySize); in vstart()
H A Di386_vm_init.c707 mem_actual = args->PhysicalMemorySize; in i386_vm_init()