Home
last modified time | relevance | path

Searched refs:__ulong (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Darena_mem_usage.c12 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
14 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
H A Darena_spin_lock.c15 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
17 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
H A Darena_list.c15 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
17 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
H A Darena_atomics.c17 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
19 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
H A Dverifier_arena.c25 __ulong(map_extra, ARENA_VM_START); /* start of mmap() region */
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Dcommon.h34 __ulong(map_extra, (1ull << 32)); /* start of mmap() region */
36 __ulong(map_extra, (1ull << 44)); /* start of mmap() region */
/linux/tools/lib/bpf/
H A Dbpf_helpers.h16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name macro
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c96 __ulong(map_extra, 0x1ull << 32); /* user/BPF mmap base */
98 __ulong(map_extra, 0x1ull << 44);