Searched refs:softseg (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 852 struct soft_segment_descriptor softseg; local 861 sdtossd(&gdt[IDXSEL(frame->tf_cs & 0xffff)], &softseg); 888 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type); 890 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_long, softseg.ssd_def32, 891 softseg.ssd_gran);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 884 struct soft_segment_descriptor softseg; local 891 sdtossd(&gdt[IDXSEL(frame->tf_cs & 0xffff)].sd, &softseg); 926 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type); 928 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_def32, 929 softseg.ssd_gran);
|