PPH_SIZE
struct physmem_proc_hash *pph[PPH_SIZE];
#define PHYSMEM_HASH(procp) ((int)((((uintptr_t)procp) >> 8) & (PPH_SIZE - 1)))
for (i = 0; i < PPH_SIZE; i++)