Searched refs:pmdp_huge_get_and_clear (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/mm/ |
D | pgtable-generic.c | 144 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_clear_flush() 227 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
D | debug_vm_pgtable.c | 250 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests() 277 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp); in pmd_advanced_tests()
|
D | huge_memory.c | 1775 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd); in move_huge_pmd()
|
/linux-6.6.21/arch/riscv/mm/ |
D | pgtable.c | 88 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgtable.h | 1737 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 1760 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_clear_flush() 1786 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_collapse_flush()
|
/linux-6.6.21/include/linux/ |
D | pgtable.h | 499 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function 532 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp); in pmdp_huge_get_and_clear_full()
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 185 pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp); in pmdp_huge_get_and_clear_full()
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgtable.h | 591 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable.h | 743 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable.h | 778 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_64.h | 913 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable.h | 955 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1354 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, in pmdp_huge_get_and_clear() function
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable.h | 1349 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, in pmdp_huge_get_and_clear() function
|