Searched refs:per_event (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/s390/kernel/
H A Duprobes.c100 if (check_per_event(current->thread.per_event.cause,
103 current->thread.per_event.address = utask->vaddr;
140 current->thread.per_event.address = current->utask->vaddr;
254 current->thread.per_event.address = regs->psw.addr;
255 current->thread.per_event.cause = PER_EVENT_STORE >> 16;
H A Dtraps.c80 (void __force __user *) current->thread.per_event.address);
334 struct per_event *ev = &current->thread.per_event;
H A Dprocess.c131 memset(&p->thread.per_event, 0, sizeof(p->thread.per_event));
H A Dptrace.c147 memset(&task->thread.per_event, 0, sizeof(task->thread.per_event));
183 child->thread.per_event.cause << (BITS_PER_LONG - 16);
186 return child->thread.per_event.address;
190 child->thread.per_event.paid << (BITS_PER_LONG - 8);
552 return (__u32) child->thread.per_event.cause << 16;
555 return (__u32) child->thread.per_event.address;
558 return (__u32) child->thread.per_event.paid << 24;
/linux-master/arch/s390/include/asm/
H A Dprocessor.h176 struct per_event per_event; /* Cause of the last PER trap */ member in struct:thread_struct
H A Dptrace.h145 struct per_event { struct
/linux-master/arch/s390/kvm/
H A Dintercept.c229 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER) macro
233 if (!guestdbg_enabled(vcpu) || !per_event(vcpu))

Completed in 225 milliseconds