Home
last modified time | relevance | path

Searched refs:SEC_FTR_FLUSH_LINK_STACK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsecurity_features.h92 #define SEC_FTR_FLUSH_LINK_STACK 0x0000000000001000ull macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c511 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_LINK_STACK)) { in toggle_branch_cache_flush()
548 security_ftr_set(SEC_FTR_FLUSH_LINK_STACK); in setup_count_cache_flush()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c566 security_ftr_set(SEC_FTR_FLUSH_LINK_STACK); in init_cpu_char_feature_flags()