Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h160 return ctx->pte_frag; in pte_frag_get()
165 ctx->pte_frag = p; in pte_frag_set()
H A Dpgalloc.h35 void pte_frag_destroy(void *pte_frag);
/linux/arch/powerpc/mm/book3s64/
H A Dmmu_context.c205 mm->context.pte_frag = NULL; in init_new_context()
261 frag = mm->context.pte_frag; in destroy_pagetable_cache()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h23 void pte_frag_destroy(void *pte_frag);
H A Dmmu.h121 void *pte_frag; member