Lines Matching refs:apcb_s
139 static int setup_apcb10(struct kvm_vcpu *vcpu, struct kvm_s390_apcb1 *apcb_s,
147 apcb_s->apm[0] = apcb_h->apm[0] & tmp.apm[0];
148 apcb_s->aqm[0] = apcb_h->aqm[0] & tmp.aqm[0] & 0xffff000000000000UL;
149 apcb_s->adm[0] = apcb_h->adm[0] & tmp.adm[0] & 0xffff000000000000UL;
158 * @apcb_s: pointer to start of apcb in the shadow crycb
164 static int setup_apcb00(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
167 if (read_guest_real(vcpu, apcb_o, apcb_s,
171 bitmap_and(apcb_s, apcb_s, apcb_h,
180 * @apcb_s: pointer to start of apcb in the shadow crycb
186 static int setup_apcb11(struct kvm_vcpu *vcpu, unsigned long *apcb_s,
190 if (read_guest_real(vcpu, apcb_o, apcb_s,
194 bitmap_and(apcb_s, apcb_s, apcb_h,