Lines Matching refs:ctlreg0
623 union ctlreg0 ctlreg0;
627 ctlreg0.val = vcpu->arch.sie_block->gcr[0];
628 edat1 = ctlreg0.edat && test_kvm_facility(vcpu->kvm, 8);
630 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130);
787 union ctlreg0 ctlreg0 = {.val = vcpu->arch.sie_block->gcr[0]};
790 if (!ctlreg0.lap)
968 union ctlreg0 ctlreg0 = {.val = vcpu->arch.sie_block->gcr[0]};
970 if (!ctlreg0.lap || !is_low_address(gra))