GDT_ENTRY_TSS      29 arch/x86/kernel/doublefault_32.c 		gdt += GDT_ENTRY_TSS << 3;
GDT_ENTRY_TSS     218 arch/x86/kernel/vmi_32.c 	vmi_ops.set_tr(GDT_ENTRY_TSS*sizeof(struct desc_struct));
GDT_ENTRY_TSS     310 arch/x86/kvm/svm.c 	svm_data->tss_desc = (struct kvm_ldttss_desc *)(gdt + GDT_ENTRY_TSS);
GDT_ENTRY_TSS     489 arch/x86/kvm/vmx.c 	descs[GDT_ENTRY_TSS].type = 9; /* available TSS */
GDT_ENTRY_TSS    1959 arch/x86/kvm/vmx.c 	vmcs_write16(HOST_TR_SELECTOR, GDT_ENTRY_TSS*8);  /* 22.2.4 */
GDT_ENTRY_TSS     155 arch/x86/power/cpu_64.c 	get_cpu_gdt_table(cpu)[GDT_ENTRY_TSS].type = 9;
GDT_ENTRY_TSS     194 include/asm-x86/desc.h #define set_tss_desc(cpu, addr) __set_tss_desc(cpu, GDT_ENTRY_TSS, addr)
GDT_ENTRY_TSS     214 include/asm-x86/desc.h 	asm volatile("ltr %w0"::"q" (GDT_ENTRY_TSS*8));