Searched refs:MmUnmapViewOfSection (Results 1 – 10 of 10) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | usrheap.c | 111 MmUnmapViewOfSection(PsGetCurrentProcess(), in _Function_class_() 153 MmUnmapViewOfSection(PsGetCurrentProcess(), in IntUserHeapCreate() 259 Status = MmUnmapViewOfSection(Process, HeapMapping->UserMapping); in UnmapGlobalUserHeap()
|
H A D | desktop.c | 3204 Status = MmUnmapViewOfSection(PsGetCurrentProcess(), in IntUnmapDesktopView() 3278 MmUnmapViewOfSection(PsGetCurrentProcess(), UserBase); in IntMapDesktopView()
|
/reactos/ntoskrnl/lpc/ |
H A D | close.c | 374 MmUnmapViewOfSection(Port->MappingProcess, in LpcpDeletePort() 382 MmUnmapViewOfSection(Port->MappingProcess, in LpcpDeletePort()
|
/reactos/win32ss/gdi/eng/ |
H A D | mapping.c | 85 Status = MmUnmapViewOfSection(PsGetCurrentProcess(), pvBits); in EngUnmapSectionView() 224 Status = MmUnmapViewOfSection(pepProcess, pSection->pvMappedBase); in EngMapSection()
|
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | MmSection.c | 67 Status = MmUnmapViewOfSection(PsGetCurrentProcess(), BaseAddress); \ 81 Status = MmUnmapViewOfSection(PsGetCurrentProcess(), BaseAddress); \
|
H A D | ZwMapViewOfSection.c | 43 Status = MmUnmapViewOfSection(ProcessHandle, BaseAddress); \
|
/reactos/sdk/include/ndk/ |
H A D | mmfuncs.h | 63 MmUnmapViewOfSection(
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | sysldr.c | 209 Status = MmUnmapViewOfSection(Process, Base); in MiLoadImageSection()
|
H A D | section.c | 2750 MmUnmapViewOfSection(IN PEPROCESS Process, in MmUnmapViewOfSection() function
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 831 @ stdcall MmUnmapViewOfSection(ptr ptr)
|