ReactOS 0.4.15-dev-7968-g24a56f8
_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 843 of file ketypes.h.

Member Data Documentation

◆ Backlink

USHORT _KTSS::Backlink

Definition at line 845 of file ketypes.h.

Referenced by KdbpCmdBackTrace().

◆ CR3

ULONG _KTSS::CR3

Definition at line 851 of file ketypes.h.

Referenced by KiTrap02Handler(), and KiTrap08Handler().

◆ Cs

USHORT _KTSS::Cs

Definition at line 864 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ds

USHORT _KTSS::Ds

Definition at line 868 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Eax

ULONG _KTSS::Eax

Definition at line 854 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ebp

ULONG _KTSS::Ebp

Definition at line 859 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ebx

ULONG _KTSS::Ebx

Definition at line 857 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Ecx

ULONG _KTSS::Ecx

Definition at line 855 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Edi

ULONG _KTSS::Edi

Definition at line 861 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Edx

ULONG _KTSS::Edx

Definition at line 856 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ EFlags

ULONG _KTSS::EFlags

Definition at line 853 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Eip

ULONG _KTSS::Eip

Definition at line 852 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Es

USHORT _KTSS::Es

Definition at line 862 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Esi

ULONG _KTSS::Esi

Definition at line 860 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Esp

ULONG _KTSS::Esp

Definition at line 858 of file ketypes.h.

◆ Esp0

ULONG _KTSS::Esp0

Definition at line 847 of file ketypes.h.

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

◆ Flags

USHORT _KTSS::Flags

Definition at line 876 of file ketypes.h.

◆ Fs

USHORT _KTSS::Fs

Definition at line 870 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ Gs

USHORT _KTSS::Gs

Definition at line 872 of file ketypes.h.

Referenced by KiTrap02Handler().

◆ IntDirectionMap

UCHAR _KTSS::IntDirectionMap[IOPM_DIRECTION_MAP_SIZE]

Definition at line 879 of file ketypes.h.

◆ IoMapBase

USHORT _KTSS::IoMapBase

Definition at line 877 of file ketypes.h.

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

◆ IoMaps

KIIO_ACCESS_MAP _KTSS::IoMaps[IOPM_COUNT]

Definition at line 878 of file ketypes.h.

Referenced by Ke386CallBios().

◆ LDT

USHORT _KTSS::LDT

Definition at line 874 of file ketypes.h.

Referenced by KiTrap02Handler(), and KiTrap08Handler().

◆ NotUsed1

ULONG _KTSS::NotUsed1[4]

Definition at line 850 of file ketypes.h.

◆ Reserved0

USHORT _KTSS::Reserved0

Definition at line 846 of file ketypes.h.

◆ Reserved1

USHORT _KTSS::Reserved1

Definition at line 849 of file ketypes.h.

◆ Reserved2

USHORT _KTSS::Reserved2

Definition at line 863 of file ketypes.h.

◆ Reserved3

USHORT _KTSS::Reserved3

Definition at line 865 of file ketypes.h.

◆ Reserved4

USHORT _KTSS::Reserved4

Definition at line 867 of file ketypes.h.

◆ Reserved5

USHORT _KTSS::Reserved5

Definition at line 869 of file ketypes.h.

◆ Reserved6

USHORT _KTSS::Reserved6

Definition at line 871 of file ketypes.h.

◆ Reserved7

USHORT _KTSS::Reserved7

Definition at line 873 of file ketypes.h.

◆ Reserved8

USHORT _KTSS::Reserved8

Definition at line 875 of file ketypes.h.

◆ Ss

USHORT _KTSS::Ss

Definition at line 866 of file ketypes.h.

◆ Ss0

USHORT _KTSS::Ss0

Definition at line 848 of file ketypes.h.

Referenced by KiTrap02Handler().


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