Searched refs:iprcc (Results 1 – 5 of 5) 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)236 vcpu->arch.sie_block->iprcc != PGM_PER) { in should_handle_per_event()265 if (vcpu->arch.sie_block->iprcc == 0) in handle_prog()269 trace_kvm_s390_intercept_prog(vcpu, vcpu->arch.sie_block->iprcc); in handle_prog()270 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()
1340 scb_s->iprcc = PGM_ADDRESSING; in vsie_run()
181 __u16 iprcc; /* 0x00ce */ member
309 __u16 iprcc; /* 0x00ce */ member