Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dptrace.h145 struct per_event { struct
146 unsigned short cause; /* PER code, ATMID and AI */
147 unsigned long address; /* PER address */
148 unsigned char paid; /* PER access identification */
/linux/arch/s390/kvm/
H A Dintercept.c229 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER) macro