Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Ddesc_defs.h16 struct desc_struct { struct
17 u16 limit0;
18 u16 base0;
19 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1;
20 u16 limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8;