Searched refs:PAGESIZE (Results 1 – 8 of 8) sorted by relevance
27 #define PAGESIZE 4096 macro155 if (((uintptr_t) (haystack + match_pos) & (PAGESIZE - 1)) in __strstr_avx512()156 < PAGESIZE - 1 - ZMM_SIZE_IN_BYTES) in __strstr_avx512()198 if (((uintptr_t) (haystack + match_pos) & (PAGESIZE - 1)) in __strstr_avx512()199 < PAGESIZE - 1 - ZMM_SIZE_IN_BYTES) in __strstr_avx512()
30 #ifdef PAGESIZE31 __guardsize: PAGESIZE,
35 int PAGESIZE = getpagesize (); in use_up_memory() local38 c = mmap (NULL, PAGESIZE, PROT_NONE, MAP_ANON | MAP_PRIVATE, -1, 0); in use_up_memory()
59 #ifdef PAGESIZE in do_test()60 TEST (PAGESIZE, "d", getpagesize ()); in do_test()
75 #ifndef PAGESIZE in _init_routine()
144 PAGESIZE
47 allow PAGESIZE
3423 @code{limits.h} define the macro @code{PAGESIZE} to be the size of a