Home
last modified time | relevance | path

Searched refs:SH_CPU_SH7751R (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h32 #define SH_CPU_SH7751R (1 << 4) macro
35 #define SH_CPU_SH7751_ALL (SH_CPU_SH7751 | SH_CPU_SH7751R)
H A Dcpu.c185 env->id = SH_CPU_SH7751R; in sh7751r_cpu_initfn()
/openbmc/qemu/hw/sh4/
H A Dsh7750.c866 if (cpu->env.id & (SH_CPU_SH7750R | SH_CPU_SH7751R)) { in sh7750_init()
872 if (cpu->env.id & (SH_CPU_SH7750R | SH_CPU_SH7751 | SH_CPU_SH7751R)) { in sh7750_init()