Lines Matching refs:per_user
94 new.control.val = thread->per_user.control;
95 new.start.val = thread->per_user.start;
96 new.end.val = thread->per_user.end;
149 memset(&task->thread.per_user, 0, sizeof(task->thread.per_user));
164 PER_EVENT_IFETCH : child->thread.per_user.control;
168 0 : child->thread.per_user.start;
172 -1UL : child->thread.per_user.end;
179 return child->thread.per_user.start;
182 return child->thread.per_user.end;
312 child->thread.per_user.control =
316 child->thread.per_user.start = data;
319 child->thread.per_user.end = data;
534 PER_EVENT_IFETCH : child->thread.per_user.control;
538 0 : child->thread.per_user.start;
542 PSW32_ADDR_INSN : child->thread.per_user.end;
549 return (__u32) child->thread.per_user.start;
552 return (__u32) child->thread.per_user.end;
656 child->thread.per_user.control =
660 child->thread.per_user.start = data;
663 child->thread.per_user.end = data;