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);
229 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
H A Ddebug_vm_pgtable.c251 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp);
278 pmdp_huge_get_and_clear(args->mm, vaddr, args->pmdp);
H A Dhuge_memory.c1826 * when calling pmdp_huge_get_and_clear. So do the
1932 pmd = pmdp_huge_get_and_clear(mm, old_addr, old_pmd);
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c186 pmd = pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp);
/linux-master/include/linux/
H A Dpgtable.h597 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
630 return pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1760 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
1783 return pmdp_huge_get_and_clear(vma->vm_mm, addr, pmdp);
1811 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/powerpc/include/asm/book3s/64/
H A Dpgtable.h1313 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h915 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h777 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1327 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.h1239 static inline pmd_t pmdp_huge_get_and_clear(struct mm_struct *mm, function

Completed in 396 milliseconds