reactos/modules/rostests/kmtests/ntos_mm
Victor Perevertkin 7e069ccdb2
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
2020-04-16 15:59:38 +03:00
..
CMakeLists.txt [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
MmMapLockedPagesSpecifyCache.h
MmMapLockedPagesSpecifyCache_drv.c
MmMapLockedPagesSpecifyCache_user.c
MmMdl.c
MmReservedMapping.c
MmSection.c
NtCreateSection_drv.c [KMTESTS:MM] Properly clean up files 2018-08-12 10:05:25 +02:00
NtCreateSection_user.c [KMTESTS] Fix 64 bit issues 2018-08-04 14:39:13 +02:00
ZwAllocateVirtualMemory.c [KMTESTS] Fix 64 bit issues 2018-08-04 14:39:13 +02:00
ZwCreateSection.c
ZwMapViewOfSection.c [KMTESTS:MM] Fix 'PAGE_NOACCESS' copypasta, in an error string 2018-11-03 16:36:24 +01:00