Lines Matching refs:hash
296 * Preload a translation in the hash table
312 * We use it to preload an HPTE into the hash table corresponding to
333 /* We also avoid filling the hash if not coming from a fault */
341 * Initialize the hash table and patch the instructions in hashtable.S.
350 if ( ppc_md.progress ) ppc_md.progress("hash:enter", 0x105);
354 #define MIN_N_HPTEG 1024 /* min 64kB hash table */
372 * Find some memory for the hash table.
374 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
381 pr_info("Total memory = %lldMB; using %ldkB for hash table\n",
394 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET;
400 ppc_md.progress("hash:patch", 0x345);
402 ppc_md.progress("hash:done", 0x205);
409 modify_instruction_site(&patch__hash_page_A0, 0xffff, hash >> 16);
418 modify_instruction_site(&patch__flush_hash_A0, 0xffff, hash >> 16);