Home
last modified time | relevance | path

Searched refs:ase_mt_available (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c87 if (ase_mt_available(env)) { in cpu_mips_store_status()
/openbmc/qemu/hw/mips/
H A Dcps.c60 bool is_mt = (env->CP0_Config5 & (1 << CP0C5_VP)) || ase_mt_available(env); in cpu_mips_itu_supported()
H A Dmalta.c976 if (ase_mt_available(env)) { in malta_mips_config()
/openbmc/qemu/target/mips/
H A Dcpu.c156 if (ase_mt_available(env)) { in mips_cpu_has_work()
333 if (ase_mt_available(env)) { in mips_cpu_reset_hold()
H A Dcpu.h1332 static inline bool ase_mt_available(CPUMIPSState *env) in ase_mt_available() function
H A Dcpu-defs.c.inc1035 if (!ase_mt_available(env)) {
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1104 if (ase_mt_available(env)) { in helper_mtc0_entryhi()