Home
last modified time | relevance | path

Searched refs:PER_FLAG_TE_ABORT_RAND_TEND (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h202 #define PER_FLAG_TE_ABORT_RAND_TEND 4UL macro
/openbmc/linux/arch/s390/kernel/
H A Dptrace.c62 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()
499 child->thread.per_flags |= PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()
503 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND_TEND; in arch_ptrace()