Searched refs:last_exec_vcpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/kvm/
H A Dvz.c41 static struct kvm_vcpu *last_exec_vcpu[NR_CPUS]; variable in typeref:struct:kvm_vcpu
2548 if (migrated || last_exec_vcpu[cpu] != vcpu)
2550 last_exec_vcpu[cpu] = vcpu;
3067 * last_exec_vcpu[].
3072 if (last_exec_vcpu[cpu] == vcpu)
3073 last_exec_vcpu[cpu] = NULL;

Completed in 221 milliseconds