Home
last modified time | relevance | path

Searched refs:idt_v (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c2215 uint32_t idt_v = in task_switch_interception() local
2228 else if (idt_v) in task_switch_interception()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c5405 int reason, type, idt_v, idt_index; in handle_task_switch() local
5407 idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK); in handle_task_switch()
5414 if (reason == TASK_SWITCH_GATE && idt_v) { in handle_task_switch()
5441 if (!idt_v || (type != INTR_TYPE_HARD_EXCEPTION && in handle_task_switch()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c5696 int reason, type, idt_v, idt_index; in handle_task_switch() local
5698 idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK); in handle_task_switch()
5705 if (reason == TASK_SWITCH_GATE && idt_v) { in handle_task_switch()
5732 if (!idt_v || (type != INTR_TYPE_HARD_EXCEPTION && in handle_task_switch()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c2516 uint32_t idt_v = in task_switch_interception() local
2529 else if (idt_v) in task_switch_interception()

Completed in 30 milliseconds