Searched refs:CPU_NAME (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-arm/ |
D | proc-fns.h | 22 #undef CPU_NAME 32 # ifdef CPU_NAME 36 # define CPU_NAME arm6 macro 40 # ifdef CPU_NAME 44 # define CPU_NAME arm7 macro 48 # ifdef CPU_NAME 52 # define CPU_NAME arm720 macro 56 # ifdef CPU_NAME 60 # define CPU_NAME arm920 macro 64 # ifdef CPU_NAME [all …]
|
D | cpu-single.h | 25 #define cpu_data_abort cpu_fn(CPU_NAME,_data_abort) 26 #define cpu_check_bugs cpu_fn(CPU_NAME,_check_bugs) 27 #define cpu_proc_init cpu_fn(CPU_NAME,_proc_init) 28 #define cpu_proc_fin cpu_fn(CPU_NAME,_proc_fin) 29 #define cpu_reset cpu_fn(CPU_NAME,_reset) 30 #define cpu_do_idle cpu_fn(CPU_NAME,_do_idle) 32 #define cpu_cache_clean_invalidate_all cpu_fn(CPU_NAME,_cache_clean_invalidate_all) 33 #define cpu_cache_clean_invalidate_range cpu_fn(CPU_NAME,_cache_clean_invalidate_range) 34 #define cpu_flush_ram_page cpu_fn(CPU_NAME,_flush_ram_page) 36 #define cpu_dcache_invalidate_range cpu_fn(CPU_NAME,_dcache_invalidate_range) [all …]
|