Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c334 unsigned int nptes, orig_shift, shift; in __set_huge_pte_at() local
355 orig_shift = pte_none(orig) ? PAGE_SHIFT : huge_tte_to_shift(orig); in __set_huge_pte_at()
360 maybe_tlb_batch_add(mm, addr, ptep, orig, 0, orig_shift); in __set_huge_pte_at()
364 orig_shift); in __set_huge_pte_at()
376 unsigned int i, nptes, orig_shift, shift; in huge_ptep_get_and_clear() local
392 orig_shift = pte_none(entry) ? PAGE_SHIFT : huge_tte_to_shift(entry); in huge_ptep_get_and_clear()
401 maybe_tlb_batch_add(mm, addr, ptep, entry, 0, orig_shift); in huge_ptep_get_and_clear()
405 orig_shift); in huge_ptep_get_and_clear()