Home
last modified time | relevance | path

Searched refs:cpu_has_mips_r2_r6 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dcsrc-r4k.c120 if (cpu_has_mips_r2_r6 && rdhwr_count_usable()) in init_r4k_clocksource()
H A Dtraps.c1846 if ((cpu_has_mips_r2_r6) && in cache_parity_error()
1886 if ((cpu_has_mips_r2_r6) && in do_ftlb()
2229 if (cpu_has_mips_r2_r6) in configure_hwrena()
2244 if (cpu_has_mips_r2_r6) { in configure_exception_vector()
2287 if (cpu_has_mips_r2_r6) { in per_cpu_trap_init()
2368 if (!cpu_has_mips_r2_r6) { in trap_init()
H A Dcevt-r4k.c132 const int r2 = cpu_has_mips_r2_r6; in c0_compare_interrupt()
H A Delf.c256 cpu_has_mips_r2_r6) ? in arch_check_elf()
H A Dcpu-probe.c747 if (cpu_has_mips_r2_r6) { in decode_configs()
787 if (cpu_has_mips_r2_r6) { in decode_configs()
1932 if (cpu_has_mips_r2_r6) { in cpu_probe()
/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
291 && cpu_has_mips_r2_r6) || prog_req.fr1) { in target_cpu_copy_regs()
/openbmc/linux/arch/mips/include/asm/
H A Dhazards.h157 if (cpu_has_mips_r2_r6) \
H A Dcpu-features.h356 #define cpu_has_mips_r2_r6 (cpu_has_mips_r2 | cpu_has_mips_r5 | \ macro
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1140 if (!cpu_has_mips_r2_r6) in cop1Emulate()
1151 if (!cpu_has_mips_r2_r6) in cop1Emulate()
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c506 if (cpu_has_mips_r2_r6) { in build_tlb_write_entry()