Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/mips64/
H A Dtarget_elf.h15 if ((eflags & EF_MIPS_MACH) == EF_MIPS_MACH_5900) { in cpu_get_model()
/openbmc/qemu/linux-user/mips/
H A Dtarget_elf.h15 if ((eflags & EF_MIPS_MACH) == EF_MIPS_MACH_5900) { in cpu_get_model()
/openbmc/qemu/include/
H A Delf.h93 #define EF_MIPS_MACH 0x00ff0000 /* EF_MIPS_MACH_xxx selection mask */ macro