Searched refs:per_flags (Results 1 – 4 of 4) sorted by relevance
66 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()70 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()71 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()150 task->thread.per_flags = 0; in ptrace_disable()475 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()480 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()481 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()484 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()488 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()491 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()[all …]
128 p->thread.per_flags = 0; in copy_thread()
200 unsigned long per_flags; /* Flags to control debug behavior */ member
218 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()