ReactOS 0.4.15-dev-6068-g8061a6f
|
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 |
Definition at line 28 of file procsup.c.
Referenced by MmCreatePeb(), and MmCreateTeb().
Definition at line 1267 of file procsup.c.
Referenced by PspExitProcess(), and PspExitThread().
Definition at line 275 of file procsup.c.
Definition at line 517 of file procsup.c.
Referenced by PspCreateProcess().
BOOLEAN NTAPI MmCreateProcessAddressSpace | ( | IN ULONG | MinWs, |
IN PEPROCESS | Process, | ||
OUT PULONG_PTR | DirectoryTableBase | ||
) |
Definition at line 1165 of file procsup.c.
NTSTATUS NTAPI MmCreateTeb | ( | IN PEPROCESS | Process, |
IN PCLIENT_ID | ClientId, | ||
IN PINITIAL_TEB | InitialTeb, | ||
OUT PTEB * | BaseTeb | ||
) |
Definition at line 757 of file procsup.c.
Referenced by PspCreateThread().
Definition at line 186 of file procsup.c.
Definition at line 1366 of file procsup.c.
Referenced by PspDeleteProcess().
Definition at line 121 of file procsup.c.
Definition at line 476 of file procsup.c.
Referenced by KiUserModeCallout().
Definition at line 388 of file procsup.c.
Referenced by MmGrowKernelStack().
NTSTATUS NTAPI MmInitializeHandBuiltProcess | ( | IN PEPROCESS | Process, |
IN PULONG_PTR | DirectoryTableBase | ||
) |
Definition at line 1131 of file procsup.c.
Referenced by PspCreateProcess().
Definition at line 1157 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 936 of file procsup.c.
Definition at line 486 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 1445 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 1475 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 1455 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 1465 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().