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

/freebsd-11-stable/sys/amd64/amd64/
H A Dsys_machdep.c341 struct system_segment_descriptor *tss_sd; local
374 tss_sd = PCPU_GET(tss);
375 tss_sd->sd_lobase = (u_long)tssp & 0xffffff;
376 tss_sd->sd_hibase = ((u_long)tssp >> 24) & 0xfffffffffful;
377 tss_sd->sd_type = SDT_SYSTSS;
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1772 struct system_segment_descriptor *tss_sd; local
1781 tss_sd = PCPU_GET(tss);
1782 tss_sd->sd_type = SDT_SYSTSS;

Completed in 84 milliseconds