Searched refs:huge_pte_lockptr (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | split_page_table_lock.rst | 53 - huge_pte_lockptr()
|
/linux-6.3-rc2/include/linux/ |
A D | hugetlb.h | 961 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 1176 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, 1219 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | split_page_table_lock.rst | 49 - huge_pte_lockptr()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | pgtable.c | 264 assert_spin_locked(huge_pte_lockptr(h, vma->vm_mm, ptep)); in huge_ptep_set_access_flags()
|
/linux-6.3-rc2/mm/ |
A D | hugetlb.c | 5021 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 5102 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 5156 src_ptl = huge_pte_lockptr(h, mm, src_pte); in move_huge_pte()
|
A D | migrate.c | 367 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), vma->vm_mm, pte); in migration_entry_wait_huge()
|
Completed in 23 milliseconds