Home
last modified time | relevance | path

Searched refs:bpf_arch_pred_flush (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfilter.h1366 void bpf_arch_pred_flush(void);
1367 DECLARE_STATIC_CALL(bpf_arch_pred_flush, bpf_arch_pred_flush);
/linux/kernel/bpf/
H A Dcore.c889 DEFINE_STATIC_CALL_NULL(bpf_arch_pred_flush, bpf_arch_pred_flush);
1030 static_call_cond(bpf_arch_pred_flush)(); in bpf_prog_pack_alloc() local
/linux/arch/x86/kernel/cpu/
H A Dbugs.c2354 static_call_update(bpf_arch_pred_flush, bpf_arch_ibpb); in spectre_v2_apply_mitigation()