TPI_NHASH
#define TPI_HASH(p) ((((uintptr_t *)p)[0] >> tpi_hashshift) % TPI_NHASH)
static tpi_provinfo_t *tpi_provinfo_table[TPI_NHASH];