Searched refs:tss_selector (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 439 u16 tss_selector, int idt_index, int reason,
|
D | kvm_host.h | 1021 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 2953 u16 tss_selector, u16 old_tss_sel, in task_switch_16() argument 3097 u16 tss_selector, u16 old_tss_sel, in task_switch_32() argument 3140 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument 3154 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr); in emulator_do_task_switch() 3183 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch() 3192 return emulate_ts(ctxt, tss_selector & 0xfffc); in emulator_do_task_switch() 3209 ret = task_switch_32(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch() 3212 ret = task_switch_16(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch() 3222 write_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch() 3226 ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR); in emulator_do_task_switch() [all …]
|
D | svm.c | 2719 u16 tss_selector; in task_switch_interception() local 2731 tss_selector = (u16)svm->vmcb->control.exit_info_1; in task_switch_interception() 2775 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
D | vmx.c | 5818 u16 tss_selector; in handle_task_switch() local 5853 tss_selector = exit_qualification; in handle_task_switch() 5860 if (kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|
D | x86.c | 6987 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() argument 6995 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, in kvm_task_switch()
|