/reactos/ntoskrnl/mm/arm/ |
H A D | page.c | 80 PAGE_EXECUTE_WRITECOPY, 88 PAGE_NOCACHE | PAGE_EXECUTE_WRITECOPY, 96 PAGE_GUARD | PAGE_EXECUTE_WRITECOPY, 104 PAGE_WRITECOMBINE | PAGE_EXECUTE_WRITECOPY
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | virtual.c | 2909 { PAGE_EXECUTE_WRITECOPY, 0 }, /* 0x80 */ in test_VirtualProtect() 2910 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE, 0 }, /* 0x90 */ in test_VirtualProtect() 3066 case PAGE_EXECUTE_WRITECOPY: in is_mem_writable() 3106 { PAGE_EXECUTE_WRITECOPY, FALSE }, /* 0x80 */ in test_VirtualAlloc_protection() 3248 if (td[i].prot == PAGE_EXECUTE_WRITECOPY) in test_CreateFileMapping_protection() 3357 if (td[i].prot == PAGE_EXECUTE_WRITECOPY) in test_CreateFileMapping_protection() 3377 todo_wine_if (td[i].prot == PAGE_EXECUTE_WRITECOPY) in test_CreateFileMapping_protection() 3438 case PAGE_EXECUTE_WRITECOPY: in page_prot_to_access() 3480 case PAGE_EXECUTE_WRITECOPY: in map_prot_to_access() 3515 protect = PAGE_EXECUTE_WRITECOPY; in map_view_of_file() [all …]
|
H A D | loader.c | 1658 case PAGE_EXECUTE_WRITECOPY: in is_mem_writable() 1693 { PAGE_EXECUTE_READWRITE, PAGE_EXECUTE_WRITECOPY }, /* 0x40 */ in test_VirtualProtect() 1697 { PAGE_EXECUTE_WRITECOPY, PAGE_EXECUTE_WRITECOPY }, /* 0x80 */ in test_VirtualProtect() 1698 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE, 0 }, /* 0x90 */ in test_VirtualProtect() 1699 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE_READ, 0 }, /* 0xa0 */ in test_VirtualProtect() 1700 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE_READ | PAGE_EXECUTE, 0 }, /* 0xb0 */ in test_VirtualProtect() 1701 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE_READWRITE, 0 }, /* 0xc0 */ in test_VirtualProtect() 1702 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE_READWRITE | PAGE_EXECUTE, 0 }, /* 0xd0 */ in test_VirtualProtect() 1703 { PAGE_EXECUTE_WRITECOPY | PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_READ, 0 }, /* 0xe0 */ in test_VirtualProtect() 1807 … { IMAGE_SCN_MEM_WRITE | IMAGE_SCN_MEM_EXECUTE, PAGE_EXECUTE_WRITECOPY, PAGE_EXECUTE_READWRITE }, in test_section_access() [all …]
|
/reactos/ntoskrnl/mm/i386/ |
H A D | page.c | 83 PAGE_EXECUTE_WRITECOPY, 91 PAGE_NOCACHE | PAGE_EXECUTE_WRITECOPY, 99 PAGE_GUARD | PAGE_EXECUTE_WRITECOPY, 107 PAGE_WRITECOMBINE | PAGE_EXECUTE_WRITECOPY
|
/reactos/ntoskrnl/include/internal/ |
H A D | mm.h | 148 PAGE_EXECUTE_WRITECOPY | \ 158 PAGE_EXECUTE_WRITECOPY) 164 PAGE_EXECUTE_WRITECOPY) 170 PAGE_EXECUTE_WRITECOPY) 174 PAGE_EXECUTE_WRITECOPY)
|
/reactos/sdk/include/xdk/ |
H A D | mmtypes.h | 75 #define PAGE_EXECUTE_WRITECOPY 0x80 macro
|
H A D | winnt_old.h | 551 #define PAGE_EXECUTE_WRITECOPY 0x0080 macro
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | info.c | 1915 …cationProtect == PAGE_EXECUTE_WRITECOPY, "mbi.AllocationProtect is 0x%x, expected 0x%x\n", mbi.All… in test_queryvirtualmemory() 1926 …cationProtect == PAGE_EXECUTE_WRITECOPY, "mbi.AllocationProtect is 0x%x, expected 0x%x\n", mbi.All… in test_queryvirtualmemory() 1954 …cationProtect == PAGE_EXECUTE_WRITECOPY, "mbi.AllocationProtect is 0x%x, expected 0x%x\n", mbi.All… in test_queryvirtualmemory() 1964 …cationProtect == PAGE_EXECUTE_WRITECOPY, "mbi.AllocationProtect is 0x%x, expected 0x%x\n", mbi.All… in test_queryvirtualmemory() 1975 …cationProtect == PAGE_EXECUTE_WRITECOPY, "mbi.AllocationProtect is 0x%x, expected 0x%x\n", mbi.All… in test_queryvirtualmemory()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | filemap.c | 88 else if ((flProtect == PAGE_EXECUTE_WRITECOPY) && in CreateFileMappingW()
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 2514 Segment->WriteCopy = (SectionPageProtection & (PAGE_WRITECOPY | PAGE_EXECUTE_WRITECOPY)); in MmCreateDataFileSection() 2955 PAGE_EXECUTE_WRITECOPY, in MmspPageAlignSegments() 2956 PAGE_EXECUTE_WRITECOPY, in MmspPageAlignSegments() 2957 PAGE_EXECUTE_WRITECOPY, in MmspPageAlignSegments() 2958 PAGE_EXECUTE_WRITECOPY in MmspPageAlignSegments() 3396 else if (Protect == PAGE_EXECUTE_WRITECOPY) in MmMapViewOfSegment() 4179 if ((Protect & (PAGE_READONLY|PAGE_WRITECOPY|PAGE_EXECUTE_READ|PAGE_EXECUTE_WRITECOPY)) && in MmMapViewOfSection() 4180 …LY|PAGE_READWRITE|PAGE_WRITECOPY|PAGE_EXECUTE_READ|PAGE_EXECUTE_READWRITE|PAGE_EXECUTE_WRITECOPY))) in MmMapViewOfSection() 4186 … if ((Protect & (PAGE_EXECUTE|PAGE_EXECUTE_READ|PAGE_EXECUTE_READWRITE|PAGE_EXECUTE_WRITECOPY)) && in MmMapViewOfSection() 4187 …alPageProtection & (PAGE_EXECUTE|PAGE_EXECUTE_READ|PAGE_EXECUTE_READWRITE|PAGE_EXECUTE_WRITECOPY))) in MmMapViewOfSection()
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | virtual.c | 2337 (NewAccessProtection & PAGE_EXECUTE_WRITECOPY)) in MiProtectVirtualMemory() 3140 Protection != PAGE_EXECUTE_WRITECOPY) in NtProtectVirtualMemory() 4725 if (Protect & (PAGE_WRITECOPY | PAGE_EXECUTE_WRITECOPY)) in NtAllocateVirtualMemory() 4986 (Protect & (PAGE_WRITECOPY | PAGE_EXECUTE_WRITECOPY | PAGE_NOACCESS | PAGE_GUARD))) in NtAllocateVirtualMemory() 5050 if ((Protect & PAGE_WRITECOPY) || (Protect & PAGE_EXECUTE_WRITECOPY)) in NtAllocateVirtualMemory()
|
H A D | section.c | 101 PAGE_EXECUTE_WRITECOPY, 104 PAGE_EXECUTE_READ | PAGE_EXECUTE_WRITECOPY
|
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | ZwCreateSection.c | 338 …CREATE_SECTION(Section, SECTION_ALL_ACCESS, NULL, MaximumSize, PAGE_EXECUTE_WRITECOPY, SEC_COMMIT,… in SimpleErrorChecks() 389 …CREATE_SECTION(Section, SECTION_ALL_ACCESS, NULL, MaximumSize, PAGE_EXECUTE_WRITECOPY, SEC_COMMIT,… in SimpleErrorChecks()
|
H A D | ZwAllocateVirtualMemory.c | 154 …WITH_FREE(NtCurrentProcess(), Base, 0, RegionSize, MEM_RESERVE, PAGE_EXECUTE_WRITECOPY, STATUS_IN… in SimpleErrorChecks()
|
H A D | ZwMapViewOfSection.c | 215 …entProcess(), &BaseAddress, 0, 0, NULL, &ViewSize, ViewUnmap, 0, PAGE_EXECUTE_WRITECOPY, STATUS_SE… in SimpleErrorChecks()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | nt_native.h | 1309 #define PAGE_EXECUTE_WRITECOPY 0x80 // winnt macro
|
/reactos/dll/win32/kernel32/client/ |
H A D | proc.c | 2090 PAGE_EXECUTE_WRITECOPY) ? FALSE : TRUE; in WriteProcessMemory()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 6135 …{ PAGE_EXECUTE_WRITECOPY, STANDARD_RIGHTS_REQUIRED | SECTION_QUERY | SECTION_MAP_READ | SECTION_MA… in test_filemap_security() 6158 …E_READ || prot_map[i].prot == PAGE_EXECUTE_READWRITE || prot_map[i].prot == PAGE_EXECUTE_WRITECOPY) in test_filemap_security()
|