Home
last modified time | relevance | path

Searched defs:dpl (Results 1 – 3 of 3) sorted by relevance

/dragonfly/test/nvmm/demo/smallkern/
H A Dmain.c173 setgate(struct gate_descriptor *gd, void *func, int ist, int type, int dpl, in setgate()
193 int type, int dpl, int gran) in set_sys_segment()
207 set_sys_gdt(int slotoff, void *base, size_t limit, int type, int dpl, int gran) in set_sys_gdt()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c1721 setidt_global(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt_global()
1740 setidt(int idx, inthand_t *func, int typ, int dpl, int ist, int cpu) in setidt()
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86.h241 uint16_t dpl:2; member