Home
last modified time | relevance | path

Searched refs:softseg (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/amd64/amd64/
Dtrap.c813 struct soft_segment_descriptor softseg; local
819 &softseg);
852 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type);
854 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_long, softseg.ssd_def32,
855 softseg.ssd_gran);
/freebsd-9-stable/sys/i386/i386/
Dtrap.c969 struct soft_segment_descriptor softseg; local
974 sdtossd(&gdt[IDXSEL(frame->tf_cs & 0xffff)].sd, &softseg);
1007 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type);
1009 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_def32,
1010 softseg.ssd_gran);