Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h34 #define CVMX_COREMASK_ELTSZ 64 macro
37 #define CVMX_COREMASK_BMPSZ (CVMX_MIPS_MAX_CORES / CVMX_COREMASK_ELTSZ)
53 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
54 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set()
84 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_clear_core()
85 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_clear_core()