/linux-6.14.4/arch/x86/include/asm/ |
D | desc_defs.h | 25 #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
|
D | desc.h | 29 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()
|
D | segment.h | 175 * not even in long flat mode, because of different DPL.
|
/linux-6.14.4/net/iucv/ |
D | iucv.c | 302 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/ |
D | smm.c | 149 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()
|
D | emulate.c | 1559 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/ |
D | processor.c | 56 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/ |
D | hvm_vcpu.h | 62 * Bit [5,6]: dpl (descriptor privilege level, bits 45-46).
|
/linux-6.14.4/drivers/bus/fsl-mc/ |
D | dpmcp.c | 20 * the DPL or by calling the dpmcp_create function.
|
D | dpbp.c | 20 * the DPL or by calling the dpbp_create function.
|
D | dpcon.c | 20 * the DPL or by calling the dpcon_create() function.
|
/linux-6.14.4/Documentation/devicetree/bindings/display/bridge/ |
D | fsl,imx8qxp-pixel-link.yaml | 13 The Freescale i.MX8qm/qxp Display Pixel Link(DPL) forms a standard
|
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa2/ |
D | dpmac.c | 18 * the DPL or by calling the dpmac_create function.
|
D | dprtc.c | 21 * the DPL or by calling the dprtc_create function.
|
/linux-6.14.4/drivers/soc/fsl/dpio/ |
D | dpio.c | 27 * the DPL or by calling the dpio_create() function.
|
/linux-6.14.4/drivers/media/i2c/ |
D | saa717x.c | 656 6: DPL left, 7: DPL right 657 8: DPL center, 9: DPL surround
|
/linux-6.14.4/arch/x86/kernel/ |
D | tls.c | 71 * Non-present segments with DPL 3 present an interesting attack in tls_desc_okay()
|
D | idt.c | 26 .bits.dpl = _dpl, \
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | switch-driver.rst | 40 file - DataPath Layout (DPL) - or at runtime using the DPAA2 object APIs
|
D | ethernet-driver.rst | 163 Datapath Layout Binary file (DPL) that is parsed by MC at boot time; or created
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1088a-ten64.dts | 322 label = "dpl";
|
/linux-6.14.4/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 65 * the DPL or by calling the dpdmai_create() function.
|
/linux-6.14.4/tools/testing/selftests/x86/ |
D | mov_ss_trap.c | 207 * INT $1: if #DB has DPL=3 and there isn't special handling, in main()
|
/linux-6.14.4/fs/jfs/ |
D | jfs_extent.c | 30 #define DPL(a) \ macro
|
/linux-6.14.4/drivers/scsi/be2iscsi/ |
D | be_main.h | 628 u8 dpl[16]; member 642 u8 dpl[17]; /* DWORD 2 */ member
|