Home
last modified time | relevance | path

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

/xnu-10002.41.9/pexpert/pexpert/i386/ !
H A Dboot.h187 uint64_t PhysicalMemorySize; member
/xnu-10002.41.9/osfmk/i386/ !
H A Di386_init.c300 if (kernelBootArgs->PhysicalMemorySize > K64_MAXMEM) { in physmap_init()
310 highest_physaddr = kernelBootArgs->PhysicalMemorySize + 4 * GB; in physmap_init()
740 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()