Home
last modified time | relevance | path

Searched refs:SDT_SYS386TGT (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dsegments.h152 #define SDT_SYS386TGT 15 /* system 386 trap gate */ macro
182 (s->d_type) < SDT_SYS386TGT)
/openbsd/sys/arch/amd64/include/
H A Dsegments.h188 #define SDT_SYS386TGT 15 /* system 386 trap gate */ macro
218 (s->d_type) < SDT_SYS386TGT)
/openbsd/sys/arch/amd64/stand/etc/
H A Dgenassym.cf20 export SDT_SYS386TGT
/openbsd/sys/arch/i386/stand/etc/
H A Dgenassym.cf20 export SDT_SYS386TGT
/openbsd/sys/arch/amd64/stand/libsa/
H A Dgidt.S170 movw $((0x80|SDT_SYS386TGT) << 8), 4(%ebx)
/openbsd/sys/arch/i386/stand/libsa/
H A Dgidt.S171 movw $((0x80|SDT_SYS386TGT) << 8), 4(%ebx)
/openbsd/sys/arch/i386/isa/
H A Dnpx.c293 setgate(&idt[16], probetrap, 0, SDT_SYS386TGT, SEL_KPL, GCODE_SEL); in npxprobe()
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c7853 case SDT_SYS386TGT: DPRINTF("trap gate\n"); break; in vmm_segment_desc_decode()