Lines Matching refs:security_ftr_enabled
57 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_barrier_nospec()
58 security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR); in setup_barrier_nospec()
142 thread_priv = security_ftr_enabled(SEC_FTR_L1D_THREAD_PRIV); in cpu_show_meltdown()
164 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_meltdown()
165 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_meltdown()
178 if (security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR)) { in cpu_show_spectre_v1()
184 if (security_ftr_enabled(SEC_FTR_SPEC_BAR_ORI31)) in cpu_show_spectre_v1()
201 bcs = security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED); in cpu_show_spectre_v2()
202 ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); in cpu_show_spectre_v2()
300 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_stf_barrier()
301 (security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR) || in setup_stf_barrier()
302 (security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && hv)); in setup_stf_barrier()
338 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_spec_store_bypass()
339 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_spec_store_bypass()
382 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_COUNT_CACHE)) { in toggle_count_cache_flush()
392 if (!security_ftr_enabled(SEC_FTR_BCCTR_FLUSH_ASSIST)) { in toggle_count_cache_flush()
408 if (security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED) || in setup_count_cache_flush()
409 security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED)) in setup_count_cache_flush()