Searched refs:MmSetPageProtect (Results 1 – 9 of 9) sorted by relevance
/reactos/ntoskrnl/mm/arm/ |
H A D | page.c | 267 MmSetPageProtect(IN PEPROCESS Process, in MmSetPageProtect() function
|
H A D | stubs.c | 632 MmSetPageProtect(IN PEPROCESS Process, in MmSetPageProtect() function
|
/reactos/ntoskrnl/kdbg/ |
H A D | kdb.c | 184 MmSetPageProtect(Process, (PVOID)PAGE_ROUND_DOWN(Address), in KdbpOverwriteInstruction() 196 MmSetPageProtect(Process, (PVOID)PAGE_ROUND_DOWN(Address), Protect); in KdbpOverwriteInstruction() 215 MmSetPageProtect(Process, (PVOID)PAGE_ROUND_DOWN(Address), Protect); in KdbpOverwriteInstruction()
|
/reactos/ntoskrnl/cache/section/ |
H A D | data.c | 230 MmSetPageProtect(MmGetAddressSpaceOwner(AddressSpace), in _MiFlushMappedSection()
|
H A D | fault.c | 384 MmSetPageProtect(Process, PAddress, PAGE_READWRITE); in MiCowCacheSectionPage()
|
/reactos/ntoskrnl/mm/i386/ |
H A D | page.c | 833 MmSetPageProtect(PEPROCESS Process, PVOID Address, ULONG flProtect) in MmSetPageProtect() function
|
H A D | pagepae.c | 1424 MmSetPageProtect(PEPROCESS Process, PVOID Address, ULONG flProtect) in MmSetPageProtect() function
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 1526 MmSetPageProtect(Process, Address, in MmAlterViewAttributes() 1971 MmSetPageProtect(Process, Address, Region->Protect); in MmAccessFaultSectionView() 2011 MmSetPageProtect(Process, PAddress, NewProtect); in MmAccessFaultSectionView()
|
/reactos/ntoskrnl/include/internal/ |
H A D | mm.h | 1161 MmSetPageProtect(
|