Lines Matching refs:ctlreg0
641 union ctlreg0 ctlreg0;
645 ctlreg0.val = vcpu->arch.sie_block->gcr[0];
646 edat1 = ctlreg0.edat && test_kvm_facility(vcpu->kvm, 8);
648 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130);
805 union ctlreg0 ctlreg0 = {.val = vcpu->arch.sie_block->gcr[0]};
808 if (!ctlreg0.lap)
1364 union ctlreg0 ctlreg0 = {.val = vcpu->arch.sie_block->gcr[0]};
1366 if (!ctlreg0.lap || !is_low_address(gra))