Home
last modified time | relevance | path

Searched refs:PER_FLAG_NO_TE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/s390/include/asm/
A Dprocessor.h161 #define PER_FLAG_NO_TE 1UL macro
/linux-6.3-rc2/arch/s390/kernel/
A Dptrace.c57 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()
483 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
488 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
492 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
/linux-6.3-rc2/arch/s390/kvm/
A Dintercept.c218 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()

Completed in 8 milliseconds