Searched defs:desc_struct (Results 1 – 1 of 1) sorted by relevance
66 struct desc_struct { struct67 u16 limit0;68 u16 base0;69 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1;70 u16 limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8;