Searched refs:tss_desc (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Ddesc_defs.h83 typedef struct ldttss_desc64 tss_desc; typedef in typeref:struct:ldttss_desc64
89 typedef struct desc_struct tss_desc; typedef in typeref:struct:desc_struct
H A Ddesc.h135 case DESC_TSS: size = sizeof(tss_desc); break; native_write_gdt_entry()
178 tss_desc tss; __set_tss_desc()
/linux-4.4.14/arch/x86/power/
H A Dcpu.c140 tss_desc tss; fix_processor_context()
150 memcpy(&tss, &desc[GDT_ENTRY_TSS], sizeof(tss_desc)); fix_processor_context()
/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c410 struct kvm_ldttss_desc *tss_desc; member in struct:svm_cpu_data
669 sd->tss_desc = (struct kvm_ldttss_desc *)(gdt + GDT_ENTRY_TSS); svm_hardware_enable()
3493 sd->tss_desc->type = 9; /* available 32/64-bit TSS */ reload_tss()

Completed in 175 milliseconds