ReactOS 0.4.15-dev-7998-gdb93cb1
_AP_ENTRY_DATA Struct Reference
Collaboration diagram for _AP_ENTRY_DATA:

Public Attributes

UINT32 Jump32Offset
 
ULONG Jump32Segment
 
PVOID SelfPtr
 
ULONG PageTableRoot
 
PKPROCESSOR_STATE ProcessorState
 
KDESCRIPTOR Gdtr
 
KDESCRIPTOR Idtr
 

Detailed Description

Definition at line 39 of file spinup.c.

Member Data Documentation

◆ Gdtr

KDESCRIPTOR _AP_ENTRY_DATA::Gdtr

Definition at line 46 of file spinup.c.

Referenced by HalStartNextProcessor().

◆ Idtr

KDESCRIPTOR _AP_ENTRY_DATA::Idtr

Definition at line 47 of file spinup.c.

◆ Jump32Offset

UINT32 _AP_ENTRY_DATA::Jump32Offset

Definition at line 41 of file spinup.c.

Referenced by HalStartNextProcessor().

◆ Jump32Segment

ULONG _AP_ENTRY_DATA::Jump32Segment

Definition at line 42 of file spinup.c.

◆ PageTableRoot

ULONG _AP_ENTRY_DATA::PageTableRoot

Definition at line 44 of file spinup.c.

◆ ProcessorState

PKPROCESSOR_STATE _AP_ENTRY_DATA::ProcessorState

Definition at line 45 of file spinup.c.

◆ SelfPtr

PVOID _AP_ENTRY_DATA::SelfPtr

Definition at line 43 of file spinup.c.


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