tss_selector      453 arch/x86/include/asm/kvm_emulate.h 			 u16 tss_selector, int idt_index, int reason,
tss_selector     1379 arch/x86/include/asm/kvm_host.h int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
tss_selector     3129 arch/x86/kvm/emulate.c 			  u16 tss_selector, u16 old_tss_sel,
tss_selector     3268 arch/x86/kvm/emulate.c 			  u16 tss_selector, u16 old_tss_sel,
tss_selector     3307 arch/x86/kvm/emulate.c 				   u16 tss_selector, int idt_index, int reason,
tss_selector     3321 arch/x86/kvm/emulate.c 	ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr);
tss_selector     3350 arch/x86/kvm/emulate.c 			if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl)
tss_selector     3359 arch/x86/kvm/emulate.c 		return emulate_ts(ctxt, tss_selector & 0xfffc);
tss_selector     3376 arch/x86/kvm/emulate.c 		ret = task_switch_32(ctxt, tss_selector, old_tss_sel,
tss_selector     3379 arch/x86/kvm/emulate.c 		ret = task_switch_16(ctxt, tss_selector, old_tss_sel,
tss_selector     3389 arch/x86/kvm/emulate.c 		write_segment_descriptor(ctxt, tss_selector, &next_tss_desc);
tss_selector     3393 arch/x86/kvm/emulate.c 	ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR);
tss_selector     3409 arch/x86/kvm/emulate.c 			 u16 tss_selector, int idt_index, int reason,
tss_selector     3418 arch/x86/kvm/emulate.c 	rc = emulator_do_task_switch(ctxt, tss_selector, idt_index, reason,
tss_selector     3896 arch/x86/kvm/svm.c 	u16 tss_selector;
tss_selector     3908 arch/x86/kvm/svm.c 	tss_selector = (u16)svm->vmcb->control.exit_info_1;
tss_selector     3954 arch/x86/kvm/svm.c 	return kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason,
tss_selector     5096 arch/x86/kvm/vmx/vmx.c 	u16 tss_selector;
tss_selector     5131 arch/x86/kvm/vmx/vmx.c 	tss_selector = exit_qualification;
tss_selector     5142 arch/x86/kvm/vmx/vmx.c 	return kvm_task_switch(vcpu, tss_selector,
tss_selector     8817 arch/x86/kvm/x86.c int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
tss_selector     8825 arch/x86/kvm/x86.c 	ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason,