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

  /src/sys/arch/x86/include/
cpu.h 89 struct cpu_tss { struct
192 struct cpu_tss *ci_tss; /* Per-cpu TSSes; shared among LWPs */
  /src/sys/arch/x86/x86/
sys_machdep.c 458 CTASSERT(offsetof(struct cpu_tss, iomap) -
459 offsetof(struct cpu_tss, tss) == IOMAP_VALIDOFF);
  /src/sys/arch/i386/i386/
machdep.c 605 struct cpu_tss *cputss;
607 cputss = (struct cpu_tss *)uvm_km_alloc(kernel_map,
608 sizeof(struct cpu_tss), 0, UVM_KMF_WIRED|UVM_KMF_ZERO);
  /src/sys/arch/amd64/amd64/
machdep.c 507 struct cpu_tss *cputss;
512 cputss = (struct cpu_tss *)&pcpuarea->ent[cid].tss;
514 cputss = (struct cpu_tss *)uvm_km_alloc(kernel_map,
515 sizeof(struct cpu_tss), 0, UVM_KMF_WIRED|UVM_KMF_ZERO);

Completed in 15 milliseconds