Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dcpu.h429 #define MIPS_ASE_MIPS16 0x00000001 /* code compression */ macro
Dcpu-features.h193 #define cpu_has_mips16 __isa_lt_and_ase(6, MIPS_ASE_MIPS16)
/linux-5.19.10/arch/mips/kernel/
Dcpu-probe.c473 c->ases |= MIPS_ASE_MIPS16; in decode_config1()