Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 24 of 24) sorted by relevance

/sysdeps/unix/sysv/linux/alpha/sys/
A Duser.h44 #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 Duser.h75 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
76 #define PAGE_MASK (~(PAGE_SIZE-1))
77 #define NBPG PAGE_SIZE
/sysdeps/generic/
A Da.out.h91 #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 Dmemcopy.h185 # define PAGE_OFFSET(n) ((n) & (PAGE_SIZE - 1))
/sysdeps/x86_64/multiarch/
A Dmemmove-vec-unaligned-erms.S98 #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 Dstrcmp-avx2.S27 # 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 Dstrcmp-evex.S27 # 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 Dmemcmpeq-avx2.S53 # define PAGE_SIZE 4096 macro
146 andl $(PAGE_SIZE - 1), %eax
147 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dstrchr-avx2.S48 # define PAGE_SIZE 4096 macro
55 andl $(PAGE_SIZE - 1), %eax
60 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dmemset-vec-unaligned-erms.S80 #define PAGE_SIZE 4096 macro
222 andl $(PAGE_SIZE - 1), %edi
226 cmpl $(PAGE_SIZE - VEC_SIZE), %edi
A Dstrchr-evex.S60 # define PAGE_SIZE 4096 macro
68 andl $(PAGE_SIZE - 1), %eax
73 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dmemchr-evex.S88 # 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 Dmemchr-avx2.S56 # define PAGE_SIZE 4096 macro
76 andl $(PAGE_SIZE - 1), %eax
77 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dstrlen-evex.S51 # define PAGE_SIZE 4096 macro
70 andl $(PAGE_SIZE - 1), %eax
72 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dstrlen-avx2.S46 # define PAGE_SIZE 4096 macro
68 andl $(PAGE_SIZE - 1), %eax
70 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dmemcmp-avx2-movbe.S63 # define PAGE_SIZE 4096 macro
407 andl $(PAGE_SIZE - 1), %eax
408 cmpl $(PAGE_SIZE - VEC_SIZE), %eax
A Dmemcmpeq-evex.S48 # define PAGE_SIZE 4096 macro
A Dmemcmp-evex-movbe.S78 # define PAGE_SIZE 4096 macro
/sysdeps/mach/
A Dpagecopy.h25 #define PAGE_SIZE __vm_page_size macro
/sysdeps/unix/sysv/linux/x86/sys/
A Duser.h173 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
174 #define PAGE_MASK (~(PAGE_SIZE-1))
175 #define NBPG PAGE_SIZE
/sysdeps/unix/sysv/linux/
A Dcheck_native.c84 #ifdef PAGE_SIZE in __check_native()
87 const size_t buf_size = PAGE_SIZE; in __check_native()
A Dcheck_pf.c138 #ifdef PAGE_SIZE in make_request()
139 const size_t buf_size = PAGE_SIZE; in make_request()
A Difaddrs.c134 #ifdef PAGE_SIZE in __netlink_request()
137 const size_t buf_size = PAGE_SIZE; in __netlink_request()
/sysdeps/powerpc/powerpc64/power8/
A Dstrnlen.S34 #define PAGE_SIZE 4096 macro
53 cmpldi cr7,r10,PAGE_SIZE-16

Completed in 21 milliseconds