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

/linux-4.4.14/arch/powerpc/mm/
H A Dmmu_context_hash64.c90 mm->context.pte_frag = NULL; init_new_context()
110 void *pte_frag; destroy_pagetable_page() local
113 pte_frag = mm->context.pte_frag; destroy_pagetable_page()
114 if (!pte_frag) destroy_pagetable_page()
117 page = virt_to_page(pte_frag); destroy_pagetable_page()
119 count = ((unsigned long)pte_frag & ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT; destroy_pagetable_page()
H A Dpgtable_64.c369 void *pte_frag, *ret; get_from_cache() local
372 ret = mm->context.pte_frag; get_from_cache()
374 pte_frag = ret + PTE_FRAG_SIZE; get_from_cache()
378 if (((unsigned long)pte_frag & ~PAGE_MASK) == 0) get_from_cache()
379 pte_frag = NULL; get_from_cache()
380 mm->context.pte_frag = pte_frag; get_from_cache()
405 if (likely(!mm->context.pte_frag)) { __alloc_for_cache()
407 mm->context.pte_frag = ret + PTE_FRAG_SIZE; __alloc_for_cache()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmmu-book3e.h239 void *pte_frag; member in struct:__anon2282
H A Dmmu-hash64.h538 void *pte_frag; subpage_prot_init_new_context() member in struct:__anon2284
/linux-4.4.14/arch/powerpc/kernel/
H A Dsetup_64.c711 init_mm.context.pte_frag = NULL; setup_arch()

Completed in 194 milliseconds