dpl               105 arch/i386/i386/gdt.c setgdt(int sel, void *base, size_t limit, int type, int dpl, int def32,
dpl               114 arch/i386/i386/gdt.c 	setsegment(sd, base, limit, type, dpl, def32, gran);
dpl              2693 arch/i386/i386/machdep.c setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl,
dpl              2702 arch/i386/i386/machdep.c 	gd->gd_dpl = dpl;
dpl              2730 arch/i386/i386/machdep.c     int dpl, int def32, int gran)
dpl              2736 arch/i386/i386/machdep.c 	sd->sd_dpl = dpl;
dpl               186 arch/i386/include/cpufunc.h void	setidt(int idx, /*XXX*/caddr_t func, int typ, int dpl);