Searched refs:pte_frag (Results 1 – 4 of 4) sorted by relevance
168 mm->context.pte_frag = NULL; in init_new_context()190 void *pte_frag; in destroy_pagetable_page() local193 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()
337 void *pte_frag, *ret; in get_from_cache() local340 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()
106 void *pte_frag; member
235 void *pte_frag; member