Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dfeature-fixups.c203 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups()
215 i = do_patch_entry_fixups(start, end, instrs, types & STF_BARRIER_FALLBACK, in do_stf_entry_barrier_fixups()
220 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups()
243 if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) { in do_stf_exit_barrier_fixups()
266 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_exit_barrier_fixups()
307 if ((types & STF_BARRIER_FALLBACK) || (types & STF_BARRIER_SYNC_ORI)) in do_stf_barrier_fixups()
/linux/arch/powerpc/include/asm/
H A Dsecurity_features.h18 STF_BARRIER_FALLBACK = 0x2, enumerator
/linux/arch/powerpc/kernel/
H A Dsecurity.c317 type = STF_BARRIER_FALLBACK; in setup_stf_barrier()
324 if (type == STF_BARRIER_FALLBACK) { in setup_stf_barrier()
349 case STF_BARRIER_FALLBACK: in cpu_show_spec_store_bypass()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c819 case STF_BARRIER_FALLBACK: in bpf_jit_build_body()