dpl                32 mmu.h            uint dpl : 2;        // Descriptor Privilege Level
dpl                43 mmu.h          #define SEG(type, base, lim, dpl) (struct segdesc)    \
dpl                45 mmu.h            ((uint)(base) >> 16) & 0xff, type, 1, dpl, 1,       \
dpl                47 mmu.h          #define SEG16(type, base, lim, dpl) (struct segdesc)  \
dpl                49 mmu.h            ((uint)(base) >> 16) & 0xff, type, 1, dpl, 1,       \
dpl               155 mmu.h            uint dpl : 2;         // descriptor(meaning new) privilege level
dpl               176 mmu.h            (gate).dpl = (d);                                       \