Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson64/
H A Dcpucfg-emul.c99 if (ases & MIPS_ASE_VZ) in patch_cpucfg_sel2()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu.h435 #define MIPS_ASE_VZ 0x00000080 /* Virtualization ASE */ macro
H A Dcpu-features.h529 #define cpu_has_vz __ase(MIPS_ASE_VZ)
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c535 c->ases |= MIPS_ASE_VZ; in decode_config3()
1727 c->ases &= ~MIPS_ASE_VZ; /* VZ of Loongson-3A2000/3000 is incomplete */ in cpu_probe_loongson()