Searched refs:bpf_flush_icache (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_core.c | 167 bpf_flush_icache(jit_data->header, ctx->insns + ctx->ninsns); in bpf_int_jit_compile()
|
| H A D | bpf_jit.h | 253 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 192 bpf_flush_icache(jit_data->ro_header, ctx->ro_insns + ctx->ninsns); in bpf_int_jit_compile()
|
| H A D | bpf_jit.h | 108 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.h | 341 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
| H A D | bpf_jit.c | 2063 bpf_flush_icache(ro_header, ctx.ro_image + ctx.idx); in bpf_int_jit_compile()
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 35 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 D | bpf_jit_comp.c | 1964 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()
|