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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dcache.h23 struct ppc64_caches { struct
34 extern struct ppc64_caches ppc64_caches;
H A Dpage_64.h44 line_size = ppc64_caches.dline_size;
45 lines = ppc64_caches.dlines_per_page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c79 struct ppc64_caches ppc64_caches = { variable in typeref:struct:ppc64_caches
85 EXPORT_SYMBOL_GPL(ppc64_caches); variable
271 * Initialize some remaining members of the ppc64_caches and systemcfg
317 ppc64_caches.dsize = size;
318 ppc64_caches.dline_size = lsize;
319 ppc64_caches.log_dline_size = __ilog2(lsize);
320 ppc64_caches.dlines_per_page = PAGE_SIZE / lsize;
334 ppc64_caches.isize = size;
335 ppc64_caches
[all...]
H A Dasm-offsets.c102 DEFINE(DCACHEL1LINESIZE, offsetof(struct ppc64_caches, dline_size));
103 DEFINE(DCACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_dline_size));
104 DEFINE(DCACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, dlines_per_page));
105 DEFINE(ICACHEL1LINESIZE, offsetof(struct ppc64_caches, iline_size));
106 DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct ppc64_caches, log_iline_size));
107 DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct ppc64_caches, ilines_per_page));
H A Dvdso.c685 vdso_data->dcache_size = ppc64_caches.dsize;
686 vdso_data->dcache_line_size = ppc64_caches.dline_size;
687 vdso_data->icache_size = ppc64_caches.isize;
688 vdso_data->icache_line_size = ppc64_caches.iline_size;
H A Dmisc_64.S70 .tc ppc64_caches[TC],ppc64_caches
H A Dalign.c236 size = ppc64_caches.dline_size;

Completed in 68 milliseconds