/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | user.h | 44 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro 45 #define PAGE_MASK (~(PAGE_SIZE-1)) 46 #define NBPG PAGE_SIZE
|
/sysdeps/unix/sysv/linux/s390/sys/ |
A D | user.h | 75 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro 76 #define PAGE_MASK (~(PAGE_SIZE-1)) 77 #define NBPG PAGE_SIZE
|
/sysdeps/generic/ |
A D | a.out.h | 91 #define PAGE_SIZE 4096 macro 92 #define SEGMENT_SIZE PAGE_SIZE 177 #define PAGE_SIZE 4096 macro 180 #define PAGE_SIZE 0x2000 macro 189 #define PAGE_SIZE 0x400 macro 200 #define SEGMENT_SIZE PAGE_SIZE 202 #ifndef PAGE_SIZE 206 #define PAGE_SIZE 16 macro 209 #define PAGSIZ PAGE_SIZE
|
A D | memcopy.h | 185 # define PAGE_OFFSET(n) ((n) & (PAGE_SIZE - 1))
|
/sysdeps/x86_64/multiarch/ |
A D | memmove-vec-unaligned-erms.S | 98 #ifndef PAGE_SIZE 99 # define PAGE_SIZE 4096 macro 102 #if PAGE_SIZE != 4096 103 # error Unsupported PAGE_SIZE 499 andl $(PAGE_SIZE - 256), %ecx 622 testl $(PAGE_SIZE - 512), %ecx 786 andl $(PAGE_SIZE * 2 - 1), %edx 809 addq $PAGE_SIZE, %rdi 810 addq $PAGE_SIZE, %rsi 884 addq $(PAGE_SIZE * 3), %rdi [all …]
|
A D | strcmp-avx2.S | 27 # define PAGE_SIZE 4096 macro 101 andl $(PAGE_SIZE - 1), %eax 102 cmpl $(PAGE_SIZE - (VEC_SIZE * 4)), %eax 262 movl $PAGE_SIZE, %ecx 279 andl $(PAGE_SIZE - 1), %esi 587 movl $(PAGE_SIZE / (VEC_SIZE * 4) - 1), %esi 738 cmpl $(PAGE_SIZE - VEC_SIZE), %eax 758 cmpl $(PAGE_SIZE - VEC_SIZE), %eax 762 cmpl $(PAGE_SIZE - 16), %eax 787 cmpl $(PAGE_SIZE - 8), %eax [all …]
|
A D | strcmp-evex.S | 27 # define PAGE_SIZE 4096 macro 118 andl $(PAGE_SIZE - 1), %eax 119 cmpl $(PAGE_SIZE - (VEC_SIZE * 4)), %eax 319 movl $PAGE_SIZE, %ecx 336 andl $(PAGE_SIZE - 1), %esi 778 movl $(PAGE_SIZE / (VEC_SIZE * 4) - 1), %esi 937 cmpl $(PAGE_SIZE - VEC_SIZE), %eax 963 cmpl $(PAGE_SIZE - VEC_SIZE), %eax 967 cmpl $(PAGE_SIZE - 16), %eax 998 cmpl $(PAGE_SIZE - 8), %eax [all …]
|
A D | memcmpeq-avx2.S | 53 # define PAGE_SIZE 4096 macro 146 andl $(PAGE_SIZE - 1), %eax 147 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | strchr-avx2.S | 48 # define PAGE_SIZE 4096 macro 55 andl $(PAGE_SIZE - 1), %eax 60 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | memset-vec-unaligned-erms.S | 80 #define PAGE_SIZE 4096 macro 222 andl $(PAGE_SIZE - 1), %edi 226 cmpl $(PAGE_SIZE - VEC_SIZE), %edi
|
A D | strchr-evex.S | 60 # define PAGE_SIZE 4096 macro 68 andl $(PAGE_SIZE - 1), %eax 73 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | memchr-evex.S | 88 # define PAGE_SIZE 4096 macro 106 andl $(PAGE_SIZE - 1), %eax 107 cmpl $(PAGE_SIZE - VEC_SIZE), %eax 166 movl $(PAGE_SIZE / CHAR_SIZE), %esi
|
A D | memchr-avx2.S | 56 # define PAGE_SIZE 4096 macro 76 andl $(PAGE_SIZE - 1), %eax 77 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | strlen-evex.S | 51 # define PAGE_SIZE 4096 macro 70 andl $(PAGE_SIZE - 1), %eax 72 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | strlen-avx2.S | 46 # define PAGE_SIZE 4096 macro 68 andl $(PAGE_SIZE - 1), %eax 70 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | memcmp-avx2-movbe.S | 63 # define PAGE_SIZE 4096 macro 407 andl $(PAGE_SIZE - 1), %eax 408 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
|
A D | memcmpeq-evex.S | 48 # define PAGE_SIZE 4096 macro
|
A D | memcmp-evex-movbe.S | 78 # define PAGE_SIZE 4096 macro
|
/sysdeps/mach/ |
A D | pagecopy.h | 25 #define PAGE_SIZE __vm_page_size macro
|
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | user.h | 173 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro 174 #define PAGE_MASK (~(PAGE_SIZE-1)) 175 #define NBPG PAGE_SIZE
|
/sysdeps/unix/sysv/linux/ |
A D | check_native.c | 84 #ifdef PAGE_SIZE in __check_native() 87 const size_t buf_size = PAGE_SIZE; in __check_native()
|
A D | check_pf.c | 138 #ifdef PAGE_SIZE in make_request() 139 const size_t buf_size = PAGE_SIZE; in make_request()
|
A D | ifaddrs.c | 134 #ifdef PAGE_SIZE in __netlink_request() 137 const size_t buf_size = PAGE_SIZE; in __netlink_request()
|
/sysdeps/powerpc/powerpc64/power8/ |
A D | strnlen.S | 34 #define PAGE_SIZE 4096 macro 53 cmpldi cr7,r10,PAGE_SIZE-16
|