Home
last modified time | relevance | path

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

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