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

Go to the source code of this file.

Macros

#define LDT_empty(info)
 

Macro Definition Documentation

#define LDT_empty (   info)
Value:
(\
(info)->base_addr == 0 && \
(info)->limit == 0 && \
(info)->contents == 0 && \
(info)->read_exec_only == 1 && \
(info)->seg_32bit == 0 && \
(info)->limit_in_pages == 0 && \
(info)->seg_not_present == 1 && \
(info)->useable == 0 )

Definition at line 6 of file desc.h.