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

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

Completed in 114 milliseconds