Searched refs:pte_frag (Results 1 – 7 of 7) sorted by relevance
18 void pte_frag_destroy(void *pte_frag) in pte_frag_destroy() argument23 page = virt_to_page(pte_frag); in pte_frag_destroy()25 count = ((unsigned long)pte_frag & ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT; in pte_frag_destroy()35 void *pte_frag, *ret; in get_pte_from_cache() local43 pte_frag = ret + PTE_FRAG_SIZE; in get_pte_from_cache()47 if (((unsigned long)pte_frag & ~PAGE_MASK) == 0) in get_pte_from_cache()48 pte_frag = NULL; in get_pte_from_cache()49 pte_frag_set(&mm->context, pte_frag); in get_pte_from_cache()
114 return ctx->pte_frag; in pte_frag_get()119 ctx->pte_frag = p; in pte_frag_set()
35 void pte_frag_destroy(void *pte_frag);
197 mm->context.pte_frag = NULL; in init_new_context()245 frag = mm->context.pte_frag; in destroy_pagetable_cache()
189 void *pte_frag; member
23 void pte_frag_destroy(void *pte_frag);
119 void *pte_frag; member
Completed in 11 milliseconds