Searched refs:hugepte (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c275 static void hugepd_free(struct mmu_gather *tlb, void *hugepte) argument
283 kmem_cache_free(PGT_CACHE(PTE_T_ORDER), hugepte); local
293 (*batchp)->ptes[(*batchp)->index++] = hugepte;
301 static inline void hugepd_free(struct mmu_gather *tlb, void *hugepte) {} argument
323 pte_t *hugepte = hugepd_page(*hpdp); local
341 hugepd_free(tlb, hugepte);
343 pgtable_free_tlb(tlb, hugepte,
393 * the same kmem cache that holds the hugepte.
435 * the same kmem cache that holds the hugepte.
497 * same kmem cache that holds the hugepte
[all...]

Completed in 218 milliseconds