Home
last modified time | relevance | path

Searched refs:bpf_flush_icache (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit.h150 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
H A Dbpf_jit_comp.c206 bpf_flush_icache(bpf_hdr, (u8 *)bpf_hdr + bpf_hdr->size); in bpf_int_jit_compile()
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_core.c167 bpf_flush_icache(jit_data->header, ctx->insns + ctx->ninsns); in bpf_int_jit_compile()
H A Dbpf_jit.h253 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_core.c191 bpf_flush_icache(jit_data->ro_header, ctx->ro_insns + ctx->ninsns); in bpf_int_jit_compile()
H A Dbpf_jit.h100 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
H A Dbpf_jit_comp64.c1064 bpf_flush_icache(ctx.insns, ctx.insns + ctx.ninsns); in arch_prepare_bpf_trampoline()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1507 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
1639 bpf_flush_icache(header, ctx.image + ctx.idx); in bpf_int_jit_compile()
2037 bpf_flush_icache(ctx->image, ctx->image + ctx->idx); in prepare_trampoline()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c35 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() function
1602 bpf_flush_icache(header, (u8 *)header + header->size); in bpf_int_jit_compile()