DMTCP
|
#include <tls-i386.h>
Public Attributes | |
unsigned int | entry_number |
unsigned long int | base_addr |
unsigned int | limit |
unsigned int | seg_32bit:1 |
unsigned int | contents:2 |
unsigned int | read_exec_only:1 |
unsigned int | limit_in_pages:1 |
unsigned int | seg_not_present:1 |
unsigned int | useable:1 |
unsigned int | empty:25 |
Definition at line 82 of file tls-i386.h.
unsigned long int user_desc::base_addr |
Definition at line 85 of file tls-i386.h.
unsigned int user_desc::contents |
Definition at line 88 of file tls-i386.h.
unsigned int user_desc::empty |
Definition at line 93 of file tls-i386.h.
unsigned int user_desc::entry_number |
Definition at line 84 of file tls-i386.h.
unsigned int user_desc::limit |
Definition at line 86 of file tls-i386.h.
unsigned int user_desc::limit_in_pages |
Definition at line 90 of file tls-i386.h.
unsigned int user_desc::read_exec_only |
Definition at line 89 of file tls-i386.h.
unsigned int user_desc::seg_32bit |
Definition at line 87 of file tls-i386.h.
unsigned int user_desc::seg_not_present |
Definition at line 91 of file tls-i386.h.
unsigned int user_desc::useable |
Definition at line 92 of file tls-i386.h.