ReactOS 0.4.15-dev-5884-gab5aff5
_KTSS Struct Reference

#include <ketypes.h>

Collaboration diagram for _KTSS:

Public Attributes

USHORT Backlink
 
USHORT Reserved0
 
ULONG Esp0
 
USHORT Ss0
 
USHORT Reserved1
 
ULONG NotUsed1 [4]
 
ULONG CR3
 
ULONG Eip
 
ULONG EFlags
 
ULONG Eax
 
ULONG Ecx
 
ULONG Edx
 
ULONG Ebx
 
ULONG Esp
 
ULONG Ebp
 
ULONG Esi
 
ULONG Edi
 
USHORT Es
 
USHORT Reserved2
 
USHORT Cs
 
USHORT Reserved3
 
USHORT Ss
 
USHORT Reserved4
 
USHORT Ds
 
USHORT Reserved5
 
USHORT Fs
 
USHORT Reserved6
 
USHORT Gs
 
USHORT Reserved7
 
USHORT LDT
 
USHORT Reserved8
 
USHORT Flags
 
USHORT IoMapBase
 
KIIO_ACCESS_MAP IoMaps [IOPM_COUNT]
 
UCHAR IntDirectionMap [IOPM_DIRECTION_MAP_SIZE]
 

Detailed Description

Definition at line 790 of file ketypes.h.

Member Data Documentation

◆ Backlink

USHORT _KTSS::Backlink

Definition at line 792 of file ketypes.h.

Referenced by KdbpCmdBackTrace().

◆ CR3

ULONG _KTSS::CR3

Definition at line 798 of file ketypes.h.

Referenced by KiTrap02Handler(), and KiTrap08Handler().

◆ Cs

USHORT _KTSS::Cs

Definition at line 811 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ds

USHORT _KTSS::Ds

Definition at line 815 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Eax

ULONG _KTSS::Eax

Definition at line 801 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ebp

ULONG _KTSS::Ebp

Definition at line 806 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ebx

ULONG _KTSS::Ebx

Definition at line 804 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ecx

ULONG _KTSS::Ecx

Definition at line 802 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Edi

ULONG _KTSS::Edi

Definition at line 808 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Edx

ULONG _KTSS::Edx

Definition at line 803 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ EFlags

ULONG _KTSS::EFlags

Definition at line 800 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Eip

ULONG _KTSS::Eip

Definition at line 799 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Es

USHORT _KTSS::Es

Definition at line 809 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Esi

ULONG _KTSS::Esi

Definition at line 807 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Esp

ULONG _KTSS::Esp

Definition at line 805 of file ketypes.h.

◆ Esp0

ULONG _KTSS::Esp0

Definition at line 794 of file ketypes.h.

Referenced by KiTrap02Handler(), KiUserModeCallout(), and NtCallbackReturn().

◆ Flags

USHORT _KTSS::Flags

Definition at line 823 of file ketypes.h.

◆ Fs

USHORT _KTSS::Fs

Definition at line 817 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Gs

USHORT _KTSS::Gs

Definition at line 819 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ IntDirectionMap

UCHAR _KTSS::IntDirectionMap[IOPM_DIRECTION_MAP_SIZE]

Definition at line 826 of file ketypes.h.

◆ IoMapBase

USHORT _KTSS::IoMapBase

Definition at line 824 of file ketypes.h.

Referenced by Ke386CallBios(), KiTrap02Handler(), and KiTrap08Handler().

◆ IoMaps

KIIO_ACCESS_MAP _KTSS::IoMaps[IOPM_COUNT]

Definition at line 825 of file ketypes.h.

Referenced by Ke386CallBios().

◆ LDT

USHORT _KTSS::LDT

Definition at line 821 of file ketypes.h.

Referenced by KiTrap02Handler(), and KiTrap08Handler().

◆ NotUsed1

ULONG _KTSS::NotUsed1[4]

Definition at line 797 of file ketypes.h.

◆ Reserved0

USHORT _KTSS::Reserved0

Definition at line 793 of file ketypes.h.

◆ Reserved1

USHORT _KTSS::Reserved1

Definition at line 796 of file ketypes.h.

◆ Reserved2

USHORT _KTSS::Reserved2

Definition at line 810 of file ketypes.h.

◆ Reserved3

USHORT _KTSS::Reserved3

Definition at line 812 of file ketypes.h.

◆ Reserved4

USHORT _KTSS::Reserved4

Definition at line 814 of file ketypes.h.

◆ Reserved5

USHORT _KTSS::Reserved5

Definition at line 816 of file ketypes.h.

◆ Reserved6

USHORT _KTSS::Reserved6

Definition at line 818 of file ketypes.h.

◆ Reserved7

USHORT _KTSS::Reserved7

Definition at line 820 of file ketypes.h.

◆ Reserved8

USHORT _KTSS::Reserved8

Definition at line 822 of file ketypes.h.

◆ Ss

USHORT _KTSS::Ss

Definition at line 813 of file ketypes.h.

◆ Ss0

USHORT _KTSS::Ss0

Definition at line 795 of file ketypes.h.

Referenced by KiTrap02Handler().


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