Home
last modified time | relevance | path

Searched refs:MIPS_ASE_MIPS3D (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/
Dcpu.h430 #define MIPS_ASE_MIPS3D 0x00000004 /* MIPS-3D */ macro
Dcpu-features.h187 #define cpu_has_mips3d __isa_lt_and_ase(6, MIPS_ASE_MIPS3D)
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c292 c->ases |= MIPS_ASE_MIPS3D; in cpu_set_fpu_opts()