Searched refs:kvm_task_switch (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | kvm_host.h | 1377 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | x86.c | 8724 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,  in kvm_task_switch()  function8746 EXPORT_SYMBOL_GPL(kvm_task_switch);
 
 | 
| D | svm.c | 3908 	return kvm_task_switch(&svm->vcpu, tss_selector, int_vec, reason,  in task_switch_interception()
 | 
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 5153 	return kvm_task_switch(vcpu, tss_selector,  in handle_task_switch()
 |