Searched refs:CACHE_LINE_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-ppc/
H A Dmisc.S22 #define CACHE_LINE_SIZE 16 define
26 #define CACHE_LINE_SIZE 32 define
39 li r0,4096/CACHE_LINE_SIZE
50 addi r3,r3,CACHE_LINE_SIZE
81 addi r11,r11,CACHE_LINE_SIZE
85 li r11,CACHE_LINE_SIZE+4
89 li r0,4096/CACHE_LINE_SIZE
97 #if CACHE_LINE_SIZE >= 32
99 #if CACHE_LINE_SIZE >= 64
102 #if CACHE_LINE_SIZE >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dcache-l2x0.c25 #define CACHE_LINE_SIZE 32 macro
54 start &= ~(CACHE_LINE_SIZE - 1);
55 for (addr = start; addr < end; addr += CACHE_LINE_SIZE)
64 start &= ~(CACHE_LINE_SIZE - 1);
65 for (addr = start; addr < end; addr += CACHE_LINE_SIZE)
74 start &= ~(CACHE_LINE_SIZE - 1);
75 for (addr = start; addr < end; addr += CACHE_LINE_SIZE)
H A Dcache-v6.S19 #define CACHE_LINE_SIZE 32 define
97 bic r0, r0, #CACHE_LINE_SIZE - 1
99 add r0, r0, #CACHE_LINE_SIZE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/lib/
H A Dcopy_32.S108 #if CACHE_LINE_SIZE >= 32
113 #endif /* CACHE_LINE_SIZE */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/lib/
H A Dstring.S168 #if CACHE_LINE_SIZE >= 32
173 #endif /* CACHE_LINE_SIZE */

Completed in 110 milliseconds