Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
user_desc Struct Reference

#include <ldt.h>

Data Fields

unsigned int entry_number
 
unsigned 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
 

Detailed Description

Definition at line 20 of file ldt.h.

Field Documentation

unsigned int base_addr

Definition at line 22 of file ldt.h.

unsigned int contents

Definition at line 25 of file ldt.h.

unsigned int entry_number

Definition at line 21 of file ldt.h.

unsigned int limit

Definition at line 23 of file ldt.h.

unsigned int limit_in_pages

Definition at line 27 of file ldt.h.

unsigned int read_exec_only

Definition at line 26 of file ldt.h.

unsigned int seg_32bit

Definition at line 24 of file ldt.h.

unsigned int seg_not_present

Definition at line 28 of file ldt.h.

unsigned int useable

Definition at line 29 of file ldt.h.


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