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.c124 #define PV_LOCK_COUNT PA_LOCK_COUNT macro
125 static struct mtx_padalign pv_lock[PV_LOCK_COUNT];
133 #define PV_LOCK_IDX(pa) ((pa_index(pa) * (((pa) >> 45) + 1)) % PV_LOCK_COUNT)
135 #define PV_LOCK_IDX(pa) (pa_index(pa) % PV_LOCK_COUNT)
1065 for (i = 0; i < PV_LOCK_COUNT; i++) in moea64_mid_bootstrap()