Searched refs:__ulong (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | arena_spin_lock.c | 14 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */ 16 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
|
| A D | arena_list.c | 15 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */ 17 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
|
| A D | verifier_arena.c | 18 __ulong(map_extra, (1ull << 32) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */ 20 __ulong(map_extra, (1ull << 44) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */
|
| A D | arena_atomics.c | 17 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */ 19 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
|
| /tools/lib/bpf/ |
| A D | bpf_helpers.h | 16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name macro
|
Completed in 9 milliseconds