Searched refs:tss_sd (Results 1 – 2 of 2) sorted by relevance
395 struct system_segment_descriptor *tss_sd; in amd64_set_ioperm() local426 tss_sd = PCPU_GET(tss); in amd64_set_ioperm()427 tss_sd->sd_lobase = (u_long)tssp & 0xffffff; in amd64_set_ioperm()428 tss_sd->sd_hibase = ((u_long)tssp >> 24) & 0xfffffffffful; in amd64_set_ioperm()429 tss_sd->sd_type = SDT_SYSTSS; in amd64_set_ioperm()
1913 struct system_segment_descriptor *tss_sd; in restore_host_tss() local1922 tss_sd = PCPU_GET(tss); in restore_host_tss()1923 tss_sd->sd_type = SDT_SYSTSS; in restore_host_tss()