Searched refs:huge_pte_lockptr (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/mm/ |
D | split_page_table_lock.rst | 53 - huge_pte_lockptr()
|
/linux-6.12.1/include/linux/ |
D | hugetlb.h | 945 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function 1196 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, 1249 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
|
/linux-6.12.1/Documentation/mm/ |
D | split_page_table_lock.rst | 54 - huge_pte_lockptr()
|
/linux-6.12.1/arch/powerpc/mm/ |
D | pgtable.c | 282 assert_spin_locked(huge_pte_lockptr(h, vma->vm_mm, ptep)); in huge_ptep_set_access_flags()
|
/linux-6.12.1/mm/ |
D | hugetlb.c | 5266 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 5345 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range() 5404 src_ptl = huge_pte_lockptr(h, mm, src_pte); in move_huge_pte()
|
D | migrate.c | 418 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), vma->vm_mm, ptep); in migration_entry_wait_huge()
|