Lines Matching refs:pgtable
263 * We want to put the pgtable in pmd and use pgtable for tracking
267 pgtable_t pgtable)
273 * we store the pgtable in the second half of PMD
276 *pgtable_slot = pgtable;
278 * expose the deposited pgtable to other cpus.
280 * hash fault code looks at the deposted pgtable
288 pgtable_t pgtable;
294 pgtable = *pgtable_slot;
303 memset(pgtable, 0, PTE_FRAG_SIZE);
304 return pgtable;
348 pgtable_t pgtable;
356 * So we can safely go and clear the pgtable hash
360 pgtable = *pgtable_slot;
365 memset(pgtable, 0, PTE_FRAG_SIZE);