Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_core.c115 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c159 bpf_hdr = bpf_jit_binary_alloc(alloclen, &image, 4, bpf_jit_fill_ill_insns); in bpf_int_jit_compile()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c988 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
/openbmc/linux/include/linux/
H A Dfilter.h1023 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c1170 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1570 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c1885 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c1966 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp32.c2589 header = bpf_jit_binary_alloc(proglen, &image, in bpf_int_jit_compile()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1601 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
/openbmc/linux/kernel/bpf/
H A Dcore.c1036 bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr, in bpf_jit_binary_alloc() function