Home
last modified time | relevance | path

Searched refs:per_flags (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dptrace.c60 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()
508 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
513 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
514 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
517 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
521 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
524 child->thread.per_flags | in arch_ptrace()
[all...]
H A Dprocess.c114 p->thread.per_flags = 0; in copy_thread()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dptrace.c57 if (task->thread.per_flags & PER_FLAG_NO_TE) in update_cr_regs()
61 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND) { in update_cr_regs()
62 if (task->thread.per_flags & PER_FLAG_TE_ABORT_RAND_TEND) in update_cr_regs()
141 task->thread.per_flags = 0; in ptrace_disable()
482 child->thread.per_flags &= ~PER_FLAG_NO_TE; in arch_ptrace()
487 child->thread.per_flags |= PER_FLAG_NO_TE; in arch_ptrace()
488 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
491 if (!MACHINE_HAS_TE || (child->thread.per_flags & PER_FLAG_NO_TE)) in arch_ptrace()
495 child->thread.per_flags &= ~PER_FLAG_TE_ABORT_RAND; in arch_ptrace()
498 child->thread.per_flags | in arch_ptrace()
[all...]
H A Dprocess.c129 p->thread.per_flags = 0; in copy_thread()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dprocessor.h127 unsigned long per_flags; /* Flags to control debug behavior */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dprocessor.h176 unsigned long per_flags; /* Flags to control debug behavior */ member
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dintercept.c218 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dintercept.c218 if (current->thread.per_flags & PER_FLAG_NO_TE) in handle_itdb()

Completed in 7 milliseconds