Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c395 struct system_segment_descriptor *tss_sd; in amd64_set_ioperm() local
426 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()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1913 struct system_segment_descriptor *tss_sd; in restore_host_tss() local
1922 tss_sd = PCPU_GET(tss); in restore_host_tss()
1923 tss_sd->sd_type = SDT_SYSTSS; in restore_host_tss()