Searched defs:l_descriptor (Results 1 – 1 of 1) sorted by relevance
81 struct l_descriptor { struct82 l_uint entry_number;83 l_ulong base_addr;84 l_uint limit;85 l_uint seg_32bit:1;86 l_uint contents:2;87 l_uint read_exec_only:1;88 l_uint limit_in_pages:1;89 l_uint seg_not_present:1;90 l_uint useable:1;