Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2207 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 2379 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 12245 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function 12293 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_task_switch);
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5870 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|