ReactOS 0.4.15-dev-7924-g5949c20
_KPDR_PAGE Struct Reference
Collaboration diagram for _KPDR_PAGE:

Public Attributes

PAGE_DIRECTORY_ARM PageDir
 
CHAR HyperSpace [233 *PAGE_SIZE]
 
PAGE_TABLE_ARM KernelPageTable [3]
 
CHAR SharedData [PAGE_SIZE]
 
CHAR KernelStack [KERNEL_STACK_SIZE]
 
CHAR PanicStack [KERNEL_STACK_SIZE]
 
CHAR InterruptStack [KERNEL_STACK_SIZE]
 
CHAR InitialProcess [PAGE_SIZE]
 
CHAR InitialThread [PAGE_SIZE]
 
CHAR Prcb [PAGE_SIZE]
 
PAGE_TABLE_ARM PageDirPageTable
 
PAGE_TABLE_ARM VectorPageTable
 
CHAR Pcr [PAGE_SIZE]
 

Detailed Description

Definition at line 57 of file winldr.c.

Member Data Documentation

◆ HyperSpace

CHAR _KPDR_PAGE::HyperSpace[233 *PAGE_SIZE]

Definition at line 60 of file winldr.c.

◆ InitialProcess

CHAR _KPDR_PAGE::InitialProcess[PAGE_SIZE]

Definition at line 66 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ InitialThread

CHAR _KPDR_PAGE::InitialThread[PAGE_SIZE]

Definition at line 67 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ InterruptStack

CHAR _KPDR_PAGE::InterruptStack[KERNEL_STACK_SIZE]

Definition at line 65 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ KernelPageTable

PAGE_TABLE_ARM _KPDR_PAGE::KernelPageTable[3]

Definition at line 61 of file winldr.c.

Referenced by MempAllocatePageTables().

◆ KernelStack

CHAR _KPDR_PAGE::KernelStack[KERNEL_STACK_SIZE]

Definition at line 63 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ PageDir

PAGE_DIRECTORY_ARM _KPDR_PAGE::PageDir

◆ PageDirPageTable

PAGE_TABLE_ARM _KPDR_PAGE::PageDirPageTable

Definition at line 69 of file winldr.c.

Referenced by WinLdrMapSpecialPages().

◆ PanicStack

CHAR _KPDR_PAGE::PanicStack[KERNEL_STACK_SIZE]

Definition at line 64 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ Pcr

CHAR _KPDR_PAGE::Pcr[PAGE_SIZE]

Definition at line 71 of file winldr.c.

◆ Prcb

CHAR _KPDR_PAGE::Prcb[PAGE_SIZE]

Definition at line 68 of file winldr.c.

Referenced by WinLdrSetupForNt().

◆ SharedData

CHAR _KPDR_PAGE::SharedData[PAGE_SIZE]

Definition at line 62 of file winldr.c.

◆ VectorPageTable

PAGE_TABLE_ARM _KPDR_PAGE::VectorPageTable

Definition at line 70 of file winldr.c.

Referenced by WinLdrMapSpecialPages().


The documentation for this struct was generated from the following file: