Searched refs:bpf_flush_icache (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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-6.15/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 193 bpf_flush_icache(jit_data->ro_header, ctx->ro_insns + ctx->ninsns); in bpf_int_jit_compile()
|
| H A D | bpf_jit.h | 112 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
| H A D | bpf_jit_comp64.c | 1117 bpf_flush_icache(ro_image, ro_image_end); in arch_prepare_bpf_trampoline()
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1860 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function 2053 bpf_flush_icache(ro_header, ctx.ro_image + ctx.idx); in bpf_int_jit_compile() 2554 bpf_flush_icache(ro_image, ro_image + size); in arch_prepare_bpf_trampoline()
|
| /linux-6.15/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()
|