|
ReactOS 0.4.17-dev-684-ga6524ef
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | MODULE_INVOLVED_IN_ARM3 |
Variables | |
| ULONG | MmProcessColorSeed = 0x12345678 |
| ULONG | MmMaximumDeadKernelStacks = 5 |
| SLIST_HEADER | MmDeadStackSListHead |
| ULONG | MmRotatingUniprocessorNumber = 0 |
Definition at line 29 of file procsup.c.
Referenced by MmCreatePeb(), and MmCreateTeb().
Definition at line 1319 of file procsup.c.
Referenced by PspExitProcess(), and PspExitThread().
Definition at line 332 of file procsup.c.
Definition at line 574 of file procsup.c.
Referenced by PspCreateProcess().
| BOOLEAN NTAPI MmCreateProcessAddressSpace | ( | IN ULONG | MinWs, |
| IN PEPROCESS | Process, | ||
| OUT PULONG_PTR | DirectoryTableBase | ||
| ) |
Definition at line 1217 of file procsup.c.
| NTSTATUS NTAPI MmCreateTeb | ( | IN PEPROCESS | Process, |
| IN PCLIENT_ID | ClientId, | ||
| IN PINITIAL_TEB | InitialTeb, | ||
| OUT PTEB * | BaseTeb | ||
| ) |
Definition at line 809 of file procsup.c.
Referenced by PspCreateThread().
Definition at line 243 of file procsup.c.
Definition at line 1413 of file procsup.c.
Referenced by PspDeleteProcess().
Definition at line 170 of file procsup.c.
Definition at line 533 of file procsup.c.
Referenced by KiUserModeCallout().
Definition at line 445 of file procsup.c.
Referenced by MmGrowKernelStack().
| NTSTATUS NTAPI MmInitializeHandBuiltProcess | ( | IN PEPROCESS | Process, |
| IN PULONG_PTR | DirectoryTableBase | ||
| ) |
Definition at line 1183 of file procsup.c.
Referenced by PspCreateProcess().
Definition at line 1209 of file procsup.c.
Referenced by PspCreateProcess().
| NTSTATUS NTAPI MmInitializeProcessAddressSpace | ( | IN PEPROCESS | Process, |
| IN PEPROCESS ProcessClone | OPTIONAL, | ||
| IN PVOID Section | OPTIONAL, | ||
| IN OUT PULONG | Flags, | ||
| IN POBJECT_NAME_INFORMATION *AuditName | OPTIONAL | ||
| ) |
Definition at line 988 of file procsup.c.
Definition at line 543 of file procsup.c.
Referenced by NtSetInformationProcess(), and PspComputeQuantumAndPriority().
| NTSTATUS NTAPI NtAllocateUserPhysicalPages | ( | IN HANDLE | ProcessHandle, |
| IN OUT PULONG_PTR | NumberOfPages, | ||
| IN OUT PULONG_PTR | UserPfnArray | ||
| ) |
Definition at line 1492 of file procsup.c.
Referenced by AllocateUserPhysicalPages().
| NTSTATUS NTAPI NtFreeUserPhysicalPages | ( | IN HANDLE | ProcessHandle, |
| IN OUT PULONG_PTR | NumberOfPages, | ||
| IN OUT PULONG_PTR | UserPfnArray | ||
| ) |
Definition at line 1522 of file procsup.c.
Referenced by FreeUserPhysicalPages().
| NTSTATUS NTAPI NtMapUserPhysicalPages | ( | IN PVOID | VirtualAddresses, |
| IN ULONG_PTR | NumberOfPages, | ||
| IN OUT PULONG_PTR | UserPfnArray | ||
| ) |
Definition at line 1502 of file procsup.c.
Referenced by MapUserPhysicalPages().
| NTSTATUS NTAPI NtMapUserPhysicalPagesScatter | ( | IN PVOID * | VirtualAddresses, |
| IN ULONG_PTR | NumberOfPages, | ||
| IN OUT PULONG_PTR | UserPfnArray | ||
| ) |
Definition at line 1512 of file procsup.c.
Referenced by MapUserPhysicalPagesScatter().
| SLIST_HEADER MmDeadStackSListHead |
Definition at line 22 of file procsup.c.
Referenced by MmArmInitSystem(), MmCreateKernelStack(), and MmDeleteKernelStack().
| ULONG MmMaximumDeadKernelStacks = 5 |
Definition at line 21 of file procsup.c.
Referenced by MmArmInitSystem(), and MmDeleteKernelStack().
| ULONG MmProcessColorSeed = 0x12345678 |
Definition at line 20 of file procsup.c.
Referenced by MmCreateProcessAddressSpace().
| ULONG MmRotatingUniprocessorNumber = 0 |
Definition at line 23 of file procsup.c.
Referenced by MmCreatePeb().