Searched refs:PREFETCH_DIST (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_page_mck.S28 * has 2*PREFETCH_DIST+K stages. The first PREFETCH_DIST stages are used for prefetching
29 * source cache-lines. The second PREFETCH_DIST stages are used for prefetching destination
39 * As a secondary optimization, the first 2*PREFETCH_DIST iterations are implemented
65 #define PREFETCH_DIST 8 // McKinley sustains 16 outstanding L2 misses (8 ld, 8 st) define
94 #define B (PREFETCH_DIST)
95 #define C (B + PREFETCH_DIST)
104 .rotr v[2*PREFETCH_DIST], n[D-C+1]
118 mov ar.lc = 2*PREFETCH_DIST - 1
126 mov t1 = (PAGE_SIZE/128) - (2*PREFETCH_DIST)
[all...]
H A Dmemcpy_mck.S38 #define PREFETCH_DIST 8 define
62 #define B (PREFETCH_DIST)
63 #define C (B + PREFETCH_DIST)
116 cmp.lt p6,p0=2*PREFETCH_DIST,cnt
188 .rotr v[2*PREFETCH_DIST]
201 mov ar.lc = 2*PREFETCH_DIST - 1
208 add cnt = -(2*PREFETCH_DIST) - 1, cnt

Completed in 61 milliseconds