Home
last modified time | relevance | path

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

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