Home
last modified time | relevance | path

Searched refs:is_func (Results 1 – 12 of 12) sorted by relevance

/linux/arch/parisc/net/
H A Dbpf_jit_core.c169 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/riscv/net/
H A Dbpf_jit_core.c179 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/scripts/mod/
H A Dmodpost.c225 bool is_func; member
1117 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1126 s->is_func = true; in check_export_symbol()
1866 sym->is_func ? "FUNC" : "DATA", sym->name, in add_exported_symbols()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1620 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1902 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1925 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c299 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2377 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
2392 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/arc/net/
H A Dbpf_jit_core.c176 ctx->user_bpf_prog = ctx->prog->is_func; in jit_ctx_init()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2191 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2227 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3807 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
3844 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux/include/linux/
H A Dbpf.h1724 is_func:1, /* program is a bpf function */ member
/linux/kernel/bpf/
H A Dverifier.c21569 func[i]->is_func = 1; in jit_subprogs()