Xen Test Framework
Macros | Functions | Variables
main.c File Reference

Long Mode #TS exception More...

#include <xtf.h>
+ Include dependency graph for main.c:

Go to the source code of this file.

Macros

#define COND(_32, _64)   _64
 

Functions

static bool check_ts (struct cpu_regs *regs, const struct extable_entry *ex)
 
static void user (void)
 
void test_main (void)
 To be implemented by each test, as its entry point. More...
 

Variables

const char test_title [] = "Test Long Mode #TS"
 The title of the test. More...
 

Detailed Description

Long Mode #TS exception

Definition in file main.c.

Macro Definition Documentation

◆ COND

#define COND (   _32,
  _64 
)    _64

Definition at line 25 of file main.c.

Function Documentation

◆ check_ts()

static bool check_ts ( struct cpu_regs *  regs,
const struct extable_entry ex 
)
static

Definition at line 28 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ user()

static void user ( void  )
static

Definition at line 43 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ test_main()

void test_main ( void  )

To be implemented by each test, as its entry point.

Definition at line 53 of file main.c.

+ Here is the call graph for this function:

Variable Documentation

◆ test_title

const char test_title[] = "Test Long Mode #TS"

The title of the test.

Definition at line 20 of file main.c.