Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpgtable-generic.c136 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush()
212 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
Dhuge_memory.c1531 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
/linux-4.4.14/include/linux/
Dmmu_notifier.h389 ___pmd = pmdp_huge_get_and_clear(__mm, __haddr, __pmd); \
478 #define pmdp_huge_get_and_clear_notify pmdp_huge_get_and_clear
/linux-4.4.14/include/asm-generic/
Dpgtable.h124 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
141 return pmdp_huge_get_and_clear(mm, address, pmdp); in pmdp_huge_get_and_clear_full()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1569 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
1596 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush()
1622 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h418 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h581 extern pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm,
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h624 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c805 pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h830 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h609 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h898 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
/linux-4.4.14/fs/proc/
Dtask_mmu.c815 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in clear_soft_dirty_pmd()