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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddesc_defs.h24 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member in struct:desc_struct::__anon10520::__anon10522
47 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct64
67 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc64
H A Ddesc.h19 desc->dpl = 0x3;
49 unsigned dpl, unsigned ist, unsigned seg)
55 gate->dpl = dpl;
65 unsigned long base, unsigned dpl, unsigned flags,
70 (((0x80 | type | (dpl << 5)) & 0xff) << 8);
313 unsigned dpl, unsigned ist, unsigned seg)
316 pack_gate(&s, type, (unsigned long)addr, dpl, ist, seg);
48 pack_gate(gate_desc *gate, unsigned type, unsigned long func, unsigned dpl, unsigned ist, unsigned seg) argument
64 pack_gate(gate_desc *gate, unsigned char type, unsigned long base, unsigned dpl, unsigned flags, unsigned short seg) argument
312 _set_gate(int gate, unsigned type, void *addr, unsigned dpl, unsigned ist, unsigned seg) argument
H A Dkvm.h110 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A DMakefile.am6 dpl.conf
H A Ddpl.conf1 pcm.!dpl {
H A DMakefile.in218 dpl.conf
H A DMakefile218 dpl.conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c301 struct iucv_cmd_dpl dpl; member in union:iucv_param
1283 parm->dpl.ippathid = path->pathid;
1284 parm->dpl.ipflags1 = flags;
1285 parm->dpl.ipmsgid = msg->id;
1286 parm->dpl.iptrgcls = msg->class;
1287 memcpy(parm->dpl.iprmmsg, reply, min_t(size_t, size, 8));
1334 parm->dpl.ippathid = path->pathid;
1335 parm->dpl.ipflags1 = flags | IUCV_IPNORPY;
1336 parm->dpl.iptrgcls = msg->class;
1337 parm->dpl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S229 push dpl
434 add a, dpl
435 mov dpl, a
517 pop dpl
533 mov dpl, a
579 push dpl
598 pop dpl
604 push dpl
657 pop dpl
750 mov dpl, tx_ring_ou
[all...]
H A Dxircom_pgs.S267 push dpl
472 add a, dpl
473 mov dpl, a
555 pop dpl
571 mov dpl, a
618 push dpl
648 pop dpl
654 push dpl
718 pop dpl
811 mov dpl, tx_ring_ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_core_defs.h197 unsigned int dpl : 2; member in struct:__anon9041
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dbif_core_defs.h197 unsigned int dpl : 2; member in struct:__anon8174
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1463 u8 dpl, rpl, cpl; local
1511 dpl = seg_desc.dpl;
1520 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl)
1529 if (dpl > cpl)
1533 if (rpl > cpl || dpl != cpl)
1555 (rpl > dpl && cpl > dpl)))
1923 cs->dpl = 0; /* will be adjusted later */
1933 ss->dpl
[all...]
H A Dvmx.c1645 u32 dpl = (vmcs_read16(sf->selector) & SELECTOR_RPL_MASK) local
1647 vmcs_write32(sf->ar_bytes, 0x93 | dpl);
2015 var->dpl = (ar >> 5) & 3;
2044 ar |= (var->dpl & 3) << 5;
2166 if (cs.dpl > cs_rpl)
2169 if (cs.dpl != cs_rpl)
2193 if (ss.dpl != ss_rpl) /* DPL != RPL */
2216 if (var.dpl < rpl) /* DPL < RPL */
H A Dx86.c3811 desc->dpl = var.dpl;
3835 var.dpl = desc->dpl;
H A Dsvm.c211 unsigned base1:8, type:5, dpl:2, p:1; member in struct:kvm_ldttss_desc
1058 var->dpl = (s->attrib >> SVM_SELECTOR_DPL_SHIFT) & 3;
1281 s->attrib |= (var->dpl & 3) << SVM_SELECTOR_DPL_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.h573 u8 dpl[16]; member in struct:amap_i_t_dpdu_cqe
H A Dbe_main.c1407 ((pdpdu_cqe->dw[offsetof(struct amap_i_t_dpdu_cqe, dpl) / 32]
1463 dw[offsetof(struct amap_i_t_dpdu_cqe, dpl) / 32]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c538 info->flags = val->dpl;

Completed in 293 milliseconds