Home
last modified time | relevance | path

Searched refs:sd_type (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h67 unsigned sd_type:5; /* segment type */ member
80 unsigned sd_type:5; /* segment type */ member
/f-stack/freebsd/amd64/include/
H A Dsegments.h54 u_int64_t sd_type:5; /* segment type */ member
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c435 tss_sd->sd_type = SDT_SYSTSS;
701 switch (dp->sd_type) { in amd64_set_ldt()
769 if (dp->sd_type == SDT_SYSNULL) in amd64_set_ldt()
H A Dmachdep.c920 ssd->ssd_type = sd->sd_type;
938 sd->sd_type = ssd->ssd_type;
956 sd->sd_type = ssd->ssd_type;
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c88 sdp->sd_type = SDT_MEMRWA; in fill_based_sd()
613 switch (dp->sd.sd_type) { in i386_set_ldt()
682 if (dp->sd.sd_type == SDT_SYSNULL) in i386_set_ldt()
H A Dvm_machdep.c536 sd.sd_type = SDT_MEMRWA; in cpu_set_user_tls()
H A Dmp_machdep.c272 gdt[myid * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in init_secondary()
H A Dmachdep.c1111 desc.sd.sd_type = SDT_MEMERA; in setup_priv_lcall_gate()
1656 ssd->ssd_type = sd->sd_type;
2494 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; /* clear busy bit */ in init386()
2536 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in machdep_init_trampoline()
2614 desc.sd_type = SDT_MEMERA; in i386_setup_lcall_gate()
/f-stack/freebsd/amd64/ia32/
H A Dia32_syscall.c265 desc.sd_type = SDT_MEMERA; in setup_lcall_gate()
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c439 desc.sd.sd_type = SDT_MEMRO | ((ld.read_exec_only ^ 1) << 1) | in linux_modify_ldt()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1800 tss_sd->sd_type = SDT_SYSTSS; in restore_host_tss()