Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h446 u16 tss_selector, int idt_index, int reason,
Dkvm_host.h1268 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
/Linux-v4.19/arch/x86/kvm/
Demulate.c3062 u16 tss_selector, u16 old_tss_sel, in task_switch_16() argument
3201 u16 tss_selector, u16 old_tss_sel, in task_switch_32() argument
3240 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument
3254 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr); in emulator_do_task_switch()
3283 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch()
3292 return emulate_ts(ctxt, tss_selector & 0xfffc); in emulator_do_task_switch()
3309 ret = task_switch_32(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch()
3312 ret = task_switch_16(ctxt, tss_selector, old_tss_sel, in emulator_do_task_switch()
3322 write_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch()
3326 ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR); in emulator_do_task_switch()
[all …]
Dsvm.c3782 u16 tss_selector; in task_switch_interception() local
3794 tss_selector = (u16)svm->vmcb->control.exit_info_1; in task_switch_interception()
3838 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, in task_switch_interception()
Dvmx.c7588 u16 tss_selector; in handle_task_switch() local
7623 tss_selector = exit_qualification; in handle_task_switch()
7630 if (kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
Dx86.c8128 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() argument
8136 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, in kvm_task_switch()