Home
last modified time | relevance | path

Searched refs:features_locked (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dshstk.c191 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()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-util.h24 __u64 features_locked; member
H A Dlibc-gcs.c249 child_gcs.features_locked); in TEST()
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dptrace.h331 __u64 features_locked; member
/linux-6.15/arch/x86/kernel/cpu/
H A Dproc.c200 dump_x86_features(m, task->thread.features_locked); in arch_proc_pid_thread_features()
/linux-6.15/arch/x86/include/asm/
H A Dprocessor.h513 unsigned long features_locked; member
/linux-6.15/arch/arm64/kernel/
H A Dptrace.c1498 user_gcs->features_locked = target->thread.gcs_el0_locked; in task_gcs_to_user()
1506 target->thread.gcs_el0_locked = user_gcs->features_locked; in task_gcs_from_user()