Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsecurity_features.h20 STF_BARRIER_SYNC_ORI = 0x8, enumerator
/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c202 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups()
215 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups()
236 if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) { in do_stf_exit_barrier_fixups()
261 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_exit_barrier_fixups()
300 if ((types & STF_BARRIER_FALLBACK) || (types & STF_BARRIER_SYNC_ORI)) in do_stf_barrier_fixups()
/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c315 type = STF_BARRIER_SYNC_ORI; in setup_stf_barrier()
326 } else if (type == STF_BARRIER_SYNC_ORI) { in setup_stf_barrier()
346 case STF_BARRIER_SYNC_ORI: in cpu_show_spec_store_bypass()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c739 case STF_BARRIER_SYNC_ORI: in bpf_jit_build_body()