Searched refs:PGM_PER (Results 1 – 4 of 4) sorted by relevance
133 switch (vcpu->arch.sie_block->iprcc & ~PGM_PER) { in __extract_prog_irq()180 if (vcpu->arch.sie_block->iprcc & PGM_PER) { in __extract_prog_irq()210 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER)
473 vcpu->arch.sie_block->iprcc &= ~PGM_PER; in filter_guest_per_event()
513 switch (pgm_info.code & ~PGM_PER) { in __deliver_prog()581 if (pgm_info.code & PGM_PER) { in __deliver_prog()
312 #define PGM_PER 0x80 macro