Searched refs:pmdp_huge_get_and_clear (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/mm/ |
D | pgtable-generic.c | 140 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush() 215 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
D | debug_vm_pgtable.c | 175 pmdp_huge_get_and_clear(mm, vaddr, pmdp); in pmd_advanced_tests() 200 pmdp_huge_get_and_clear(mm, vaddr, pmdp); in pmd_advanced_tests()
|
D | huge_memory.c | 1757 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 123 pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_get_and_clear_full()
|
/Linux-v5.10/include/linux/ |
D | pgtable.h | 263 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 291 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_get_and_clear_full()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | pgtable.h | 1585 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 1608 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_clear_flush() 1634 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | pgtable.h | 718 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | pgtable_64.h | 915 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | pgtable.h | 837 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/Linux-v5.10/arch/x86/include/asm/ |
D | pgtable.h | 1138 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear() function
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1251 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|