Home
last modified time | relevance | path

Searched refs:BPF_JIT_REGION_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable.h47 #define BPF_JIT_REGION_SIZE (SZ_128M) macro
49 #define BPF_JIT_REGION_START (BPF_JIT_REGION_END - BPF_JIT_REGION_SIZE)
52 #define BPF_JIT_REGION_START (PAGE_OFFSET - BPF_JIT_REGION_SIZE)
/linux/arch/riscv/net/
H A Dbpf_jit_core.c219 return BPF_JIT_REGION_SIZE; in bpf_jit_alloc_exec_limit()