new_pmd_ptl      1287 arch/powerpc/include/asm/book3s/64/pgtable.h extern int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
new_pmd_ptl       457 arch/powerpc/mm/book3s64/pgtable.c int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
new_pmd_ptl       462 arch/powerpc/mm/book3s64/pgtable.c 		return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma);
new_pmd_ptl      1839 mm/huge_memory.c static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl,
new_pmd_ptl      1849 mm/huge_memory.c 	return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma);