Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c125 #define PV_LOCK_COUNT MAXCPU macro
126 static struct rwlock __exclusive_cache_line pv_lock[PV_LOCK_COUNT];
137 #define PV_LOCK_IDX(pa) ((pa_index(pa) * (((pa) >> 45) + 1)) % PV_LOCK_COUNT)
139 #define PV_LOCK_IDX(pa) (pa_index(pa) % PV_LOCK_COUNT)
1037 for (i = 0; i < PV_LOCK_COUNT; i++) in moea64_mid_bootstrap()