Lines Matching refs:yield_count
449 vpa->yield_count = cpu_to_be32(1);
897 int yield_count = 0;
903 yield_count = be32_to_cpu(lppaca->yield_count);
905 return yield_count;
912 int yield_count;
944 yield_count = kvmppc_get_gpr(vcpu, 5);
945 if (kvmppc_get_yield_count(tvcpu) != yield_count)
3628 u32 yield_count = be32_to_cpu(lp->yield_count) + 1;
3629 lp->yield_count = cpu_to_be32(yield_count);
3777 u32 yield_count = be32_to_cpu(lp->yield_count) + 1;
3778 lp->yield_count = cpu_to_be32(yield_count);