Searched refs:pmdp_huge_get_and_clear (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/riscv/mm/
H A Dpgtable.c129 pmd_t pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
/linux-master/mm/
H A Dpgtable-generic.c144 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
227 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
H A Ddebug_vm_pgtable.c250 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp);
277 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp);
H A Dhuge_memory.c1894 * when calling pmdp_huge_get_and_clear. So do the
2000 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd);
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c185 pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp);
/linux-master/include/linux/
H A Dpgtable.h553 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
586 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1741 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
1764 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp);
1790 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
/linux-master/arch/mips/include/asm/
H A Dpgtable.h740 * The generic version pmdp_huge_get_and_clear uses a version of pmd_clear() with a
744 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h585 * The generic version pmdp_huge_get_and_clear uses a version of pmd_clear() with a
589 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h914 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1301 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h773 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1343 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, unsigned long addr, function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1186 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function

Completed in 296 milliseconds