Searched refs:iprcc (Results 1 – 4 of 4) sorted by relevance
146 .code = vcpu->arch.sie_block->iprcc, in inject_prog_on_prog_intercept()151 switch (vcpu->arch.sie_block->iprcc & ~PGM_PER) { in inject_prog_on_prog_intercept()198 if (vcpu->arch.sie_block->iprcc & PGM_PER) { in inject_prog_on_prog_intercept()229 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER)250 if (vcpu->arch.sie_block->iprcc == 0) in handle_prog()254 trace_kvm_s390_intercept_prog(vcpu, vcpu->arch.sie_block->iprcc); in handle_prog()255 if (vcpu->arch.sie_block->iprcc == PGM_SPECIFICATION) { in handle_prog()
577 vcpu->arch.sie_block->iprcc &= ~PGM_PER; in filter_guest_per_event()604 if (vcpu->arch.sie_block->iprcc == PGM_SPACE_SWITCH) { in kvm_s390_handle_per_event()605 vcpu->arch.sie_block->iprcc = 0; in kvm_s390_handle_per_event()615 vcpu->arch.sie_block->iprcc = PGM_SPACE_SWITCH; in kvm_s390_handle_per_event()623 vcpu->arch.sie_block->iprcc = PGM_SPACE_SWITCH; in kvm_s390_handle_per_event()
1295 scb_s->iprcc = PGM_ADDRESSING; in vsie_run()
293 __u16 iprcc; /* 0x00ce */ member