Searched refs:pmdp_huge_get_and_clear (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/mm/ |
D | pgtable-generic.c | 136 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()
|
D | huge_memory.c | 1531 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/linux-4.4.14/include/linux/ |
D | mmu_notifier.h | 389 ___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/ |
D | pgtable.h | 124 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/ |
D | pgtable.h | 1569 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/ |
D | pgtable.h | 418 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/ |
D | pgtable-ppc64.h | 581 extern pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm,
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 624 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/ |
D | pgtable_64.c | 805 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/ |
D | pgtable.h | 830 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/ |
D | pgtable.h | 609 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/ |
D | pgtable_64.h | 898 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/ |
D | task_mmu.c | 815 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in clear_soft_dirty_pmd()
|