Searched refs:__PAGE_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_arena.c | 20 __ulong(map_extra, (1ull << 32) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */ 22 __ulong(map_extra, (1ull << 44) | (~0u - __PAGE_SIZE * 2 + 1)); /* start of mmap() region */ 106 page2 = page1 + __PAGE_SIZE; 107 page3 = page1 + __PAGE_SIZE * 2; in basic_alloc3() 108 page4 = page1 - __PAGE_SIZE; in basic_alloc3() 144 page2 = page1 + __PAGE_SIZE; in basic_reserve1() 145 page3 = page1 + __PAGE_SIZE * 2; in basic_reserve1() 146 page4 = page1 - __PAGE_SIZE; in basic_reserve1() 214 page += __PAGE_SIZE; in reserve_invalid_region() 246 page += __PAGE_SIZE; [all...] |
| H A D | verifier_arena_large.c | 133 page = base = arena_base(&arena) + 4096 * __PAGE_SIZE; 135 ret = bpf_arena_reserve_pages(&arena, base + 3 * __PAGE_SIZE, 4); in free_reserved() 156 addr = arena_base(&arena) + 32768 * __PAGE_SIZE; in free_reserved() 162 ret = bpf_arena_reserve_pages(&arena, addr + 2 * __PAGE_SIZE, 2); in free_reserved() 171 bpf_arena_free_pages(&arena, addr + __PAGE_SIZE , 2); 174 page = bpf_arena_alloc_pages(&arena, addr + __PAGE_SIZE, 2, NUMA_NO_NODE, 0);
|
| H A D | test_sockmap_change_tail.c | 7 #define PAGE_SIZE __PAGE_SIZE
|
| H A D | test_tc_change_tail.c | 6 #define PAGE_SIZE __PAGE_SIZE
|
| H A D | dynptr_success.c | 926 const __u32 max_frag_size = __PAGE_SIZE - headroom - sizeof(struct skb_shared_info); in test_dynptr_probe_str()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_common.h | 24 #define PAGE_SIZE __PAGE_SIZE
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | bpf_arena_common.bpf.h | 6 #define PAGE_SIZE __PAGE_SIZE
|
| /linux/kernel/bpf/ |
| H A D | core.c | 96 __PAGE_SIZE = PAGE_SIZE enumerator 105 size = round_up(size, __PAGE_SIZE); in bpf_prog_alloc_no_stats()
|