Searched refs:dpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/i386/include/
H A Dmd_var.h69 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
/freebsd-11.0-release/sys/amd64/include/
H A Dmd_var.h59 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_tx.h201 struct sfxge_tx_dpl dpl; /* Deferred packet list. */ member in struct:sfxge_txq
H A Dsfxge_tx.c237 stdp = &txq->dpl;
476 stdp = &txq->dpl;
540 #define SFXGE_TX_QDPL_PENDING(_txq) ((_txq)->dpl.std_put != 0)
572 stdp = &txq->dpl;
617 stdp = &txq->dpl;
691 struct sfxge_tx_dpl *stdp = &txq->dpl;
1808 stdp = &txq->dpl;
1817 "dpl", CTLFLAG_RD, NULL,
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dtask_switch.c315 int cpl, dpl, rpl; local
399 dpl = usd.sd_dpl;
401 if (stackseg && (rpl != cpl || dpl != cpl)) {
408 if ((conforming && (cpl < dpl)) ||
409 (!conforming && (cpl != dpl))) {
425 if (!conforming && (rpl > dpl || cpl > dpl)) {
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgo32-nat.c1262 unsigned dpl:2 __attribute__((packed)); member in struct:seg_descr
1278 unsigned dpl:2 __attribute__((packed)); member in struct:gate_descr
/freebsd-11.0-release/sys/amd64/amd64/
H A Dmachdep.c807 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) argument
817 ip->gd_dpl = dpl;
/freebsd-11.0-release/sys/i386/i386/
H A Dmachdep.c1507 setidt(idx, func, typ, dpl, selec)
1511 int dpl;
1522 ip->gd_dpl = dpl;

Completed in 152 milliseconds