Home
last modified time | relevance | path

Searched refs:bpf_jit_needs_zext (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_core.c39 bool bpf_jit_needs_zext(void) in bpf_jit_needs_zext() function
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c127 bool bpf_jit_needs_zext(void) in bpf_jit_needs_zext() function
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst185 and to overwrite bpf_jit_needs_zext() to make it return "true" (in order to
/linux/include/linux/
H A Dfilter.h1235 bool bpf_jit_needs_zext(void);
/linux/kernel/bpf/
H A Dfixups.c707 if (!bpf_jit_needs_zext() && !is_cmpxchg_insn(&insn)) in bpf_opt_subreg_zext_lo32_rnd_hi32()
H A Dcore.c3243 bool __weak bpf_jit_needs_zext(void) in bpf_jit_needs_zext() function
H A Dverifier.c21208 env->prog->aux->verifier_zext = bpf_jit_needs_zext() ? !ret in bpf_check()