Lines Matching refs:apcb_s
175 static int setup_apcb10(struct kvm_vcpu *vcpu, struct kvm_s390_apcb1 *apcb_s,
187 apcb_s->apm[0] = apcb_h->apm[0] & tmp.apm[0];
188 apcb_s->aqm[0] = apcb_h->aqm[0] & tmp.aqm[0] & 0xffff000000000000UL;
189 apcb_s->adm[0] = apcb_h->adm[0] & tmp.adm[0] & 0xffff000000000000UL;
198 * @apcb_s: pointer to start of apcb in the shadow crycb
204 static int setup_apcb00(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
211 if (read_guest_real(vcpu, apcb_gpa, apcb_s,
215 bitmap_and(apcb_s, apcb_s, apcb_h,
224 * @apcb_s: pointer to start of apcb in the shadow crycb
230 static int setup_apcb11(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
238 if (read_guest_real(vcpu, apcb_gpa, apcb_s,
242 bitmap_and(apcb_s, apcb_s, apcb_h,