Searched refs:mem_size (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_param.h214 extern vm_size_t mem_size; /* 32-bit size of memory - limited by maxmem - deprecated */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c85 vm_size_t mem_size = 0; variable
446 * mem_size is only a 32 bit container... follow the PPC route
450 mem_size = (vm_size_t)(FOURGIG >> 1);
452 mem_size = (vm_size_t)sane_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c77 * NOTE: mem_size is bogus on large memory machines. We will pin it to 0x80000000 if there is more than 2 GB
80 vm_offset_t mem_size; /* Size of actual physical memory present variable
195 mem_size = (unsigned int)max_mem; /* Get size of memory */
196 if(max_mem > 0x0000000080000000ULL) mem_size = 0x80000000; /* Pin at 2 GB */
H A Dmodel_dep.c310 machine_info.memory_size = mem_size; /* Note that this will be 2 GB for >= 2 GB machines */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dmem.c160 if (uio->uio_offset >= mem_size)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c186 machine_info.memory_size = mem_size;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c283 int usermem = mem_size - vm_page_wire_count * page_size;
400 SYSCTL_UINT(_hw, HW_PHYSMEM, physmem, CTLFLAG_RD | CTLFLAG_MASKED, &mem_size, 0, "");
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c1386 if (mem_size < (256*1024*1024)) {
1388 } else if (mem_size < (512*1024*1024)) {
1390 } else if (mem_size < (1024*1024*1024)) {
1392 } else if (mem_size >= (1024*1024*1024)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c245 machine_info.memory_size = mem_size;

Completed in 112 milliseconds