Searched refs:per_flags (Results 1 – 2 of 2) 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 …]
187 unsigned long per_flags; /* Flags to control debug behavior */ member