ReactOS 0.4.16-dev-734-g364d6e0
|
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 1263 of file procsup.c.
Referenced by PspExitProcess(), and PspExitThread().
Definition at line 276 of file procsup.c.
Definition at line 518 of file procsup.c.
Referenced by PspCreateProcess().
BOOLEAN NTAPI MmCreateProcessAddressSpace | ( | IN ULONG | MinWs, |
IN PEPROCESS | Process, | ||
OUT PULONG_PTR | DirectoryTableBase | ||
) |
Definition at line 1161 of file procsup.c.
NTSTATUS NTAPI MmCreateTeb | ( | IN PEPROCESS | Process, |
IN PCLIENT_ID | ClientId, | ||
IN PINITIAL_TEB | InitialTeb, | ||
OUT PTEB * | BaseTeb | ||
) |
Definition at line 753 of file procsup.c.
Referenced by PspCreateThread().
Definition at line 187 of file procsup.c.
Definition at line 1362 of file procsup.c.
Referenced by PspDeleteProcess().
Definition at line 122 of file procsup.c.
Definition at line 477 of file procsup.c.
Referenced by KiUserModeCallout().
Definition at line 389 of file procsup.c.
Referenced by MmGrowKernelStack().
NTSTATUS NTAPI MmInitializeHandBuiltProcess | ( | IN PEPROCESS | Process, |
IN PULONG_PTR | DirectoryTableBase | ||
) |
Definition at line 1127 of file procsup.c.
Referenced by PspCreateProcess().
Definition at line 1153 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 932 of file procsup.c.
Definition at line 487 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 1441 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 1471 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 1451 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 1461 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().