Home
last modified time | relevance | path

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

/NextBSD/sys/arm/include/
HDarmreg.h353 #define CPUV7_L2CTLR_NPROC(r) ((((r) >> CPUV7_L2CTLR_NPROC_SHIFT) & 3) + 1) macro
/NextBSD/sys/arm/annapurna/alpine/
HDalpine_machdep_mp.c107 ncores = CPUV7_L2CTLR_NPROC(reg); in platform_mp_get_core_cnt()