Lines Matching refs:security_ftr_enabled
64 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_barrier_nospec()
65 security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR); in setup_barrier_nospec()
150 thread_priv = security_ftr_enabled(SEC_FTR_L1D_THREAD_PRIV); in cpu_show_meltdown()
168 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_meltdown()
169 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_meltdown()
187 if (security_ftr_enabled(SEC_FTR_BNDS_CHK_SPEC_BAR)) { in cpu_show_spectre_v1()
193 if (security_ftr_enabled(SEC_FTR_SPEC_BAR_ORI31)) in cpu_show_spectre_v1()
210 bcs = security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED); in cpu_show_spectre_v2()
211 ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); in cpu_show_spectre_v2()
321 enable = security_ftr_enabled(SEC_FTR_FAVOUR_SECURITY) && in setup_stf_barrier()
322 security_ftr_enabled(SEC_FTR_STF_BARRIER); in setup_stf_barrier()
358 if (!security_ftr_enabled(SEC_FTR_L1D_FLUSH_HV) && in cpu_show_spec_store_bypass()
359 !security_ftr_enabled(SEC_FTR_L1D_FLUSH_PR)) in cpu_show_spec_store_bypass()
372 if (!security_ftr_enabled(SEC_FTR_STF_BARRIER)) in ssb_prctl_get()
496 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_COUNT_CACHE)) { in toggle_branch_cache_flush()
502 if (security_ftr_enabled(SEC_FTR_BCCTR_FLUSH_ASSIST)) { in toggle_branch_cache_flush()
511 if (!enable || !security_ftr_enabled(SEC_FTR_FLUSH_LINK_STACK)) { in toggle_branch_cache_flush()
517 if (security_ftr_enabled(SEC_FTR_BCCTR_LINK_FLUSH_ASSIST)) { in toggle_branch_cache_flush()
534 if (security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED) || in setup_count_cache_flush()
535 security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED)) in setup_count_cache_flush()
546 if (security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED) || in setup_count_cache_flush()
547 security_ftr_enabled(SEC_FTR_FLUSH_COUNT_CACHE)) in setup_count_cache_flush()