PGM_PER
.code = PGM_PER,
vcpu->arch.sie_block->iprcc &= ~PGM_PER;
switch (vcpu->arch.sie_block->iprcc & ~PGM_PER) {
if (vcpu->arch.sie_block->iprcc & PGM_PER) {
#define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER)
vcpu->arch.sie_block->iprcc != PGM_PER) {
if (irq->u.pgm.code == PGM_PER) {
li->irq.pgm.code |= PGM_PER;
} else if (!(irq->u.pgm.code & PGM_PER)) {
li->irq.pgm.code = (li->irq.pgm.code & PGM_PER) |
return __deliver_prog_pv(vcpu, pgm_info.code & ~PGM_PER);
switch (pgm_info.code & ~PGM_PER) {
if (pgm_info.code & PGM_PER) {