Searched refs:XCHAL_DCACHE_LINESIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dcacheflush.h213 cnt = (size + ((XCHAL_DCACHE_LINESIZE - 1) & addr)
214 + XCHAL_DCACHE_LINESIZE - 1) / XCHAL_DCACHE_LINESIZE;
217 addr += XCHAL_DCACHE_LINESIZE;
228 cnt = (size + ((XCHAL_DCACHE_LINESIZE - 1) & addr)
229 - XCHAL_DCACHE_LINESIZE - 1) / XCHAL_DCACHE_LINESIZE;
232 "n"(XCHAL_DCACHE_LINESIZE));
233 addr += XCHAL_DCACHE_LINESIZE;
236 "n"(XCHAL_DCACHE_LINESIZE));
[all...]
H A Dcache.h17 #define L1_CACHE_BYTES XCHAL_DCACHE_LINESIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h115 #define XCHAL_DCACHE_LINESIZE 16 /* D-cache line size in bytes */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsetup.c445 XCHAL_DCACHE_LINESIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/dc232b/include/variant/
H A Dcore.h122 #define XCHAL_DCACHE_LINESIZE 32 /* D-cache line size in bytes */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/variants/s6000/include/variant/
H A Dcore.h121 #define XCHAL_DCACHE_LINESIZE 16 /* D-cache line size in bytes */ macro

Completed in 116 milliseconds