MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / IsPagePresent

Function IsPagePresent

Kernel-Bridge/API/MemoryUtils.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178 _IRQL_requires_max_(DISPATCH_LEVEL)
179 BOOLEAN IsPagePresent(PVOID Address) {
180 return PhysicalMemory::GetPhysicalAddress(Address) || MmIsAddressValid(Address);
181 }
182
183 _IRQL_requires_max_(DISPATCH_LEVEL)
184 BOOLEAN IsMemoryRangePresent(PVOID Address, SIZE_T Size) {

Callers 1

IsMemoryRangePresentFunction · 0.70

Calls 1

GetPhysicalAddressFunction · 0.85

Tested by

no test coverage detected