Searched refs:tss_sd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c336 struct system_segment_descriptor *tss_sd; local
369 tss_sd = PCPU_GET(tss);
370 tss_sd->sd_lobase = (u_long)tssp & 0xffffff;
371 tss_sd->sd_hibase = ((u_long)tssp >> 24) & 0xfffffffffful;
372 tss_sd->sd_type = SDT_SYSTSS;

Completed in 57 milliseconds