Searched refs:tss_selector (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Demulate.c2953 u16 tss_selector, u16 old_tss_sel, task_switch_16()
3097 u16 tss_selector, u16 old_tss_sel, task_switch_32()
3140 u16 tss_selector, int idt_index, int reason, emulator_do_task_switch()
3154 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr); emulator_do_task_switch()
3183 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) emulator_do_task_switch()
3192 return emulate_ts(ctxt, tss_selector & 0xfffc); emulator_do_task_switch()
3209 ret = task_switch_32(ctxt, tss_selector, old_tss_sel, emulator_do_task_switch()
3212 ret = task_switch_16(ctxt, tss_selector, old_tss_sel, emulator_do_task_switch()
3222 write_segment_descriptor(ctxt, tss_selector, &next_tss_desc); emulator_do_task_switch()
3226 ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR); emulator_do_task_switch()
3242 u16 tss_selector, int idt_index, int reason, emulator_task_switch()
3251 rc = emulator_do_task_switch(ctxt, tss_selector, idt_index, reason, emulator_task_switch()
2952 task_switch_16(struct x86_emulate_ctxt *ctxt, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) task_switch_16() argument
3096 task_switch_32(struct x86_emulate_ctxt *ctxt, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) task_switch_32() argument
3139 emulator_do_task_switch(struct x86_emulate_ctxt *ctxt, u16 tss_selector, int idt_index, int reason, bool has_error_code, u32 error_code) emulator_do_task_switch() argument
3241 emulator_task_switch(struct x86_emulate_ctxt *ctxt, u16 tss_selector, int idt_index, int reason, bool has_error_code, u32 error_code) emulator_task_switch() argument
H A Dsvm.c2719 u16 tss_selector; task_switch_interception() local
2731 tss_selector = (u16)svm->vmcb->control.exit_info_1; task_switch_interception()
2775 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, task_switch_interception()
H A Dvmx.c5818 u16 tss_selector; handle_task_switch() local
5853 tss_selector = exit_qualification; handle_task_switch()
5860 if (kvm_task_switch(vcpu, tss_selector, handle_task_switch()
H A Dx86.c6987 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, kvm_task_switch() argument
6995 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, kvm_task_switch()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_emulate.h439 u16 tss_selector, int idt_index, int reason,
H A Dkvm_host.h1021 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,

Completed in 305 milliseconds