Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h45 #define BPF_JIT_REGION_START (BPF_JIT_REGION_END - BPF_JIT_REGION_SIZE)
46 #define BPF_JIT_REGION_END (MODULES_END) macro
49 #define BPF_JIT_REGION_END (VMALLOC_END) macro
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_core.c224 BPF_JIT_REGION_END, GFP_KERNEL, in bpf_jit_alloc_exec()