Home
last modified time | relevance | path

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

/qemu/linux-user/mips/
H A Dtarget_elf.h15 if (eflags & EF_MIPS_NAN2008) { in cpu_get_model()
H A Dcpu_loop.c307 if (((info->elf_flags & EF_MIPS_NAN2008) != 0) != in target_cpu_copy_regs()
314 if ((info->elf_flags & EF_MIPS_NAN2008) != 0) { in target_cpu_copy_regs()
/qemu/include/
H A Delf.h71 #define EF_MIPS_NAN2008 0x00000400 macro