Searched refs:features_locked (Results 1 – 3 of 3) sorted by relevance
191 current->thread.features_locked = 0; in reset_thread_features()544 task->thread.features_locked |= features; in shstk_prctl()551 task->thread.features_locked &= ~features; in shstk_prctl()558 if (features & task->thread.features_locked) in shstk_prctl()
197 dump_x86_features(m, task->thread.features_locked); in arch_proc_pid_thread_features()
501 unsigned long features_locked; member