Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
A Dextable.c27 if (regs->epc >= BPF_JIT_REGION_START && regs->epc < BPF_JIT_REGION_END) in fixup_exception()
/linux/arch/arm64/include/asm/
A Dmemory.h49 #define BPF_JIT_REGION_END (BPF_JIT_REGION_START + BPF_JIT_REGION_SIZE) macro
51 #define MODULES_VADDR (BPF_JIT_REGION_END)
A Dextable.h42 regs->pc < BPF_JIT_REGION_END; in in_bpf_jit()
/linux/arch/riscv/include/asm/
A Dpgtable.h33 #define BPF_JIT_REGION_START (BPF_JIT_REGION_END - BPF_JIT_REGION_SIZE)
34 #define BPF_JIT_REGION_END (MODULES_END) macro
37 #define BPF_JIT_REGION_END (VMALLOC_END) macro
/linux/arch/riscv/net/
A Dbpf_jit_core.c185 BPF_JIT_REGION_END, GFP_KERNEL, in bpf_jit_alloc_exec()
/linux/arch/arm64/mm/
A Dptdump.c45 { BPF_JIT_REGION_END, "BPF end" },
/linux/arch/arm64/net/
A Dbpf_jit_comp.c1150 BPF_JIT_REGION_END, GFP_KERNEL, in bpf_jit_alloc_exec()

Completed in 12 milliseconds