Lines Matching refs:pgtable
264 * We want to put the pgtable in pmd and use pgtable for tracking
268 pgtable_t pgtable)
274 * we store the pgtable in the second half of PMD
277 *pgtable_slot = pgtable;
279 * expose the deposited pgtable to other cpus.
281 * hash fault code looks at the deposted pgtable
289 pgtable_t pgtable;
295 pgtable = *pgtable_slot;
304 memset(pgtable, 0, PTE_FRAG_SIZE);
305 return pgtable;
349 pgtable_t pgtable;
357 * So we can safely go and clear the pgtable hash
361 pgtable = *pgtable_slot;
366 memset(pgtable, 0, PTE_FRAG_SIZE);