Searched refs:bpf_flush_icache (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit.h | 150 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
H A D | bpf_jit_comp.c | 206 bpf_flush_icache(bpf_hdr, (u8 *)bpf_hdr + bpf_hdr->size); in bpf_int_jit_compile()
|
/openbmc/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
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_core.c | 191 bpf_flush_icache(jit_data->ro_header, ctx->ro_insns + ctx->ninsns); in bpf_int_jit_compile()
|
H A D | bpf_jit.h | 100 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache() function
|
H A D | bpf_jit_comp64.c | 1064 bpf_flush_icache(ctx.insns, ctx.insns + ctx.ninsns); in arch_prepare_bpf_trampoline()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1507 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 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()
|