Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dlocore.h39 #define MIPS_PRID_IMPL(x) (((x) >> 8) & 0x00ff) macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c115 cpuinfo->cpu_impl = MIPS_PRID_IMPL(prid); in mips_get_identity()