Home
last modified time | relevance | path

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

/original-bsd/sys/i386/i386/
H A Dmachdep.c843 struct gate_descriptor *gdp; in init386() local
933 gdp = &ldt[LSYS5CALLS_SEL].gd; in init386()
936 gdp->gd_looffset = x++; in init386()
937 gdp->gd_selector = GSEL(GCODE_SEL,SEL_KPL); in init386()
938 gdp->gd_stkcpy = 0; in init386()
939 gdp->gd_type = SDT_SYS386CGT; in init386()
940 gdp->gd_dpl = SEL_UPL; in init386()
941 gdp->gd_p = 1; in init386()
942 gdp->gd_hioffset = ((int) &IDTVEC(syscall)) >>16; in init386()