Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h776 void (*sched_in)(struct kvm_vcpu *kvm, int cpu); member
/arch/x86/kvm/
Dsvm.c4471 .sched_in = svm_sched_in,
Dx86.c7349 kvm_x86_ops->sched_in(vcpu, cpu); in kvm_arch_sched_in()
Dvmx.c9247 .sched_in = vmx_sched_in,