Home
last modified time | relevance | path

Searched refs:kvm_task_switch (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1984 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2575 return kvm_task_switch(vcpu, tss_selector, int_vec, reason, in task_switch_interception()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c11466 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, in kvm_task_switch() function
11487 EXPORT_SYMBOL_GPL(kvm_task_switch);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5750 return kvm_task_switch(vcpu, tss_selector, in handle_task_switch()