Searched refs:__ulong (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | arena_mem_usage.c | 12 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */ 14 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
|
| H A D | arena_spin_lock.c | 15 __ulong(map_extra, 0x1ull << 32); /* start of mmap() region */ 17 __ulong(map_extra, 0x1ull << 44); /* start of mmap() region */
|
| H 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 */
|
| H 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 */
|
| H A D | verifier_arena.c | 25 __ulong(map_extra, ARENA_VM_START); /* start of mmap() region */
|
| /linux/tools/testing/selftests/bpf/libarena/include/libarena/ |
| H A D | common.h | 34 __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 D | bpf_helpers.h | 16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name macro
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 96 __ulong(map_extra, 0x1ull << 32); /* user/BPF mmap base */ 98 __ulong(map_extra, 0x1ull << 44);
|