Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
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 Dverifier_arena.c17 __ulong(map_extra, (1ull << 32) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */
19 __ulong(map_extra, (1ull << 44) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */
H A Darena_atomics.c15 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
17 __ulong(map_extra, 0x1ull << 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