Lines Matching refs:per_flags
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()
509 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
514 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
515 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
518 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
522 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
525 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
526 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()
529 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
530 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()