HomeSort by: relevance | last modified time | path
    Searched defs:cpu_cidflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_cpunode.c 91 const u_int cpu_cidflags = mips_options.mips_cpu->cpu_cidflags; local in function:cpunode_rmixl_attach
100 switch (cpu_cidflags & MIPS_CIDFL_RMI_TYPE) {
106 sz = (size_t)MIPS_CIDFL_RMI_L2SZ(cpu_cidflags);
116 ncores = MIPS_CIDFL_RMI_NCORES(cpu_cidflags);
  /src/sys/arch/mips/include/
locore.h 857 u_int cpu_cidflags; /* company-specific flags */ member in struct:pridtab
880 * cpu_cidflags defines, by company
883 * RMI company-specific cpu_cidflags

Completed in 12 milliseconds