Searched refs:PER_FLAG_NO_TE (Results 1 – 2 of 2) sorted by relevance
64 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()473 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()478 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()482 if (!machine_has_tx() || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
203 #define PER_FLAG_NO_TE 1UL macro