Searched refs:orig_shift (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | hugetlbpage.c | 328 unsigned int nptes, orig_shift, shift; in set_huge_pte_at() local 349 orig_shift = pte_none(orig) ? PAGE_SHIFT : huge_tte_to_shift(orig); in set_huge_pte_at() 354 maybe_tlb_batch_add(mm, addr, ptep, orig, 0, orig_shift); in set_huge_pte_at() 358 orig_shift); in set_huge_pte_at() 364 unsigned int i, nptes, orig_shift, shift; in huge_ptep_get_and_clear() local 380 orig_shift = pte_none(entry) ? PAGE_SHIFT : huge_tte_to_shift(entry); in huge_ptep_get_and_clear() 389 maybe_tlb_batch_add(mm, addr, ptep, entry, 0, orig_shift); in huge_ptep_get_and_clear() 393 orig_shift); in huge_ptep_get_and_clear()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | hugetlbpage.c | 334 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()
|
Completed in 2 milliseconds