Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h495 #define MIPS_CONFIG0_M 0x80000000 /* Flag: Config1 is present. */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c125 if (!(cfg0 & MIPS_CONFIG0_M)) in mips_get_identity()