Xen Test Framework
Data Structures | Macros | Functions
x86-tss.h File Reference

x86 Task State Segment infrastructure. More...

#include <xtf/types.h>
#include <xtf/compiler.h>
+ Include dependency graph for x86-tss.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  x86_tss32
 
struct  x86_tss64
 

Macros

#define X86_TSS_INVALID_IO_BITMAP   0x8000
 

Functions

void dump_x86_tss32 (const struct x86_tss32 *t)
 
void dump_x86_tss64 (const struct x86_tss64 *t)
 

Detailed Description

x86 Task State Segment infrastructure.

Definition in file x86-tss.h.

Macro Definition Documentation

◆ X86_TSS_INVALID_IO_BITMAP

#define X86_TSS_INVALID_IO_BITMAP   0x8000

Definition at line 66 of file x86-tss.h.

Function Documentation

◆ dump_x86_tss32()

void dump_x86_tss32 ( const struct x86_tss32 t)

Definition at line 10 of file x86-tss.c.

+ Here is the call graph for this function:

◆ dump_x86_tss64()

void dump_x86_tss64 ( const struct x86_tss64 t)

Definition at line 43 of file x86-tss.c.

+ Here is the call graph for this function: