Lines Matching defs:dpdes
740 * Ensure that the read of vcore->dpdes comes after the read
747 return !!(vc->dpdes & (1 << thr));
1200 unsigned long dpdes;
1203 dpdes = 0;
1212 * which will update its vcore->dpdes value.
1218 dpdes |= 1 << thr;
1220 return dpdes;
1262 vcpu->arch.vcore->dpdes = 0;
1741 * either vcore->dpdes or doorbell_request.
1744 *val = get_reg_val(id, vcpu->arch.vcore->dpdes |
1977 vcpu->arch.vcore->dpdes = set_reg_val(id, *val);
3489 mtspr(SPRN_DPDES, vc->dpdes);
3571 vc->dpdes = mfspr(SPRN_DPDES);
4192 vc->dpdes = 1;