Home
last modified time | relevance | path

Searched defs:cpu_has_mips_r2_r6 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c280 bool cpu_has_mips_r2_r6 = env->insn_flags & ISA_MIPS_R2 || in target_cpu_copy_regs() local
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h356 #define cpu_has_mips_r2_r6 (cpu_has_mips_r2 | cpu_has_mips_r5 | \ macro