Home
last modified time | relevance | path

Searched refs:per_flags (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kernel/
A Dptrace.c58 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()
62 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()
63 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()
142 task->thread.per_flags = 0; in ptrace_disable()
490 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
495 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
496 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()
506 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
507 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()
[all …]
A Dprocess.c115 p->thread.per_flags = 0; in copy_thread()
/linux/arch/s390/include/asm/
A Dprocessor.h124 unsigned long per_flags; /* Flags to control debug behavior */ member
/linux/arch/s390/kvm/
A Dintercept.c218 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()

Completed in 9 milliseconds