Searched refs:features_locked (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dshstk.c191 current->thread.features_locked = 0;
544 task->thread.features_locked |= features;
551 task->thread.features_locked &= ~features;
558 if (features & task->thread.features_locked)
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c197 dump_x86_features(m, task->thread.features_locked);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h488 unsigned long features_locked; member in struct:thread_struct

Completed in 102 milliseconds