Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsecurity_features.h20 STF_BARRIER_SYNC_ORI = 0x8, enumerator
/linux-6.1.9/arch/powerpc/kernel/
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()
/linux-6.1.9/arch/powerpc/lib/
Dfeature-fixups.c141 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups()
169 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups()
190 if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) { in do_stf_exit_barrier_fixups()
225 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_exit_barrier_fixups()
264 if ((types & STF_BARRIER_FALLBACK) || (types & STF_BARRIER_SYNC_ORI)) in do_stf_barrier_fixups()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c720 case STF_BARRIER_SYNC_ORI: in bpf_jit_build_body()