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

/linux-master/arch/powerpc/include/asm/
H A Dsecurity_features.h18 STF_BARRIER_FALLBACK = 0x2, enumerator in enum:stf_barrier_type
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c317 type = STF_BARRIER_FALLBACK;
324 if (type == STF_BARRIER_FALLBACK) {
349 case STF_BARRIER_FALLBACK:
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c196 if (types & STF_BARRIER_FALLBACK) {
208 i = do_patch_entry_fixups(start, end, instrs, types & STF_BARRIER_FALLBACK,
213 (types == STF_BARRIER_FALLBACK) ? "fallback" :
236 if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) {
259 (types == STF_BARRIER_FALLBACK) ? "fallback" :
300 if ((types & STF_BARRIER_FALLBACK) || (types & STF_BARRIER_SYNC_ORI))
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c744 case STF_BARRIER_FALLBACK:

Completed in 138 milliseconds