Home
last modified time | relevance | path

Searched refs:features_enabled (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/
A Dshstk.c31 static bool features_enabled(unsigned long features) in features_enabled() function
163 if (features_enabled(ARCH_SHSTK_SHSTK)) in shstk_setup()
204 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_alloc_thread_stack()
354 !features_enabled(ARCH_SHSTK_SHSTK)) in setup_signal_shadow_stack()
387 !features_enabled(ARCH_SHSTK_SHSTK)) in restore_signal_shadow_stack()
410 !features_enabled(ARCH_SHSTK_SHSTK)) in shstk_free()
455 if (!features_enabled(ARCH_SHSTK_SHSTK)) in wrss_control()
459 if (features_enabled(ARCH_SHSTK_WRSS) == enable) in wrss_control()
490 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_disable()
585 if (!features_enabled(ARCH_SHSTK_SHSTK)) in shstk_update_last_frame()
[all …]
/arch/arm64/include/uapi/asm/
A Dsigcontext.h191 __u64 features_enabled; member
A Dptrace.h330 __u64 features_enabled; member
/arch/arm64/kernel/
A Dptrace.c1494 user_gcs->features_enabled = target->thread.gcs_el0_mode; in task_gcs_to_user()
1502 target->thread.gcs_el0_mode = user_gcs->features_enabled; in task_gcs_from_user()
1541 if (user_gcs.features_enabled & ~PR_SHADOW_STACK_SUPPORTED_STATUS_MASK) in gcs_set()
A Dsignal.c684 &ctx->features_enabled, err); in preserve_gcs_context()
698 __get_user_error(enabled, &user->gcs->features_enabled, err); in restore_gcs_context()

Completed in 16 milliseconds