Lines Matching refs:yield_count
527 vpa->yield_count = cpu_to_be32(1);
1072 int yield_count = 0;
1078 yield_count = be32_to_cpu(lppaca->yield_count);
1080 return yield_count;
1150 int yield_count;
1228 yield_count = kvmppc_get_gpr(vcpu, 5);
1229 if (kvmppc_get_yield_count(tvcpu) != yield_count)
4105 u32 yield_count = be32_to_cpu(lp->yield_count) + 1;
4106 lp->yield_count = cpu_to_be32(yield_count);