Home
last modified time | relevance | path

Searched refs:pte_frag (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/mm/
Dmmu_context_book3s64.c168 mm->context.pte_frag = NULL; in init_new_context()
190 void *pte_frag; in destroy_pagetable_page() local
193 pte_frag = mm->context.pte_frag; in destroy_pagetable_page()
194 if (!pte_frag) in destroy_pagetable_page()
197 page = virt_to_page(pte_frag); in destroy_pagetable_page()
199 count = ((unsigned long)pte_frag & ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT; in destroy_pagetable_page()
Dpgtable_64.c337 void *pte_frag, *ret; in get_from_cache() local
340 ret = mm->context.pte_frag; in get_from_cache()
342 pte_frag = ret + PTE_FRAG_SIZE; in get_from_cache()
346 if (((unsigned long)pte_frag & ~PAGE_MASK) == 0) in get_from_cache()
347 pte_frag = NULL; in get_from_cache()
348 mm->context.pte_frag = pte_frag; in get_from_cache()
380 if (likely(!mm->context.pte_frag)) { in __alloc_for_cache()
382 mm->context.pte_frag = ret + PTE_FRAG_SIZE; in __alloc_for_cache()
/arch/powerpc/include/asm/book3s/64/
Dmmu.h106 void *pte_frag; member
/arch/powerpc/include/asm/
Dmmu-book3e.h235 void *pte_frag; member