Searched refs:ppc64_caches (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dcache.h30 struct ppc64_caches { struct
41 extern struct ppc64_caches ppc64_caches;
H A Dpage_64.h49 line_size = ppc64_caches.dline_size;
50 lines = ppc64_caches.dlines_per_page;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcache.h30 struct ppc64_caches { struct
41 extern struct ppc64_caches ppc64_caches;
H A Dpage_64.h49 line_size = ppc64_caches.dline_size;
50 lines = ppc64_caches.dlines_per_page;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c80 struct ppc64_caches ppc64_caches = { variable in typeref:struct:ppc64_caches
86 EXPORT_SYMBOL_GPL(ppc64_caches); variable
255 * Initialize some remaining members of the ppc64_caches and systemcfg
294 ppc64_caches.dsize = size;
295 ppc64_caches.dline_size = lsize;
296 ppc64_caches.log_dline_size = __ilog2(lsize);
297 ppc64_caches.dlines_per_page = PAGE_SIZE / lsize;
313 ppc64_caches.isize = size;
314 ppc64_caches
[all...]
H A Dvdso.c738 vdso_data->dcache_size = ppc64_caches.dsize;
739 vdso_data->dcache_line_size = ppc64_caches.dline_size;
740 vdso_data->icache_size = ppc64_caches.isize;
741 vdso_data->icache_line_size = ppc64_caches.iline_size;
743 /* XXXOJN: Blocks should be added to ppc64_caches and used instead */
744 vdso_data->dcache_block_size = ppc64_caches.dline_size;
745 vdso_data->icache_block_size = ppc64_caches.iline_size;
746 vdso_data->dcache_log_block_size = ppc64_caches.log_dline_size;
747 vdso_data->icache_log_block_size = ppc64_caches.log_iline_size;
H A Dasm-offsets.c122 DEFINE(DCACHEL1LINESIZE, offsetof(struct ppc64_caches, dline_size));
123 DEFINE(DCACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_dline_size));
124 DEFINE(DCACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, dlines_per_page));
125 DEFINE(ICACHEL1LINESIZE, offsetof(struct ppc64_caches, iline_size));
126 DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_iline_size));
127 DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, ilines_per_page));
H A Dmisc_64.S57 .tc ppc64_caches[TC],ppc64_caches
H A Dalign.c240 size = ppc64_caches.dline_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_64.c80 struct ppc64_caches ppc64_caches = { variable in typeref:struct:ppc64_caches
86 EXPORT_SYMBOL_GPL(ppc64_caches); variable
255 * Initialize some remaining members of the ppc64_caches and systemcfg
294 ppc64_caches.dsize = size;
295 ppc64_caches.dline_size = lsize;
296 ppc64_caches.log_dline_size = __ilog2(lsize);
297 ppc64_caches.dlines_per_page = PAGE_SIZE / lsize;
313 ppc64_caches.isize = size;
314 ppc64_caches
[all...]
H A Dvdso.c738 vdso_data->dcache_size = ppc64_caches.dsize;
739 vdso_data->dcache_line_size = ppc64_caches.dline_size;
740 vdso_data->icache_size = ppc64_caches.isize;
741 vdso_data->icache_line_size = ppc64_caches.iline_size;
743 /* XXXOJN: Blocks should be added to ppc64_caches and used instead */
744 vdso_data->dcache_block_size = ppc64_caches.dline_size;
745 vdso_data->icache_block_size = ppc64_caches.iline_size;
746 vdso_data->dcache_log_block_size = ppc64_caches.log_dline_size;
747 vdso_data->icache_log_block_size = ppc64_caches.log_iline_size;
H A Dasm-offsets.c122 DEFINE(DCACHEL1LINESIZE, offsetof(struct ppc64_caches, dline_size));
123 DEFINE(DCACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_dline_size));
124 DEFINE(DCACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, dlines_per_page));
125 DEFINE(ICACHEL1LINESIZE, offsetof(struct ppc64_caches, iline_size));
126 DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_iline_size));
127 DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, ilines_per_page));
H A Dmisc_64.S57 .tc ppc64_caches[TC],ppc64_caches
H A Dalign.c240 size = ppc64_caches.dline_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/lib/
H A Dcopypage_64.S15 .tc ppc64_caches[TC],ppc64_caches
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/lib/
H A Dcopypage_64.S15 .tc ppc64_caches[TC],ppc64_caches

Completed in 213 milliseconds