Searched refs:tss_selector (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 526 u16 tss_selector, int idt_index, int reason,
|
| H A D | emulate.c | 2898 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument 2912 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc, &desc_addr); in emulator_do_task_switch() 2941 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl) in emulator_do_task_switch() 2950 return emulate_ts(ctxt, tss_selector & 0xfffc); in emulator_do_task_switch() 2979 write_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch() 2983 ops->set_segment(ctxt, tss_selector, &next_tss_desc, 0, VCPU_SREG_TR); in emulator_do_task_switch() 2999 u16 tss_selector, int idt_index, int reason, in emulator_task_switch() argument 3008 rc = emulator_do_task_switch(ctxt, tss_selector, idt_index, reason, in emulator_task_switch()
|
| H A D | x86.c | 11863 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() argument 11871 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, in kvm_task_switch()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 2581 u16 tss_selector; in task_switch_interception() local 2593 tss_selector = (u16)svm->vmcb->control.exit_info_1; in task_switch_interception() 2640 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2151 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5759 u16 tss_selector; in handle_task_switch() local 5794 tss_selector = exit_qualification; in handle_task_switch() 5805 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|