Home
last modified time | relevance | path

Searched refs:__PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
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 */
72 page2 = page1 + __PAGE_SIZE; in basic_alloc2()
73 page3 = page1 + __PAGE_SIZE * 2; in basic_alloc2()
74 page4 = page1 - __PAGE_SIZE; in basic_alloc2()
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h24 #define PAGE_SIZE __PAGE_SIZE
/linux/kernel/bpf/
H A Dcore.c94 __PAGE_SIZE = PAGE_SIZE enumerator
103 size = round_up(size, __PAGE_SIZE); in bpf_prog_alloc_no_stats()