Searched defs:per_event (Results 1 – 3 of 3) sorted by relevance
104 struct per_event { struct105 unsigned short cause; /* PER code, ATMID and AI */106 unsigned long address; /* PER address */107 unsigned char paid; /* PER access identification */
134 struct per_event per_event; /* Cause of the last PER trap */ member
225 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER) macro