CVMX_COREMASK_ELTSZ   37 arch/mips/include/asm/octeon/cvmx-coremask.h #define CVMX_COREMASK_BMPSZ (CVMX_MIPS_MAX_CORES / CVMX_COREMASK_ELTSZ)
CVMX_COREMASK_ELTSZ   53 arch/mips/include/asm/octeon/cvmx-coremask.h 	n = core % CVMX_COREMASK_ELTSZ;
CVMX_COREMASK_ELTSZ   54 arch/mips/include/asm/octeon/cvmx-coremask.h 	i = core / CVMX_COREMASK_ELTSZ;
CVMX_COREMASK_ELTSZ   84 arch/mips/include/asm/octeon/cvmx-coremask.h 	n = core % CVMX_COREMASK_ELTSZ;
CVMX_COREMASK_ELTSZ   85 arch/mips/include/asm/octeon/cvmx-coremask.h 	i = core / CVMX_COREMASK_ELTSZ;