Searched refs:__PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
17 __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()
24 #define PAGE_SIZE __PAGE_SIZE
94 __PAGE_SIZE = PAGE_SIZE enumerator103 size = round_up(size, __PAGE_SIZE); in bpf_prog_alloc_no_stats()