Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcpu.c256 if (!(cfg1 & MIPS_CONFIG_CM)) { in mips_get_identity()
426 if (!(cfg0 & MIPS_CONFIG_CM)) in cpu_identify()
447 if (!(cfg1 & MIPS_CONFIG_CM)) in cpu_identify()
457 if (!(cfg2 & MIPS_CONFIG_CM)) in cpu_identify()
/f-stack/freebsd/mips/include/
H A Dcpuregs.h342 #define MIPS_CONFIG_CM 0x80000000 macro