Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | kvm_host.h | 1980 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
|
/Linux-v6.6/arch/x86/kvm/svm/ |
D | svm.c | 2566 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
|
/Linux-v6.6/arch/x86/kvm/ |
D | x86.c | 11449 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function 11470 EXPORT_SYMBOL_GPL(kvm_task_switch);
|
/Linux-v6.6/arch/x86/kvm/vmx/ |
D | vmx.c | 5732 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()
|