Searched refs:PPH_SIZE (Results 1 – 1 of 1) sorted by relevance
77 #define PPH_SIZE 8 macro78 struct physmem_proc_hash *pph[PPH_SIZE];87 #define PHYSMEM_HASH(procp) ((int)((((uintptr_t)procp) >> 8) & (PPH_SIZE - 1)))880 for (i = 0; i < PPH_SIZE; i++) in physmem_attach()