Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl.h49 #define OPL_MAX_COREID_PER_CMP 4 macro
51 #define OPL_MAX_CPUID_PER_CMP (OPL_MAX_COREID_PER_CMP * \
57 (OPL_MAX_COREID_PER_CMP * OPL_MAX_CMPID_PER_BOARD)
67 (OPL_MAX_COREID_PER_CMP - 1))
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c1016 OPL_MAX_COREID_PER_CMP) + CORE_ID(cpuid); in get_mmu_id()