Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_host.h | 771 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/linux-3.4.99/arch/x86/kvm/ |
D | x86.c | 5631 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function 5651 EXPORT_SYMBOL_GPL(kvm_task_switch);
|
D | svm.c | 2827 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
D | vmx.c | 4710 if (kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|