Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_core.c155 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c1108 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1130 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c1809 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1820 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_64.c1593 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1605 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c2125 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
2142 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1430 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument
1432 switch (is_func) { in get_pretty_name()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h548 is_func:1, /* program is a bpf function */ member
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp64.c1303 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info1799 sorted array. Function symbols are indicated with an 'is_func' flag.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info1799 sorted array. Function symbols are indicated with an 'is_func' flag.
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c11158 func[i]->is_func = 1; in jit_subprogs()