Searched refs:kvm_task_switch (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kvm_host.h | 1021 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | x86.c | 6987 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, kvm_task_switch() function 7006 EXPORT_SYMBOL_GPL(kvm_task_switch); variable
|
H A D | svm.c | 2775 if (kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason, task_switch_interception()
|
H A D | vmx.c | 5860 if (kvm_task_switch(vcpu, tss_selector, handle_task_switch()
|
Completed in 232 milliseconds