Home
last modified time | relevance | path

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

/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
/linux/arch/riscv/net/
H A Dbpf_jit_core.c192 bpf_flush_icache(jit_data->ro_header, ctx->ro_insns + ctx->ninsns); in bpf_int_jit_compile()
/linux/arch/loongarch/net/
H A Dbpf_jit.h341 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
H A Dbpf_jit.c2063 bpf_flush_icache(ro_header, ctx.ro_image + ctx.idx); in bpf_int_jit_compile()
/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()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1964 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
2212 bpf_flush_icache(ro_header, ctx.ro_image + ctx.idx); in bpf_int_jit_compile()