Searched refs:idt_index (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kvm_emulate.h | 439 u16 tss_selector, int idt_index, int reason,
|
H A D | kvm_host.h | 1021 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | emulate.c | 3140 u16 tss_selector, int idt_index, int reason, emulator_do_task_switch() 3172 if (idt_index != -1) { emulator_do_task_switch() 3177 ret = read_interrupt_descriptor(ctxt, idt_index, emulator_do_task_switch() 3184 return emulate_gp(ctxt, (idt_index << 3) | 0x2); 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() 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 D | vmx.c | 5819 int reason, type, idt_v, idt_index; handle_task_switch() local 5822 idt_index = (vmx->idt_vectoring_info & VECTORING_INFO_VECTOR_MASK); handle_task_switch() 5861 type == INTR_TYPE_SOFT_INTR ? idt_index : -1, reason, handle_task_switch()
|
H A D | x86.c | 6987 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()
|
Completed in 251 milliseconds