Searched refs:idt_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/kvm/ |
D | kvm_emulate.h | 502 u16 tss_selector, int idt_index, int reason,
|
D | emulate.c | 3296 u16 tss_selector, int idt_index, int reason, in emulator_do_task_switch() argument 3328 if (idt_index != -1) { in emulator_do_task_switch() 3333 ret = read_interrupt_descriptor(ctxt, idt_index, in emulator_do_task_switch() 3340 return emulate_gp(ctxt, (idt_index << 3) | 0x2); in emulator_do_task_switch() 3398 u16 tss_selector, int idt_index, int reason, in emulator_task_switch() argument 3407 rc = emulator_do_task_switch(ctxt, tss_selector, idt_index, reason, in emulator_task_switch()
|
D | x86.c | 9515 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() argument 9523 ret = emulator_task_switch(ctxt, tss_selector, idt_index, reason, in kvm_task_switch()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1470 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 5254 int reason, type, idt_v, idt_index; in handle_task_switch() local 5257 idt_index = (vmx->idt_vectoring_info & VECTORING_INFO_VECTOR_MASK); in handle_task_switch() 5300 type == INTR_TYPE_SOFT_INTR ? idt_index : -1, in handle_task_switch()
|