Home
last modified time | relevance | path

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

/src/sys/i386/i386/
H A Dtrap.c887 struct soft_segment_descriptor softseg; in trap_fatal() local
894 sdtossd(&gdt[IDXSEL(frame->tf_cs & 0xffff)].sd, &softseg); in trap_fatal()
929 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type); in trap_fatal()
931 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_def32, in trap_fatal()
932 softseg.ssd_gran); in trap_fatal()
/src/sys/amd64/amd64/
H A Dtrap.c947 struct soft_segment_descriptor softseg; in trap_diag() local
953 sdtossd(&gdt[IDXSEL(frame->tf_cs)], &softseg); in trap_diag()
979 softseg.ssd_base, softseg.ssd_limit, softseg.ssd_type); in trap_diag()
981 softseg.ssd_dpl, softseg.ssd_p, softseg.ssd_long, softseg.ssd_def32, in trap_diag()
982 softseg.ssd_gran); in trap_diag()