PV_LOCK_IDX
#define PV_LOCK_IDX(pa) ((pa_index(pa) * (((pa) >> 45) + 1)) % PV_LOCK_COUNT)
#define PV_LOCK_IDX(pa) (pa_index(pa) % PV_LOCK_COUNT)