HomeSort by: relevance | last modified time | path
    Searched defs:old_gdt (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amd64/amd64/
gdt.c 135 char *old_gdt; local in function:gdt_init
142 old_gdt = gdtstore;
167 memcpy(gdtstore, old_gdt, DYNSEL_START);
gdt.c 135 char *old_gdt; local in function:gdt_init
142 old_gdt = gdtstore;
167 memcpy(gdtstore, old_gdt, DYNSEL_START);
gdt.c 135 char *old_gdt; local in function:gdt_init
142 old_gdt = gdtstore;
167 memcpy(gdtstore, old_gdt, DYNSEL_START);
  /src/sys/arch/i386/i386/
gdt.c 146 union descriptor *old_gdt; local in function:gdt_init
155 old_gdt = gdtstore;
172 memcpy(gdtstore, old_gdt, NGDT * sizeof(gdtstore[0]));
gdt.c 146 union descriptor *old_gdt; local in function:gdt_init
155 old_gdt = gdtstore;
172 memcpy(gdtstore, old_gdt, NGDT * sizeof(gdtstore[0]));
gdt.c 146 union descriptor *old_gdt; local in function:gdt_init
155 old_gdt = gdtstore;
172 memcpy(gdtstore, old_gdt, NGDT * sizeof(gdtstore[0]));

Completed in 34 milliseconds