Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h499 #define MIPS_CONFIG0_VI 0x00000008 /* inst cache is virtual */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c122 cpuinfo->icache_virtual = cfg0 & MIPS_CONFIG0_VI; in mips_get_identity()