Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2142 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2569 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 11836 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 D | vmx.c | 5783 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|