Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/x86/include/asm/ |
D | kvm_host.h | 1686 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/Linux-v5.15/arch/x86/kvm/svm/ |
D | svm.c | 2398 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
/Linux-v5.15/arch/x86/kvm/ |
D | x86.c | 10300 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function 10321 EXPORT_SYMBOL_GPL(kvm_task_switch);
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | vmx.c | 5267 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|