Searched refs:__ulong (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Darena_list.c14 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */
16 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
H A Dverifier_arena.c16 __ulong(map_extra, (1ull << 32) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */
18 __ulong(map_extra, (1ull << 44) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name macro

Completed in 121 milliseconds