Home
last modified time | relevance | path

Searched refs:MIPS_CONFIG1_M (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h505 #define MIPS_CONFIG1_M 0x80000000 /* Flag: Config2 is present. */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c134 if (cfg1 & MIPS_CONFIG1_M) { in mips_get_identity()