Home
last modified time | relevance | path

Searched refs:NumberOfPhysicalPages (Results 1 – 18 of 18) sorted by relevance

/reactos/ntoskrnl/kd64/
H A Dkdinit.c44 SIZE_T NumberOfPhysicalPages = 0; in KdpGetMemorySizeInMBs() local
53 NumberOfPhysicalPages = MmNumberOfPhysicalPages; in KdpGetMemorySizeInMBs()
75 NumberOfPhysicalPages += Descriptor->PageCount; in KdpGetMemorySizeInMBs()
81 return ALIGN_UP_BY(NumberOfPhysicalPages * PAGE_SIZE, 1024 * 1024) / (1024 * 1024); in KdpGetMemorySizeInMBs()
/reactos/dll/win32/kernel32/client/
H A Dheapmem.c1298 lpBuffer->dwMemoryLoad = ((DWORD)(BaseStaticServerData->SysInfo.NumberOfPhysicalPages - in GlobalMemoryStatusEx()
1300 BaseStaticServerData->SysInfo.NumberOfPhysicalPages; in GlobalMemoryStatusEx()
1303 PhysicalMemory = BaseStaticServerData->SysInfo.NumberOfPhysicalPages * in GlobalMemoryStatusEx()
/reactos/modules/rostests/winetests/ntdll/
H A Dtime.c83 ULONG NumberOfPhysicalPages; member
/reactos/drivers/sac/driver/
H A Dconcmd.c315 SacInfo->BasicInfo.NumberOfPhysicalPages, in PrintTListInfo()
/reactos/drivers/storage/ide/uniata/
H A Dntddk_ex.h161 ULONG NumberOfPhysicalPages; member
/reactos/sdk/include/ddk/
H A Dstrmini.h266 ULONG NumberOfPhysicalPages; member
/reactos/modules/rostests/kmtests/ntos_cc/
H A DCcMapData_drv.c68 Memory = (SBI.NumberOfPhysicalPages * SBI.PageSize) / 1024 / 1024; in TestEntry()
H A DCcPinRead_drv.c73 Memory = (SBI.NumberOfPhysicalPages * SBI.PageSize) / 1024 / 1024; in TestEntry()
/reactos/ntoskrnl/mm/ARM3/
H A Dmminit.c2462 ASSERT(SharedUserData->NumberOfPhysicalPages == 0); in MmArmInitSystem()
2463 SharedUserData->NumberOfPhysicalPages = MmNumberOfPhysicalPages; in MmArmInitSystem()
/reactos/base/system/smss/
H A Dpagefile.c735 Ram = BasicInfo.NumberOfPhysicalPages * BasicInfo.PageSize; in SmpMakeSystemManagedPagingFileDescriptor()
/reactos/base/applications/taskmgr/
H A Dperfdata.c1034 Total = SystemBasicInfo.NumberOfPhysicalPages; in PerfDataGetPhysicalMemoryTotalK()
/reactos/sdk/include/ndk/
H A Dextypes.h743 ULONG NumberOfPhysicalPages; member
H A Dketypes.h601 ULONG NumberOfPhysicalPages; // 0x2e8 member
/reactos/dll/win32/psapi/
H A Dpsapi.c1518 pPerformanceInformation->PhysicalTotal = SystemBasicInfo.NumberOfPhysicalPages; in GetPerformanceInfo()
/reactos/sdk/include/xdk/
H A Dketypes.h1305 ULONG NumberOfPhysicalPages; // 0x2e8 member
/reactos/sdk/include/asm/
H A Dksx.template.h881 OFFSET(UsNumberOfPhysicalPages, KUSER_SHARED_DATA, NumberOfPhysicalPages),
/reactos/win32ss/drivers/videoprt/
H A Dvideoprt.c449 ConfigInfo.SystemMemorySize = SystemBasicInfo.NumberOfPhysicalPages * in IntVideoPortFindAdapter()
/reactos/ntoskrnl/ex/
H A Dsysinfo.c634 Sbi->NumberOfPhysicalPages = MmNumberOfPhysicalPages; in QSI_DEF()