Lines Matching refs:apcb_s
140 static int setup_apcb10(struct kvm_vcpu *vcpu, struct kvm_s390_apcb1 *apcb_s,
152 apcb_s->apm[0] = apcb_h->apm[0] & tmp.apm[0];
153 apcb_s->aqm[0] = apcb_h->aqm[0] & tmp.aqm[0] & 0xffff000000000000UL;
154 apcb_s->adm[0] = apcb_h->adm[0] & tmp.adm[0] & 0xffff000000000000UL;
163 * @apcb_s: pointer to start of apcb in the shadow crycb
169 static int setup_apcb00(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
176 if (read_guest_real(vcpu, apcb_gpa, apcb_s,
180 bitmap_and(apcb_s, apcb_s, apcb_h,
189 * @apcb_s: pointer to start of apcb in the shadow crycb
195 static int setup_apcb11(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
203 if (read_guest_real(vcpu, apcb_gpa, apcb_s,
207 bitmap_and(apcb_s, apcb_s, apcb_h,