Lines Matching defs:hash
304 * Preload a translation in the hash table
320 * We use it to preload an HPTE into the hash table corresponding to
343 /* We also avoid filling the hash if not coming from a fault */
351 * Initialize the hash table and patch the instructions in hashtable.S.
360 if ( ppc_md.progress ) ppc_md.progress("hash:enter", 0x105);
364 #define MIN_N_HPTEG 1024 /* min 64kB hash table */
382 * Find some memory for the hash table.
384 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
391 pr_info("Total memory = %lldMB; using %ldkB for hash table\n",
404 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET;
410 ppc_md.progress("hash:patch", 0x345);
412 ppc_md.progress("hash:done", 0x205);
419 modify_instruction_site(&patch__hash_page_A0, 0xffff, hash >> 16);
428 modify_instruction_site(&patch__flush_hash_A0, 0xffff, hash >> 16);