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

/arch/powerpc/mm/
H A Dmmu_context_hash64.c90 mm->context.pte_frag = NULL;
107 void *pte_frag; local
110 pte_frag = mm->context.pte_frag;
111 if (!pte_frag)
114 page = virt_to_page(pte_frag);
116 count = ((unsigned long)pte_frag & ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT;
H A Dpgtable_64.c371 void *pte_frag, *ret; local
374 ret = mm->context.pte_frag;
376 pte_frag = ret + PTE_FRAG_SIZE;
380 if (((unsigned long)pte_frag & ~PAGE_MASK) == 0)
381 pte_frag = NULL;
382 mm->context.pte_frag = pte_frag;
407 if (likely(!mm->context.pte_frag)) {
409 mm->context.pte_frag = ret + PTE_FRAG_SIZE;
/arch/powerpc/include/asm/
H A Dmmu-book3e.h239 void *pte_frag; member in struct:__anon2347
H A Dmmu-hash64.h530 void *pte_frag; member in struct:__anon2349
/arch/powerpc/kernel/
H A Dsetup_64.c688 init_mm.context.pte_frag = NULL;

Completed in 86 milliseconds