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

  /src/sys/arch/i386/i386/
machdep.c 251 void init386(paddr_t);
1173 init386(paddr_t first_avail) function in typeref:typename:void
1391 * popped off the stack when init386 returns before start calls
1471 * to work after init386 returns and the initial temporary GDT
locore.S 1124 pushl $0 /* init386() expects a 64 bits paddr_t with PAE */
1131 call _C_LABEL(init386)
1198 subl $KERNBASE,%esi /* init386 wants a physical address */
1200 pushl $0 /* init386() expects a 64 bits paddr_t with PAE */
1203 call _C_LABEL(init386)

Completed in 15 milliseconds