Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst53 - huge_pte_lockptr()
/openbmc/linux/include/linux/
H A Dhugetlb.h970 static inline spinlock_t *huge_pte_lockptr(struct hstate *h, in huge_pte_lockptr() function
1184 static inline spinlock_t *huge_pte_lockptr(struct hstate *h,
1231 ptl = huge_pte_lockptr(h, mm, pte); in huge_pte_lock()
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst54 - huge_pte_lockptr()
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable.c285 assert_spin_locked(huge_pte_lockptr(h, vma->vm_mm, ptep)); in huge_ptep_set_access_flags()
/openbmc/linux/mm/
H A Dhugetlb.c5090 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
5171 src_ptl = huge_pte_lockptr(h, src, src_pte); in copy_hugetlb_page_range()
5230 src_ptl = huge_pte_lockptr(h, mm, src_pte); in move_huge_pte()
6161 * huge_pte_lockptr() later in in hugetlb_fault()
H A Dmigrate.c340 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), vma->vm_mm, ptep); in migration_entry_wait_huge()