Searched refs:pmdp_get_and_clear (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mmu_notifier.h | 345 ___pmd = pmdp_get_and_clear(__mm, __haddr, __pmd); \ 432 #define pmdp_get_and_clear_notify pmdp_get_and_clear
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 101 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function 118 return pmdp_get_and_clear(mm, address, pmdp); in pmdp_get_and_clear_full()
|
/linux-4.1.27/mm/ |
D | pgtable-generic.c | 129 pmd = pmdp_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_clear_flush()
|
D | huge_memory.c | 1462 pmd = pmdp_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_64.c | 564 pmd = pmdp_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_clear_flush() 820 pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 418 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 569 extern pmd_t pmdp_get_and_clear(struct mm_struct *mm,
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 622 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 1502 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function 1529 return pmdp_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_clear_flush()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 803 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_get_and_clear() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_64.h | 869 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear() function
|