Home
last modified time | relevance | path

Searched refs:dpl (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/arch/i386/stand/libsa/
Dgidt.S149 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
156 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
163 .byte SDT_MEMERAC | 0 | 0x80 # RXAC, dpl = 0, present
170 .byte SDT_MEMRWA | 0 | 0x80 # RWA, dpl = 0, present
/mirbsd/src/sys/arch/i386/include/
Dcpufunc.h150 void setidt(int idx, /*XXX*/caddr_t func, int typ, int dpl);
/mirbsd/src/sys/arch/i386/i386/
Dmachdep.c2497 setgate(gd, func, args, type, dpl, seg) in setgate() argument
2500 int args, type, dpl, seg;
2508 gd->gd_dpl = dpl;
2525 setsegment(sd, base, limit, type, dpl, def32, gran) in setsegment() argument
2529 int type, dpl, def32, gran;
2535 sd->sd_dpl = dpl;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgo32-nat.c1268 unsigned dpl:2 __attribute__((packed)); member
1284 unsigned dpl:2 __attribute__((packed)); member