Home
last modified time | relevance | path

Searched refs:SDP_OP32 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c483 SDP_PAGES, SDP_OP32); in init_gdt_common()
496 SEL_KPL, SDP_PAGES, SDP_OP32); in init_gdt_common()
503 SDP_PAGES, SDP_OP32); in init_gdt_common()
509 SEL_UPL, SDP_PAGES, SDP_OP32); in init_gdt_common()
528 SDP_PAGES, SDP_OP32); in init_gdt_common()
551 SEL_UPL, SDP_PAGES, SDP_OP32); in init_gdt_common()
553 SEL_UPL, SDP_PAGES, SDP_OP32); in init_gdt_common()
561 SEL_UPL, SDP_PAGES, SDP_OP32); in init_gdt_common()
569 SDP_BYTES, SDP_OP32); in init_gdt_common()
571 SDP_PAGES, SDP_OP32); in init_gdt_common()
[all …]
/titanic_41/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c89 SDT_MEMRWA, SEL_UPL, SDP_BYTES, SDP_OP32); in lwp_setprivate()
93 SDT_MEMRWA, SEL_UPL, SDP_PAGES, SDP_OP32); in lwp_setprivate()
104 SDT_MEMRWA, SEL_UPL, SDP_BYTES, SDP_OP32); in lwp_setprivate()
108 SDT_MEMRWA, SEL_UPL, SDP_PAGES, SDP_OP32); in lwp_setprivate()
131 SDT_MEMRWA, SEL_UPL, SDP_PAGES, SDP_OP32); in lwp_setprivate()
139 SDT_MEMRWA, SEL_UPL, SDP_PAGES, SDP_OP32); in lwp_setprivate()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmach_kdi.c193 cpu, sizeof (*cpu), SDT_MEMRWA, SEL_KPL, SDP_BYTES, SDP_OP32); in boot_kdi_tmpinit()
H A Dmp_startup.c256 SDT_MEMRODA, SEL_UPL, SDP_BYTES, SDP_OP32); in init_cpu_id_gdt()
259 SEL_UPL, SDP_BYTES, SDP_OP32); in init_cpu_id_gdt()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c242 cpu, sizeof (*cpu), SDT_MEMRWA, SEL_KPL, SDP_BYTES, SDP_OP32); in boot_kdi_tmpinit()
/titanic_41/usr/src/uts/intel/sys/
H A Dsegments.h432 #define SDP_OP32 1 /* code and data default operand = 32 bits */ macro