Searched refs:per_flags (Results 1 – 4 of 4) sorted by relevance
64 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()68 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()69 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()148 task->thread.per_flags = 0; in ptrace_disable()473 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()478 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()479 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()482 if (!machine_has_tx() || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()486 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()489 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()[all …]
126 p->thread.per_flags = 0; in copy_thread()
187 unsigned long per_flags; /* Flags to control debug behavior */ member
219 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()