Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Ddesc_defs.h25 #define _DESC_DPL(dpl) ((dpl) << 5) argument
69 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
82 .dpl = ((flags) >> 5) & 0x0003, \
108 u16 base1 : 8, type : 5, dpl : 2, p : 1; member
123 dpl : 2, member
H A Ddesc.h29 desc->dpl = 0x3; in fill_ldt()
82 unsigned dpl, unsigned ist, unsigned seg) in pack_gate() argument
86 gate->bits.dpl = dpl; in pack_gate()
/linux/net/iucv/
H A Diucv.c302 struct iucv_cmd_dpl dpl; member
1284 parm->dpl.ippathid = path->pathid; in iucv_message_reply()
1285 parm->dpl.ipflags1 = flags; in iucv_message_reply()
1286 parm->dpl.ipmsgid = msg->id; in iucv_message_reply()
1287 parm->dpl.iptrgcls = msg->class; in iucv_message_reply()
1288 memcpy(parm->dpl.iprmmsg, reply, min_t(size_t, size, 8)); in iucv_message_reply()
1335 parm->dpl.ippathid = path->pathid; in __iucv_message_send()
1336 parm->dpl.ipflags1 = flags | IUCV_IPNORPY; in __iucv_message_send()
1337 parm->dpl.iptrgcls = msg->class; in __iucv_message_send()
1338 parm->dpl.ipsrccls = srccls; in __iucv_message_send()
[all …]
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c60 indent, "", segment->present, segment->dpl, in segment_dump()
429 desc->dpl = segp->dpl; in kvm_seg_fill_gdt_64bit()
523 int dpl, unsigned short selector) in set_idt_entry() argument
534 e->dpl = dpl; in set_idt_entry()
/linux/arch/x86/kvm/
H A Dsmm.c149 flags |= seg->dpl << 13; in enter_smm_get_segment_flags()
338 cs.dpl = ds.dpl = 0; in enter_smm()
375 desc->dpl = (flags >> 13) & 3; in rsm_set_desc_flags()
H A Demulate.c1558 u8 dpl, rpl; in __load_segment_descriptor() local
1582 seg_desc.dpl = 3; in __load_segment_descriptor()
1608 seg_desc.dpl = cpl; in __load_segment_descriptor()
1632 dpl = seg_desc.dpl; in __load_segment_descriptor()
1640 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl) in __load_segment_descriptor()
1666 if (dpl > rpl) in __load_segment_descriptor()
1670 if (dpl != rpl) in __load_segment_descriptor()
1676 if (dpl > cpl) in __load_segment_descriptor()
1680 if (rpl > cpl || dpl != cpl) in __load_segment_descriptor()
1712 (rpl > dpl || cpl > dpl))) in __load_segment_descriptor()
[all …]
H A Dx86.c8411 desc->dpl = var.dpl; in emulator_get_segment()
8437 var.dpl = desc->dpl; in emulator_set_segment()
/linux/arch/x86/kernel/
H A Didt.c26 .bits.dpl = _dpl, \
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h628 u8 dpl[16]; member
642 u8 dpl[17]; /* DWORD 2 */ member
H A Dbe_main.c1506 u32 dpl; in beiscsi_hdl_get_handle() local
1519 dpl = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe, in beiscsi_hdl_get_handle()
1520 dpl, pdpdu_cqe); in beiscsi_hdl_get_handle()
1526 dpl = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe_v2, in beiscsi_hdl_get_handle()
1527 dpl, pdpdu_cqe); in beiscsi_hdl_get_handle()
1540 phys_addr.u.a32.address_lo -= dpl; in beiscsi_hdl_get_handle()
1597 pasync_handle->buffer_len = dpl; in beiscsi_hdl_get_handle()
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-ten64.dts322 label = "dpl";
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h395 unsigned base1:8, type:4, s:1, dpl:2, p:1; member
1151 uint16_t dpl : 2; member
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h132 __u8 present, dpl, db, s, l, g, avl; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h132 __u8 present, dpl, db, s, l, g, avl; member
/linux/arch/x86/kvm/svm/
H A Dsvm.c1723 var->dpl = (s->attrib >> SVM_SELECTOR_DPL_SHIFT) & 3; in svm_get_segment()
1777 var->dpl = to_svm(vcpu)->vmcb->save.cpl; in svm_get_segment()
1951 s->attrib |= (var->dpl & 3) << SVM_SELECTOR_DPL_SHIFT; in svm_set_segment()
1966 svm->vmcb->save.cpl = (var->dpl & 3); in svm_set_segment()
/linux/arch/x86/xen/
H A Denlighten_pv.c794 info->flags = val->bits.dpl; in cvt_gate_to_trap()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2140 d.dpl = 3; /* Visible to user code */ in setup_getcpu()