Home
last modified time | relevance | path

Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1479 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2264 return kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, in task_switch_interception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9783 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function
9804 EXPORT_SYMBOL_GPL(kvm_task_switch);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5423 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()