Home
last modified time | relevance | path

Searched refs:idt_v (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5378 int reason, type, idt_v, idt_index; in handle_task_switch() local
5380 idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK); in handle_task_switch()
5387 if (reason == TASK_SWITCH_GATE && idt_v) { in handle_task_switch()
5414 if (!idt_v || (type != INTR_TYPE_HARD_EXCEPTION && in handle_task_switch()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2213 uint32_t idt_v = in task_switch_interception() local
2226 else if (idt_v) in task_switch_interception()