Searched refs:pte_frag (Results 1 – 5 of 5) sorted by relevance
90 mm->context.pte_frag = NULL; in init_new_context()107 void *pte_frag; in destroy_pagetable_page() local110 pte_frag = mm->context.pte_frag; in destroy_pagetable_page()111 if (!pte_frag) in destroy_pagetable_page()114 page = virt_to_page(pte_frag); in destroy_pagetable_page()116 count = ((unsigned long)pte_frag & ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT; in destroy_pagetable_page()
379 void *pte_frag, *ret; in get_from_cache() local382 ret = mm->context.pte_frag; in get_from_cache()384 pte_frag = ret + PTE_FRAG_SIZE; in get_from_cache()388 if (((unsigned long)pte_frag & ~PAGE_MASK) == 0) in get_from_cache()389 pte_frag = NULL; in get_from_cache()390 mm->context.pte_frag = pte_frag; in get_from_cache()415 if (likely(!mm->context.pte_frag)) { in __alloc_for_cache()417 mm->context.pte_frag = ret + PTE_FRAG_SIZE; in __alloc_for_cache()
239 void *pte_frag; member
537 void *pte_frag; member
687 init_mm.context.pte_frag = NULL; in setup_arch()