Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2142 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
/linux/arch/x86/kvm/svm/
H A Dsvm.c2569 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
/linux/arch/x86/kvm/
H A Dx86.c11836 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function
11863 EXPORT_SYMBOL_GPL(kvm_task_switch);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5783 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()