#include "psp.h"Go to the source code of this file.
Functions | |
| NTSTATUS | PspQueryLdtInformation (IN PEPROCESS Process, OUT PVOID LdtInformation, IN ULONG LdtInformationLength, OUT PULONG ReturnLength) |
| NTSTATUS | PspSetLdtSize (IN PEPROCESS Process, IN PVOID LdtSize, IN ULONG LdtSizeLength) |
| NTSTATUS | PspSetLdtInformation (IN PEPROCESS Process, IN PVOID LdtInformation, IN ULONG LdtInformationLength) |
| NTSTATUS | PspQueryDescriptorThread (PETHREAD Thread, PVOID ThreadInformation, ULONG ThreadInformationLength, PULONG ReturnLength) |
| VOID | PspDeleteLdt (IN PEPROCESS Process) |
| NTSTATUS | NtSetLdtEntries (IN ULONG Selector0, IN ULONG Entry0Low, IN ULONG Entry0Hi, IN ULONG Selector1, IN ULONG Entry1Low, IN ULONG Entry1High) |
|
||||||||||||||||||||||||||||
|
Definition at line 161 of file ppc/psldt.c.
|
|
|
Definition at line 140 of file ppc/psldt.c. Referenced by PspProcessDelete().
|
|
||||||||||||||||||||
|
Definition at line 112 of file ppc/psldt.c. Referenced by NtQueryInformationThread().
|
|
||||||||||||||||||||
|
Definition at line 25 of file ppc/psldt.c. Referenced by NtQueryInformationProcess().
|
|
||||||||||||||||
|
Definition at line 81 of file ppc/psldt.c. Referenced by NtSetInformationProcess().
|
|
||||||||||||||||
|
Definition at line 53 of file ppc/psldt.c. Referenced by NtSetInformationProcess().
|
1.3.7