Lines Matching refs:yield_count
493 vpa->yield_count = cpu_to_be32(1);
1018 int yield_count = 0;
1024 yield_count = be32_to_cpu(lppaca->yield_count);
1026 return yield_count;
1096 int yield_count;
1174 yield_count = kvmppc_get_gpr(vcpu, 5);
1175 if (kvmppc_get_yield_count(tvcpu) != yield_count)
4040 u32 yield_count = be32_to_cpu(lp->yield_count) + 1;
4041 lp->yield_count = cpu_to_be32(yield_count);