Searched refs:ARCH_SHSTK_WRSS (Results 1 – 3 of 3) sorted by relevance
459 if (features_enabled(ARCH_SHSTK_WRSS) == enable) in wrss_control()466 features_set(ARCH_SHSTK_WRSS); in wrss_control()469 features_clr(ARCH_SHSTK_WRSS); in wrss_control()500 features_clr(ARCH_SHSTK_SHSTK | ARCH_SHSTK_WRSS); in shstk_disable()566 if (features & ARCH_SHSTK_WRSS) in shstk_prctl()576 if (features & ARCH_SHSTK_WRSS) in shstk_prctl()
41 #define ARCH_SHSTK_WRSS (1ULL << 1) macro
189 if (features & ARCH_SHSTK_WRSS) in dump_x86_features()
Completed in 4 milliseconds