Searched defs:segment_descriptor64 (Results 1 – 1 of 1) sorted by relevance
145 struct segment_descriptor64 { struct146 unsigned int limit_lo : 16;147 unsigned int baseaddr_lo : 24;148 unsigned int flags_lo : 8;149 unsigned int limit_hi : 4;150 unsigned int flags_hi : 4;151 uint64_t baseaddr_hi : 40;152 uint32_t reserved;