Home
last modified time | relevance | path

Searched defs:per_event (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dptrace.h151 struct per_event { struct
152 unsigned short cause; /* PER code, ATMID and AI */
153 unsigned long address; /* PER address */
154 unsigned char paid; /* PER access identification */
H A Dprocessor.h186 struct per_event per_event; /* Cause of the last PER trap */ member
/linux/arch/s390/kvm/
H A Dintercept.c230 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER) macro