Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c16 #define ARENA_VM_START ((1ull << 32) | (~0u - __PAGE_SIZE * 2 + 1)) macro
18 #define ARENA_VM_START ((1ull << 44) | (~0u - __PAGE_SIZE * 2 + 1)) macro
25 __ulong(map_extra, ARENA_VM_START); /* start of mmap() region */
103 __u64 bad_addr = ARENA_VM_START - __PAGE_SIZE; in free_scalar_below_arena()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c34 #define ARENA_VM_START (MAX_BPF_JIT_REG + 5) macro
75 [ARENA_VM_START] = A64_R(28),
420 ctx->used_callee_reg[i++] = bpf2a64[ARENA_VM_START]; in find_used_callee_regs()
518 const u8 arena_vm_base = bpf2a64[ARENA_VM_START]; in build_prologue()
723 const u8 arena_vm_base = bpf2a64[ARENA_VM_START]; in emit_atomic_ld_st()
795 const u8 arena_vm_base = bpf2a64[ARENA_VM_START]; in emit_lse_atomic()
1267 const u8 arena_vm_base = bpf2a64[ARENA_VM_START]; in emit_kfunc_arena_args()
1312 const u8 arena_vm_base = bpf2a64[ARENA_VM_START]; in build_insn()