Searched refs:pmdp_huge_get_and_clear (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/mm/ |
D | pgtable-generic.c | 130 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush() 205 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
D | huge_memory.c | 1813 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 137 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 165 return pmdp_huge_get_and_clear(mm, address, pmdp); in pmdp_huge_get_and_clear_full()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 1487 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 1510 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_clear_flush() 1536 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 656 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 668 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_64.h | 965 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1196 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 1163 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear() function
|