tag | line | file | source code |
hyper_cache_size | 37 | arch/sparc/mm/srmmu.c | int hyper_cache_size; |
hyper_cache_size | 2029 | arch/sparc/mm/srmmu.c | hyper_cache_size = (256 * 1024); |
hyper_cache_size | 2032 | arch/sparc/mm/srmmu.c | hyper_cache_size = (128 * 1024); |
hyper_cache_size | 131 | include/asm-sparc/ross.h | extern int hyper_cache_size; |
hyper_cache_size | 138 | include/asm-sparc/ross.h | for(addr = 0; addr < hyper_cache_size; addr += hyper_line_size) |
hyper_cache_size | 147 | include/asm-sparc/ross.h | for(addr = 0; addr < hyper_cache_size; addr += hyper_line_size) |
hyper_cache_size | 156 | include/asm-sparc/ross.h | for(addr = 0; addr < hyper_cache_size; addr += hyper_line_size) |