linux/arch/riscv/net
Jisheng Zhang 1d27d85442
riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
We will drop the executable permissions of the code pages from the
mapping at allocation time soon. Move bpf_jit_alloc_exec() and
bpf_jit_free_exec() to bpf_jit_core.c so that they can be shared by
both RV64I and RV32I.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Luke Nelson <luke.r.nels@gmail.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
2021-04-26 08:25:12 -07:00
..
bpf_jit_comp32.c bpf: Rename BPF_XADD and prepare to encode other atomics in .imm 2021-01-14 18:34:29 -08:00
bpf_jit_comp64.c riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core 2021-04-26 08:25:12 -07:00
bpf_jit_core.c riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core 2021-04-26 08:25:12 -07:00
bpf_jit.h bpf, riscv: Add encodings for compressed instructions 2020-07-21 13:26:25 -07:00
Makefile riscv, bpf: Add RV32G eBPF JIT 2020-03-05 16:13:47 +01:00