Home
last modified time | relevance | path

Searched refs:PhysicalMemory (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dheapmem.c1277 ULONGLONG PageFile, PhysicalMemory; in GlobalMemoryStatusEx() local
1303 PhysicalMemory = BaseStaticServerData->SysInfo.NumberOfPhysicalPages * in GlobalMemoryStatusEx()
1305 lpBuffer->ullTotalPhys = PhysicalMemory; in GlobalMemoryStatusEx()
1308 PhysicalMemory = PerformanceInfo.AvailablePages * in GlobalMemoryStatusEx()
1310 lpBuffer->ullAvailPhys = PhysicalMemory; in GlobalMemoryStatusEx()
/reactos/sdk/include/ndk/
H A Dmmtypes.h473 ULONG PhysicalMemory:1; member
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c2557 ASSERT(ControlArea->u.Flags.PhysicalMemory == 0); in MmMapViewOfArm3Section()
3399 if (Section->u.Flags.PhysicalMemory) in NtMapViewOfSection()
/reactos/ntoskrnl/mm/
H A Dsection.c2253 PhysSection->u.Flags.PhysicalMemory = 1; in MmCreatePhysicalMemorySection()