Home
last modified time | relevance | path

Searched defs:desc_struct (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc_defs.h66 struct desc_struct { struct
67 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;