Searched defs:desc_struct (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | desc_defs.h | 16 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;
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | desc_defs.h | 16 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;
|