dpl 58 mmu.h uint dpl : 2; // Descriptor Privilege Level dpl 69 mmu.h #define SEG(type, base, lim, dpl) (struct segdesc) \ dpl 71 mmu.h ((uint)(base) >> 16) & 0xff, type, 1, dpl, 1, \ dpl 73 mmu.h #define SEG16(type, base, lim, dpl) (struct segdesc) \ dpl 75 mmu.h ((uint)(base) >> 16) & 0xff, type, 1, dpl, 1, \ dpl 200 mmu.h uint dpl : 2; // descriptor(meaning new) privilege level dpl 221 mmu.h (gate).dpl = (d); \