Searched refs:sd_type (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Dtask_switch.c133 seg_desc.access = usd->sd_type | usd->sd_dpl << 5 | usd->sd_p << 7;
281 code_desc(int sd_type) argument
284 return ((sd_type & 0x18) == 0x18);
288 stack_desc(int sd_type) argument
291 return ((sd_type & 0x1A) == 0x12);
295 data_desc(int sd_type) argument
298 return ((sd_type & 0x18) == 0x10 || (sd_type & 0x1A) == 0x1A);
302 ldt_desc(int sd_type) argument
305 return (sd_type
[all...]
/freebsd-12-stable/sys/amd64/include/
H A Dsegments.h54 u_int64_t sd_type:5; /* segment type */ member in struct:system_segment_descriptor
/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Dtrap.c192 tss_desc->sd_type = SDT_SYSTSS;
250 if (gdt_desc->sd_type == 0 && gdt_desc->sd_mbz == 0) {
294 if (tss_desc->sd_type != SDT_SYSTSS &&
295 tss_desc->sd_type != SDT_SYSBSY) {
302 tss_desc->sd_type = SDT_SYSTSS; /* unbusy */
/freebsd-12-stable/sys/x86/include/
H A Dsegments.h61 * For long-mode apps, %cs only has the conforming bit in sd_type, the sd_dpl,
67 unsigned sd_type:5; /* segment type */ member in struct:segment_descriptor
80 unsigned sd_type:5; /* segment type */ member in struct:user_segment_descriptor
/freebsd-12-stable/lib/libvmmapi/
H A Dvmmapi_freebsd.c61 { .sd_lolimit = 0xffff, .sd_type = SDT_MEMER, /* CODE */
63 { .sd_lolimit = 0xffff, .sd_type = SDT_MEMRW, /* DATA */
66 .sd_type = SDT_SYS386TSS, .sd_p = 1 }
/freebsd-12-stable/sys/i386/i386/
H A Dsys_machdep.c88 sdp->sd_type = SDT_MEMRWA;
613 switch (dp->sd.sd_type) {
682 if (dp->sd.sd_type == SDT_SYSNULL)
H A Dmp_machdep.c272 gdt[myid * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS;
H A Dvm_machdep.c552 sd.sd_type = SDT_MEMRWA;
H A Dmachdep.c1124 desc.sd.sd_type = SDT_MEMERA;
1677 ssd->ssd_type = sd->sd_type;
2511 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; /* clear busy bit */
2557 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS;
2639 desc.sd_type = SDT_MEMERA;
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_syscall.c269 desc.sd_type = SDT_MEMERA;
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c155 if (sd.sd_type != SDT_SYS386BSY) {
/freebsd-12-stable/sys/amd64/amd64/
H A Dsys_machdep.c436 tss_sd->sd_type = SDT_SYSTSS;
702 switch (dp->sd_type) {
770 if (dp->sd_type == SDT_SYSNULL)
H A Dmachdep.c939 ssd->ssd_type = sd->sd_type;
957 sd->sd_type = ssd->ssd_type;
975 sd->sd_type = ssd->ssd_type;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.h312 u_int8_t sd_type; member in struct:lun_info::scsi_low_inq_data
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_machdep.c436 desc.sd.sd_type = SDT_MEMRO | ((ld.read_exec_only ^ 1) << 1) |
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c869 type = desc->sd_type;
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c1779 tss_sd->sd_type = SDT_SYSTSS;

Completed in 281 milliseconds