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

/linux-master/arch/powerpc/include/asm/
H A Dsecurity_features.h17 STF_BARRIER_NONE = 0x1, enumerator in enum:stf_barrier_type
45 static inline enum stf_barrier_type stf_barrier_type_get(void) { return STF_BARRIER_NONE; }
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c301 do_stf_barrier_fixups(STF_BARRIER_NONE);
319 type = STF_BARRIER_NONE;
340 if (stf_barrier && stf_enabled_flush_types != STF_BARRIER_NONE) {
379 if (stf_enabled_flush_types == STF_BARRIER_NONE)
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c212 (types == STF_BARRIER_NONE) ? "no" :
258 (types == STF_BARRIER_NONE) ? "no" :
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c750 case STF_BARRIER_NONE:

Completed in 89 milliseconds