Searched defs:segment_descriptor64 (Results 1 – 1 of 1) sorted by relevance
135 struct segment_descriptor64 { struct136 unsigned int limit_lo : 16;137 unsigned int baseaddr_lo : 24;138 unsigned int flags_lo : 8;139 unsigned int limit_hi : 4;140 unsigned int flags_hi : 4;141 uint64_t baseaddr_hi : 40;142 uint32_t reserved;