Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/net/
H A Dbpf_jit_core.c169 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_core.c180 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/scripts/mod/
H A Dmodpost.c223 bool is_func; member
1115 s->is_func = (ELF_ST_TYPE(sym->st_info) == STT_FUNC); in check_export_symbol()
1124 s->is_func = true; in check_export_symbol()
1820 sym->is_func ? "FUNC" : "DATA", sym->name, in add_exported_symbols()
/linux-6.15/arch/loongarch/net/
H A Dbpf_jit.c1304 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1327 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/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-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c297 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/arch/arc/net/
H A Dbpf_jit_core.c176 ctx->user_bpf_prog = ctx->prog->is_func; in jit_ctx_init()
/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c2336 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
2351 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c2029 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2065 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c3705 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
3742 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/linux-6.15/include/linux/
H A Dbpf.h1640 is_func:1, /* program is a bpf function */ member
/linux-6.15/kernel/bpf/
H A Dverifier.c21101 func[i]->is_func = 1; in jit_subprogs()