Lines Matching refs:PAGE_SIZE
98 #ifndef PAGE_SIZE
99 # define PAGE_SIZE 4096 macro
102 #if PAGE_SIZE != 4096
103 # error Unsupported PAGE_SIZE
110 #if PAGE_SIZE != (1 << LOG_PAGE_SIZE)
499 andl $(PAGE_SIZE - 256), %ecx
622 testl $(PAGE_SIZE - 512), %ecx
777 testl $(PAGE_SIZE - VEC_SIZE * 8), %ecx
786 andl $(PAGE_SIZE * 2 - 1), %edx
793 movl $(PAGE_SIZE / LARGE_LOAD_SIZE), %ecx
797 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE + PREFETCHED_LOAD_SIZE)
798 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE + PREFETCHED_LOAD_SIZE * 2)
801 LOAD_ONE_SET((%rsi), PAGE_SIZE, %VEC(4), %VEC(5), %VEC(6), %VEC(7))
805 STORE_ONE_SET((%rdi), PAGE_SIZE, %VEC(4), %VEC(5), %VEC(6), %VEC(7))
809 addq $PAGE_SIZE, %rdi
810 addq $PAGE_SIZE, %rsi
855 andl $(PAGE_SIZE * 4 - 1), %edx
862 movl $(PAGE_SIZE / LARGE_LOAD_SIZE), %ecx
867 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE + PREFETCHED_LOAD_SIZE)
868 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE * 2 + PREFETCHED_LOAD_SIZE)
869 PREFETCH_ONE_SET(1, (%rsi), PAGE_SIZE * 3 + PREFETCHED_LOAD_SIZE)
872 LOAD_ONE_SET((%rsi), PAGE_SIZE, %VEC(4), %VEC(5), %VEC(6), %VEC(7))
873 LOAD_ONE_SET((%rsi), PAGE_SIZE * 2, %VEC(8), %VEC(9), %VEC(10), %VEC(11))
874 LOAD_ONE_SET((%rsi), PAGE_SIZE * 3, %VEC(12), %VEC(13), %VEC(14), %VEC(15))
878 STORE_ONE_SET((%rdi), PAGE_SIZE, %VEC(4), %VEC(5), %VEC(6), %VEC(7))
879 STORE_ONE_SET((%rdi), PAGE_SIZE * 2, %VEC(8), %VEC(9), %VEC(10), %VEC(11))
880 STORE_ONE_SET((%rdi), PAGE_SIZE * 3, %VEC(12), %VEC(13), %VEC(14), %VEC(15))
884 addq $(PAGE_SIZE * 3), %rdi
885 addq $(PAGE_SIZE * 3), %rsi