Go to the source code of this file.
#define LDT_empty |
( |
|
info | ) |
|
Value:(\
(
info)->base_addr == 0 && \
(
info)->contents == 0 && \
(
info)->read_exec_only == 1 && \
(
info)->seg_32bit == 0 && \
(
info)->limit_in_pages == 0 && \
(
info)->seg_not_present == 1 && \
Definition at line 6 of file desc.h.