Home
last modified time | relevance | path

Searched refs:SH_CPU_SH7751 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h31 #define SH_CPU_SH7751 (1 << 3) macro
35 #define SH_CPU_SH7751_ALL (SH_CPU_SH7751 | SH_CPU_SH7751R)
/openbmc/qemu/hw/sh4/
H A Dsh7750.c860 if (cpu->env.id & (SH_CPU_SH7750 | SH_CPU_SH7750S | SH_CPU_SH7751)) { in sh7750_init()
872 if (cpu->env.id & (SH_CPU_SH7750R | SH_CPU_SH7751 | SH_CPU_SH7751R)) { in sh7750_init()