Searched refs:per_flags (Results 1 – 4 of 4) sorted by relevance
60 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()64 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()65 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()144 task->thread.per_flags = 0; in ptrace_disable()484 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()489 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()490 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()493 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()497 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()500 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()[all …]
102 p->thread.per_flags = 0; in copy_thread_tls()
135 unsigned long per_flags; /* Flags to control debug behavior */ member
221 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()