/src/sys/arch/x86/x86/ |
idt.c | 93 int type, int dpl, int sel) 116 xen_idd->flags = dpl; 151 set_idtgate(struct gate_descriptor *idd, void *function, int ist, int type, int dpl, int sel) 153 setgate(idd, function, ist, type, dpl, sel);
|
/src/sys/arch/amd64/stand/prekern/ |
prekern.c | 139 setgate(struct gate_descriptor *gd, void *func, int ist, int type, int dpl, 146 gd->gd_dpl = dpl;
|
/src/sys/arch/amd64/amd64/ |
gdt.c | 108 set_sys_gdt(int slot, void *base, size_t limit, int type, int dpl, int gran) 118 set_sys_segment(&d.sd, base, limit, type, dpl, gran);
|
machdep.c | 1419 int ist, int type, int dpl, int sel) 1432 gd->gd_dpl = dpl; 1472 int type, int dpl, int gran, int def32, int is64) 1477 sd->sd_dpl = dpl; 1489 int type, int dpl, int gran) 1495 sd->sd_dpl = dpl;
|
/src/tests/lib/libi386/ |
t_user_ldt.c | 73 int dpl, int def32, int gran) 82 desc->sd.sd_dpl = dpl & 0x3;
|
/src/sys/arch/i386/i386/ |
gdt.c | 98 setgdt(int slot, const void *base, size_t limit, int type, int dpl, int def32, 108 setsegment(sd, base, limit, type, dpl, def32, gran);
|
machdep.c | 894 setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl, 903 gd->gd_dpl = dpl; 932 int type, int dpl, int def32, int gran) 938 sd->sd_dpl = dpl;
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86.h | 227 uint16_t dpl:2; member in struct:nvmm_x64_state_seg::__anon2a6710440508
|
nvmm_x86_svm.c | 1810 __SHIFTIN(seg->attrib.dpl, SVM_SEG_ATTRIB_DPL) | 1826 seg->attrib.dpl = __SHIFTOUT(vseg->attrib, SVM_SEG_ATTRIB_DPL); 1902 vmcb->state.cpl = state->segs[NVMM_X64_SEG_SS].attrib.dpl; 2039 state->segs[NVMM_X64_SEG_SS].attrib.dpl = vmcb->state.cpl;
|
nvmm_x86_vmx.c | 2503 __SHIFTIN(segs[idx].attrib.dpl, VMX_SEG_ATTRIB_DPL) | 2536 segs[idx].attrib.dpl = __SHIFTOUT(attrib, VMX_SEG_ATTRIB_DPL);
|
/src/tests/lib/libnvmm/ |
h_io_assist.c | 62 seg->attrib.dpl = 0;
|
h_mem_assist.c | 207 seg->attrib.dpl = 0;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
fsl-ls1088a-ten64.dts | 324 label = "dpl";
|