Searched refs:CPU_NAME (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/arm/include/asm/
H A Dproc-fns.h21 #undef CPU_NAME macro
24 * CPU_NAME - the prefix for CPU related functions
28 # ifdef CPU_NAME
32 # define CPU_NAME cpu_arm6 macro
37 # ifdef CPU_NAME
41 # define CPU_NAME cpu_arm7tdmi macro
46 # ifdef CPU_NAME
50 # define CPU_NAME cpu_arm7 macro
55 # ifdef CPU_NAME
59 # define CPU_NAME cpu_arm72 macro
68 # define CPU_NAME macro
77 # define CPU_NAME macro
86 # define CPU_NAME macro
95 # define CPU_NAME macro
104 # define CPU_NAME macro
113 # define CPU_NAME macro
122 # define CPU_NAME macro
131 # define CPU_NAME macro
140 # define CPU_NAME macro
149 # define CPU_NAME macro
158 # define CPU_NAME macro
167 # define CPU_NAME macro
176 # define CPU_NAME macro
185 # define CPU_NAME macro
194 # define CPU_NAME macro
203 # define CPU_NAME macro
212 # define CPU_NAME macro
221 # define CPU_NAME macro
230 # define CPU_NAME macro
239 # define CPU_NAME macro
248 # define CPU_NAME macro
[all...]
H A Dcpu-single.h25 #define cpu_proc_init __cpu_fn(CPU_NAME,_proc_init)
26 #define cpu_proc_fin __cpu_fn(CPU_NAME,_proc_fin)
27 #define cpu_reset __cpu_fn(CPU_NAME,_reset)
28 #define cpu_do_idle __cpu_fn(CPU_NAME,_do_idle)
29 #define cpu_dcache_clean_area __cpu_fn(CPU_NAME,_dcache_clean_area)
30 #define cpu_do_switch_mm __cpu_fn(CPU_NAME,_switch_mm)
31 #define cpu_set_pte_ext __cpu_fn(CPU_NAME,_set_pte_ext)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dproc-fns.h21 #undef CPU_NAME macro
24 * CPU_NAME - the prefix for CPU related functions
28 # ifdef CPU_NAME
32 # define CPU_NAME cpu_arm6 macro
37 # ifdef CPU_NAME
41 # define CPU_NAME cpu_arm7tdmi macro
46 # ifdef CPU_NAME
50 # define CPU_NAME cpu_arm7 macro
55 # ifdef CPU_NAME
59 # define CPU_NAME cpu_arm72 macro
68 # define CPU_NAME macro
77 # define CPU_NAME macro
86 # define CPU_NAME macro
95 # define CPU_NAME macro
104 # define CPU_NAME macro
113 # define CPU_NAME macro
122 # define CPU_NAME macro
131 # define CPU_NAME macro
140 # define CPU_NAME macro
149 # define CPU_NAME macro
158 # define CPU_NAME macro
167 # define CPU_NAME macro
176 # define CPU_NAME macro
185 # define CPU_NAME macro
194 # define CPU_NAME macro
203 # define CPU_NAME macro
212 # define CPU_NAME macro
221 # define CPU_NAME macro
230 # define CPU_NAME macro
239 # define CPU_NAME macro
248 # define CPU_NAME macro
[all...]
H A Dcpu-single.h25 #define cpu_proc_init __cpu_fn(CPU_NAME,_proc_init)
26 #define cpu_proc_fin __cpu_fn(CPU_NAME,_proc_fin)
27 #define cpu_reset __cpu_fn(CPU_NAME,_reset)
28 #define cpu_do_idle __cpu_fn(CPU_NAME,_do_idle)
29 #define cpu_dcache_clean_area __cpu_fn(CPU_NAME,_dcache_clean_area)
30 #define cpu_do_switch_mm __cpu_fn(CPU_NAME,_switch_mm)
31 #define cpu_set_pte_ext __cpu_fn(CPU_NAME,_set_pte_ext)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-utils.c125 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
133 if (strcmp (cpu_name, CPU_NAME (STATE_CPU (sd, i))) == 0)
154 int len = strlen (CPU_NAME (STATE_CPU (sd, i)));
160 sprintf (prefix, "%s: ", CPU_NAME (cpu));
H A Dsim-cpu.h57 #define CPU_NAME(cpu) ((cpu)->base.name) macro
136 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
H A Dsim-options.c632 asprintf (&name, "%s-%s", CPU_NAME (cpu), lp->name);
746 const char *cpu_prefix = cpu ? CPU_NAME (cpu) : NULL;
843 sim_io_printf (sd, "CPU %s specific options:\n", CPU_NAME (cpu));
H A Dsim-module.c92 CPU_NAME (STATE_CPU (sd, i)) = name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-utils.c125 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
133 if (strcmp (cpu_name, CPU_NAME (STATE_CPU (sd, i))) == 0)
154 int len = strlen (CPU_NAME (STATE_CPU (sd, i)));
160 sprintf (prefix, "%s: ", CPU_NAME (cpu));
H A Dsim-cpu.h57 #define CPU_NAME(cpu) ((cpu)->base.name) macro
136 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
H A Dsim-options.c632 asprintf (&name, "%s-%s", CPU_NAME (cpu), lp->name);
746 const char *cpu_prefix = cpu ? CPU_NAME (cpu) : NULL;
843 sim_io_printf (sd, "CPU %s specific options:\n", CPU_NAME (cpu));
H A Dsim-module.c92 CPU_NAME (STATE_CPU (sd, i)) = name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-utils.c125 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
133 if (strcmp (cpu_name, CPU_NAME (STATE_CPU (sd, i))) == 0)
154 int len = strlen (CPU_NAME (STATE_CPU (sd, i)));
160 sprintf (prefix, "%s: ", CPU_NAME (cpu));
H A Dsim-cpu.h57 #define CPU_NAME(cpu) ((cpu)->base.name) macro
136 /* Return a pointer to the cpu data for CPU_NAME, or NULL if not found. */
H A Dsim-options.c632 asprintf (&name, "%s-%s", CPU_NAME (cpu), lp->name);
746 const char *cpu_prefix = cpu ? CPU_NAME (cpu) : NULL;
843 sim_io_printf (sd, "CPU %s specific options:\n", CPU_NAME (cpu));
H A Dsim-module.c92 CPU_NAME (STATE_CPU (sd, i)) = name;

Completed in 201 milliseconds