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

  /src/sys/arch/amd64/include/
segments.h 347 #define GUFS_SEL 16 /* 32-bit Per-thread %fs */
381 (((s) & 0xffff) == GSEL(GUFS_SEL, SEL_UPL))
  /src/sys/arch/i386/include/
segments.h 333 #define GUFS_SEL 21 /* Per-thread %fs */
  /src/sys/arch/amd64/amd64/
machdep.c 448 update_descriptor(&ci->ci_gdt[GUFS_SEL], &pcb->pcb_fs);
455 update_descriptor(&ci->ci_gdt[GUFS_SEL], &zero);
1931 set_mem_segment(GDT_ADDR_MEM(gdtstore, GUFS_SEL), 0,
2321 update_descriptor(&curcpu()->ci_gdt[GUFS_SEL], &zero);
2350 update_descriptor(&curcpu()->ci_gdt[GUFS_SEL], &zero);
2373 update_descriptor(&curcpu()->ci_gdt[GUFS_SEL], &pcb->pcb_fs);
locore.S 1500 movq %rax,(GUFS_SEL*8)(%rcx)
1519 movq %rax,(GUFS_SEL*8)(%rcx)
  /src/sys/arch/x86/x86/
sys_machdep.c 585 update_descriptor(&curcpu()->ci_gdt[GUFS_SEL], &usd);
587 tf->tf_fs = GSEL(GUFS_SEL, SEL_UPL);
  /src/sys/arch/i386/i386/
machdep.c 515 update_descriptor(&ci->ci_gdt[GUFS_SEL],
649 tf->tf_fs = GSEL(GUFS_SEL, SEL_UPL);
867 tf->tf_fs = GSEL(GUFS_SEL, SEL_UPL);
locore.S 1663 movl %eax,(GUFS_SEL*8)(%ecx)
1664 movl %edx,(GUFS_SEL*8+4)(%ecx)

Completed in 19 milliseconds