ssdtosd
ssdtosd(&gdt_segs[x], &gdt[x]);
ssdtosd(&gdt_segs[x], &gdt[x]);
void ssdtosd(struct soft_segment_descriptor *ssdp,
ssdtosd(&ssd, &p_gdt[GBIOSCODE32_SEL].sd);
ssdtosd(&ssd, &p_gdt[GBIOSCODE16_SEL].sd);
ssdtosd(&ssd, &p_gdt[GBIOSDATA_SEL].sd);
ssdtosd(&ssd, &p_gdt[GBIOSUTIL_SEL].sd);
ssdtosd(&ssd, &p_gdt[GBIOSARGS_SEL].sd);
ssdtosd(&gdt_segs[x], &gdt0[x].sd);
ssdtosd(&ldt_segs[x], &ldt[x].sd);
ssdtosd(&gdt_segs[x], &gdt[myid * NGDT + x].sd);
ssdtosd(&ssd, &ext->ext_tssd);
ssdtosd(&gdt_segs[GUSERLDT_SEL], &new_ldt->ldt_sd);
ssdtosd(&ssd, &ext->ext_tssd);
ssdtosd(&ssd, &ext->ext_tssd);
void ssdtosd(struct soft_segment_descriptor *ssdp,