Symbol: soft_segment_descriptor
sys/amd64/amd64/machdep.c
362
struct soft_segment_descriptor gdt_segs[] = {
sys/amd64/amd64/machdep.c
590
sdtossd(struct user_segment_descriptor *sd, struct soft_segment_descriptor *ssd)
sys/amd64/amd64/machdep.c
604
ssdtosd(struct soft_segment_descriptor *ssd, struct user_segment_descriptor *sd)
sys/amd64/amd64/machdep.c
620
ssdtosyssd(struct soft_segment_descriptor *ssd, struct system_segment_descriptor *sd)
sys/amd64/amd64/sys_machdep.c
528
struct soft_segment_descriptor sldt;
sys/amd64/amd64/trap.c
947
struct soft_segment_descriptor softseg;
sys/amd64/include/segments.h
100
void ssdtosd(struct soft_segment_descriptor *ssdp,
sys/amd64/include/segments.h
102
void ssdtosyssd(struct soft_segment_descriptor *ssdp,
sys/amd64/include/segments.h
93
extern struct soft_segment_descriptor gdt_segs[];
sys/amd64/include/segments.h
99
struct soft_segment_descriptor *ssdp);
sys/i386/i386/bios.c
251
struct soft_segment_descriptor ssd = {
sys/i386/i386/machdep.c
364
struct soft_segment_descriptor gdt_segs[] = {
sys/i386/i386/machdep.c
539
static struct soft_segment_descriptor ldt_segs[] = {
sys/i386/i386/machdep.c
737
sdtossd(struct segment_descriptor *sd, struct soft_segment_descriptor *ssd)
sys/i386/i386/sys_machdep.c
284
struct soft_segment_descriptor ssd = {
sys/i386/i386/trap.c
887
struct soft_segment_descriptor softseg;
sys/i386/i386/vm86.c
427
struct soft_segment_descriptor ssd = {
sys/i386/i386/vm86.c
533
struct soft_segment_descriptor ssd = {
sys/i386/include/segments.h
86
extern struct soft_segment_descriptor gdt_segs[];
sys/i386/include/segments.h
91
struct soft_segment_descriptor *ssdp);
sys/i386/include/segments.h
92
void ssdtosd(struct soft_segment_descriptor *ssdp,