Lines Matching refs:per_flags
69 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()
73 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()
74 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()
153 task->thread.per_flags = 0; in ptrace_disable()
478 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
483 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
484 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
487 if (!machine_has_tx() || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
491 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
494 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
495 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()
498 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
499 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()