Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
tboot.h File Reference

Go to the source code of this file.

Macros

#define tboot_enabled()   0
 
#define tboot_probe()   do { } while (0)
 
#define tboot_shutdown(shutdown_type)   do { } while (0)
 
#define tboot_sleep(sleep_state, pm1a_control, pm1b_control)   do { } while (0)
 
#define tboot_get_dmar_table(dmar_tbl)   (dmar_tbl)
 
#define tboot_force_iommu()   0
 

Enumerations

enum  {
  TB_SHUTDOWN_REBOOT = 0, TB_SHUTDOWN_S5, TB_SHUTDOWN_S4, TB_SHUTDOWN_S3,
  TB_SHUTDOWN_HALT, TB_SHUTDOWN_WFS
}
 

Macro Definition Documentation

#define tboot_enabled ( )    0

Definition at line 152 of file tboot.h.

#define tboot_force_iommu (   void)    0

Definition at line 158 of file tboot.h.

#define tboot_get_dmar_table (   dmar_tbl)    (dmar_tbl)

Definition at line 157 of file tboot.h.

#define tboot_probe (   void)    do { } while (0)

Definition at line 153 of file tboot.h.

#define tboot_shutdown (   shutdown_type)    do { } while (0)

Definition at line 154 of file tboot.h.

#define tboot_sleep (   sleep_state,
  pm1a_control,
  pm1b_control 
)    do { } while (0)

Definition at line 155 of file tboot.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
TB_SHUTDOWN_REBOOT 
TB_SHUTDOWN_S5 
TB_SHUTDOWN_S4 
TB_SHUTDOWN_S3 
TB_SHUTDOWN_HALT 
TB_SHUTDOWN_WFS 

Definition at line 27 of file tboot.h.