Home
last modified time | relevance | path

Searched refs:cpu_type_supports_isa (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h1317 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa);
1339 return cpu_type_supports_isa(cpu_type, CPU_MIPS64); in cpu_type_is_64bit()
H A Dcpu.c658 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa) in cpu_type_supports_isa() function
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c509 if (!cpu_type_supports_isa(machine->cpu_type, INSN_LOONGSON3A)) { in mips_loongson3_virt_init()
H A Dmalta.c1164 if (!cpu_type_supports_isa(machine->cpu_type, ISA_NANOMIPS32)) { in mips_malta_init()