Home
last modified time | relevance | path

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

/linux/arch/mips/loongson64/
H A Dcpucfg-emul.c112 if (ases & MIPS_ASE_LOONGSON_CAM) { in patch_cpucfg_sel3()
/linux/arch/mips/include/asm/
H A Dcpu.h439 #define MIPS_ASE_LOONGSON_CAM 0x00001000 /* Loongson CAM */ macro
H A Dcpu-features.h431 #define cpu_has_loongson_cam __ase(MIPS_ASE_LOONGSON_CAM)
/linux/arch/mips/kernel/
H A Dcpu-probe.c1273 c->ases |= (MIPS_ASE_LOONGSON_MMI | MIPS_ASE_LOONGSON_CAM | in cpu_probe_legacy()
1282 c->ases |= (MIPS_ASE_LOONGSON_MMI | MIPS_ASE_LOONGSON_CAM | in cpu_probe_legacy()
1679 c->ases |= MIPS_ASE_LOONGSON_CAM; in decode_cpucfg()
1729 c->ases |= (MIPS_ASE_LOONGSON_MMI | MIPS_ASE_LOONGSON_CAM | in cpu_probe_loongson()