HomeSort by: relevance | last modified time | path
    Searched refs:initgdt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/i386/
machdep.c 252 void initgdt(union descriptor *);
968 * initgdt(tgdt)
1003 initgdt(union descriptor *tgdt) function in typeref:typename:void
1279 * initgdt() has to be done before consinit(), so that %fs is properly
1280 * initialised. initgdt() uses pmap_kenter_pa so it can't be called
1283 initgdt(gdtstore);
1402 * content of the initial GDT, initialized in initgdt, except
1467 * initgdt, plus an updated LDT.
locore.S 1081 * parsing any more because initgdt (called below) needs to make
1117 call _C_LABEL(initgdt)
1182 call _C_LABEL(initgdt)

Completed in 35 milliseconds