Home
last modified time | relevance | path

Searched full:dpl (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.14.4/arch/x86/include/asm/
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
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()
Dsegment.h175 * not even in long flat mode, because of different DPL.
/linux-6.14.4/net/iucv/
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-6.14.4/arch/x86/kvm/
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()
Demulate.c1559 u8 dpl, rpl; in __load_segment_descriptor() local
1583 seg_desc.dpl = 3; in __load_segment_descriptor()
1604 * SS.DPL, so fake an expand-up 32-bit data segment. in __load_segment_descriptor()
1609 seg_desc.dpl = cpl; in __load_segment_descriptor()
1633 dpl = seg_desc.dpl; in __load_segment_descriptor()
1639 * selector's RPL != CPL or DPL != CPL in __load_segment_descriptor()
1641 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl) in __load_segment_descriptor()
1667 if (dpl > rpl) in __load_segment_descriptor()
1671 if (dpl != rpl) in __load_segment_descriptor()
1677 if (dpl > cpl) in __load_segment_descriptor()
[all …]
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/
Dprocessor.c56 fprintf(stream, "%*spresent: 0x%.2x dpl: 0x%.2x " in segment_dump()
58 indent, "", segment->present, segment->dpl, in segment_dump()
427 desc->dpl = segp->dpl; in kvm_seg_fill_gdt_64bit()
537 int dpl, unsigned short selector) in set_idt_entry() argument
548 e->dpl = dpl; in set_idt_entry()
/linux-6.14.4/include/xen/interface/hvm/
Dhvm_vcpu.h62 * Bit [5,6]: dpl (descriptor privilege level, bits 45-46).
/linux-6.14.4/drivers/bus/fsl-mc/
Ddpmcp.c20 * the DPL or by calling the dpmcp_create function.
Ddpbp.c20 * the DPL or by calling the dpbp_create function.
Ddpcon.c20 * the DPL or by calling the dpcon_create() function.
/linux-6.14.4/Documentation/devicetree/bindings/display/bridge/
Dfsl,imx8qxp-pixel-link.yaml13 The Freescale i.MX8qm/qxp Display Pixel Link(DPL) forms a standard
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.c18 * the DPL or by calling the dpmac_create function.
Ddprtc.c21 * the DPL or by calling the dprtc_create function.
/linux-6.14.4/drivers/soc/fsl/dpio/
Ddpio.c27 * the DPL or by calling the dpio_create() function.
/linux-6.14.4/drivers/media/i2c/
Dsaa717x.c656 6: DPL left, 7: DPL right
657 8: DPL center, 9: DPL surround
/linux-6.14.4/arch/x86/kernel/
Dtls.c71 * Non-present segments with DPL 3 present an interesting attack in tls_desc_okay()
Didt.c26 .bits.dpl = _dpl, \
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dswitch-driver.rst40 file - DataPath Layout (DPL) - or at runtime using the DPAA2 object APIs
Dethernet-driver.rst163 Datapath Layout Binary file (DPL) that is parsed by MC at boot time; or created
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dfsl-ls1088a-ten64.dts322 label = "dpl";
/linux-6.14.4/drivers/dma/fsl-dpaa2-qdma/
Ddpdmai.c65 * the DPL or by calling the dpdmai_create() function.
/linux-6.14.4/tools/testing/selftests/x86/
Dmov_ss_trap.c207 * INT $1: if #DB has DPL=3 and there isn't special handling, in main()
/linux-6.14.4/fs/jfs/
Djfs_extent.c30 #define DPL(a) \ macro
/linux-6.14.4/drivers/scsi/be2iscsi/
Dbe_main.h628 u8 dpl[16]; member
642 u8 dpl[17]; /* DWORD 2 */ member

12