Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsecurity_features.h17 STF_BARRIER_NONE = 0x1, enumerator
45 static inline enum stf_barrier_type stf_barrier_type_get(void) { return STF_BARRIER_NONE; } in stf_barrier_type_get()
/linux/arch/powerpc/kernel/
H A Dsecurity.c301 do_stf_barrier_fixups(STF_BARRIER_NONE); in stf_barrier_enable()
319 type = STF_BARRIER_NONE; in setup_stf_barrier()
340 if (stf_barrier && stf_enabled_flush_types != STF_BARRIER_NONE) { in cpu_show_spec_store_bypass()
379 if (stf_enabled_flush_types == STF_BARRIER_NONE) in ssb_prctl_get()
/linux/arch/powerpc/lib/
H A Dfeature-fixups.c219 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups()
265 (types == STF_BARRIER_NONE) ? "no" : in do_stf_exit_barrier_fixups()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c825 case STF_BARRIER_NONE: in bpf_jit_build_body()