Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_mm/
H A DMmSection.c408 PUCHAR MyPage; in TestPhysicalMemorySection() local
428 if (skip(MyPage != NULL, "Out of memory\n")) in TestPhysicalMemorySection()
439 ExFreePoolWithTag(MyPage, 'MPmK'); in TestPhysicalMemorySection()
448 ExFreePoolWithTag(MyPage, 'MPmK'); in TestPhysicalMemorySection()
532 MyPage, in TestPhysicalMemorySection()
538 ok(MyPage[5] == 0x23, "MyPage[5] = 0x%x\n", MyPage[5]); in TestPhysicalMemorySection()
540 MyPage[5] = 0x44; in TestPhysicalMemorySection()
542 ok(MyPage[5] == 0x44, "MyPage[5] = 0x%x\n", MyPage[5]); in TestPhysicalMemorySection()
546 ok(MyPage[5] == 0x88, "MyPage[5] = 0x%x\n", MyPage[5]); in TestPhysicalMemorySection()
574 MyPage, in TestPhysicalMemorySection()
[all …]