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

/freebsd-13-stable/sys/amd64/amd64/
H A Dsys_machdep.c400 struct system_segment_descriptor *tss_sd; local
432 tss_sd = PCPU_GET(tss);
433 tss_sd->sd_lobase = (u_long)tssp & 0xffffff;
434 tss_sd->sd_hibase = ((u_long)tssp >> 24) & 0xfffffffffful;
435 tss_sd->sd_type = SDT_SYSTSS;
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c1790 struct system_segment_descriptor *tss_sd; local
1799 tss_sd = PCPU_GET(tss);
1800 tss_sd->sd_type = SDT_SYSTSS;

Completed in 83 milliseconds