Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c254 static enum stf_barrier_type stf_enabled_flush_types; variable
269 return stf_enabled_flush_types; in stf_barrier_type_get()
299 do_stf_barrier_fixups(stf_enabled_flush_types); in stf_barrier_enable()
332 stf_enabled_flush_types = type; in setup_stf_barrier()
340 if (stf_barrier && stf_enabled_flush_types != STF_BARRIER_NONE) { in cpu_show_spec_store_bypass()
342 switch (stf_enabled_flush_types) { in cpu_show_spec_store_bypass()
379 if (stf_enabled_flush_types == STF_BARRIER_NONE) in ssb_prctl_get()