HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_PRID_IMPL (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/mips/cavium/
octeon_misc.c 147 switch (MIPS_PRID_IMPL(cpu_id)) {
211 panic("IMPL 0x%02x not implemented", MIPS_PRID_IMPL(cpu_id));
  /src/sys/arch/mips/mips/
cache.c 262 switch (MIPS_PRID_IMPL(cpu_id)) {
554 if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4600 &&
563 } else if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4600 &&
577 if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4100 &&
656 MIPS_PRID_IMPL(cpu_id));
701 switch (MIPS_PRID_IMPL(cpu_id)) {
850 MIPS_PRID_IMPL(cpu_id));
878 switch (MIPS_PRID_IMPL(cpu_id)) {
1003 switch(MIPS_PRID_IMPL(cpu_id)) {
1394 switch (MIPS_PRID_IMPL(cpu_id))
    [all...]
mips_machdep.c 1169 MIPS_PRID_IMPL(cpu_id) != ct->cpu_pid)
1278 if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4100)
1352 if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4100)
1525 MIPS_PRID_IMPL(fpu_id) == fputab[i].cpu_pid) {
1530 if (fpuname == NULL && MIPS_PRID_IMPL(fpu_id) == MIPS_PRID_IMPL(cpu_id))
1532 if (MIPS_PRID_IMPL(cpu_id) == MIPS_R4700) /* FPU PRid is 0x20 */
1534 if (MIPS_PRID_IMPL(cpu_id) == MIPS_RC64470) /* FPU PRid is 0x21 */
  /src/sys/arch/mips/cavium/dev/
octeon_pip.c 110 if (MIPS_PRID_IMPL(mips_options.mips_cpu_id) == MIPS_CN68XX)
161 if (MIPS_PRID_IMPL(mips_options.mips_cpu_id) == MIPS_CN68XX)
211 if (MIPS_PRID_IMPL(mips_options.mips_cpu_id) == MIPS_CN50XX) {
octeon_dwctwo.c 143 switch (MIPS_PRID_IMPL(cpu_id)) {
192 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
octeon_gmx.c 304 switch (MIPS_PRID_IMPL(cpu_id)) {
if_cnmac.c 265 if (MIPS_PRID_IMPL(mips_options.mips_cpu_id) <= MIPS_CN30XX) {
  /src/sys/arch/mips/atheros/
ar_conf.c 173 const u_int pid = MIPS_PRID_IMPL(mips_options.mips_cpu_id);
  /src/sys/arch/mips/rmi/
rmixl_pcie.c 517 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
596 switch (MIPS_PRID_IMPL(cpu_id)) {
787 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
1051 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
1081 __func__, MIPS_PRID_IMPL(mips_options.mips_cpu_id));
1100 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
1139 __func__, MIPS_PRID_IMPL(mips_options.mips_cpu_id));
rmixl_intr.c 546 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
593 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
rmixl_fmn.c 445 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {
471 MIPS_PRID_IMPL(mips_options.mips_cpu_id));
  /src/sys/arch/mips/include/
locore.h 728 #define MIPS_PRID_IMPL(x) (((x) >> 8) & 0x00ff)
  /src/sys/arch/sgimips/sgimips/
machdep.c 932 switch (MIPS_PRID_IMPL(mips_options.mips_cpu_id)) {

Completed in 28 milliseconds