PER_EVENT_STORE   254 arch/s390/kernel/uprobes.c 	if (!(current->thread.per_user.control & PER_EVENT_STORE))
PER_EVENT_STORE   261 arch/s390/kernel/uprobes.c 	current->thread.per_event.cause = PER_EVENT_STORE >> 16;
PER_EVENT_STORE   113 arch/s390/kvm/guestdbg.c 	if (*cr9 & PER_EVENT_STORE && *cr9 & PER_CONTROL_ALTERATION) {
PER_EVENT_STORE   119 arch/s390/kvm/guestdbg.c 		*cr9 |= PER_EVENT_STORE;
PER_EVENT_STORE   380 arch/s390/kvm/guestdbg.c #define PER_CODE_STORE		(PER_EVENT_STORE >> 24)