Lines Matching refs:security_ftr_enabled
61 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_barrier_nospec()
62 security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR); in setup_barrier_nospec()
147 thread_priv = security_ftr_enabled(SEC_FTR_L1D_THREAD_PRIV); in cpu_show_meltdown()
165 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_meltdown()
166 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_meltdown()
184 if (security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR)) { in cpu_show_spectre_v1()
190 if (security_ftr_enabled(SEC_FTR_SPEC_BAR_ORI31)) in cpu_show_spectre_v1()
207 bcs = security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED); in cpu_show_spectre_v2()
208 ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); in cpu_show_spectre_v2()
315 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_stf_barrier()
316 (security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR) || in setup_stf_barrier()
317 (security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && hv)); in setup_stf_barrier()
353 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_spec_store_bypass()
354 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_spec_store_bypass()
487 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_COUNT_CACHE)) { in toggle_branch_cache_flush()
493 if (security_ftr_enabled(SEC_FTR_BCCTR_FLUSH_ASSIST)) { in toggle_branch_cache_flush()
502 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_LINK_STACK)) { in toggle_branch_cache_flush()
508 if (security_ftr_enabled(SEC_FTR_BCCTR_LINK_FLUSH_ASSIST)) { in toggle_branch_cache_flush()
525 if (security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED) || in setup_count_cache_flush()
526 security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED)) in setup_count_cache_flush()
537 if (security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED) || in setup_count_cache_flush()
538 security_ftr_enabled(SEC_FTR_FLUSH_COUNT_CACHE)) in setup_count_cache_flush()