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

  /src/sys/arch/amd64/amd64/
gdt.c 224 gdt_get_slot(void) function in typeref:typename:int
236 panic("gdt_get_slot: out of memory");
259 slot = gdt_get_slot();
292 slot = gdt_get_slot();
gdt.c 224 gdt_get_slot(void) function in typeref:typename:int
236 panic("gdt_get_slot: out of memory");
259 slot = gdt_get_slot();
292 slot = gdt_get_slot();
  /src/sys/arch/i386/i386/
gdt.c 72 static int gdt_get_slot(void);
255 gdt_get_slot(void) function in typeref:typename:int
267 panic("gdt_get_slot: out of memory");
287 slot = gdt_get_slot();
316 slot = gdt_get_slot();
gdt.c 72 static int gdt_get_slot(void);
255 gdt_get_slot(void) function in typeref:typename:int
267 panic("gdt_get_slot: out of memory");
287 slot = gdt_get_slot();
316 slot = gdt_get_slot();

Completed in 27 milliseconds