Searched refs:tss_sd (Results 1 – 2 of 2) sorted by relevance
400 struct system_segment_descriptor *tss_sd; local432 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;
1790 struct system_segment_descriptor *tss_sd; in restore_host_tss() local1799 tss_sd = PCPU_GET(tss); in restore_host_tss()1800 tss_sd->sd_type = SDT_SYSTSS; in restore_host_tss()