Lines Matching refs:per_flags
63 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()
67 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()
68 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()
147 task->thread.per_flags = 0; in ptrace_disable()
487 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
492 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
493 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
496 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
500 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
503 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
504 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()
507 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
508 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()