Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c2271 u16 tss_selector, u16 old_tss_sel, in task_switch_16() argument
2418 u16 tss_selector, u16 old_tss_sel, in task_switch_32() argument
2462 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument
2475 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch()
2503 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch()
2508 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch()
2509 return emulate_gp(ctxt, tss_selector); in emulator_do_task_switch()
2517 emulate_ts(ctxt, tss_selector & 0xfffc); in emulator_do_task_switch()
2535 ret = task_switch_32(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch()
2538 ret = task_switch_16(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch()
[all …]
Dsvm.c2771 u16 tss_selector; in task_switch_interception() local
2783 tss_selector = (u16)svm->vmcb->control.exit_info_1; in task_switch_interception()
2827 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, in task_switch_interception()
Dvmx.c4668 u16 tss_selector; in handle_task_switch() local
4703 tss_selector = exit_qualification; in handle_task_switch()
4710 if (kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
Dx86.c5631 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() argument
5639 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, in kvm_task_switch()
/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h392 u16 tss_selector, int idt_index, int reason,
Dkvm_host.h771 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,