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

/linux-master/arch/powerpc/include/asm/
H A Dsecurity_features.h16 enum stf_barrier_type { enum
24 void do_stf_barrier_fixups(enum stf_barrier_type types);
43 enum stf_barrier_type stf_barrier_type_get(void);
45 static inline enum stf_barrier_type stf_barrier_type_get(void) { return STF_BARRIER_NONE; }
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c254 static enum stf_barrier_type stf_enabled_flush_types;
267 enum stf_barrier_type stf_barrier_type_get(void)
308 enum stf_barrier_type type;
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c182 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types)
219 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types)
271 enum stf_barrier_type *types = data;
279 void do_stf_barrier_fixups(enum stf_barrier_type types)
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c367 enum stf_barrier_type stf_barrier = stf_barrier_type_get();

Completed in 165 milliseconds